What problem does it solve? Writing SFDMU v5 data plans for Revenue Cloud involves subtle rules around externalId syntax, operation selection, and known plugin bugs; mistakes like using v4 $$ delimiters or misapplied deleteOldData: true can silently duplicate or wipe org data. ## Core Features & Use Cases - v5 Authoring Rules: Enforces ;-delimited externalIds, correct Upsert/Insert/Readonly operation selection, parent-to-child object ordering, and empty-CSV excluded: true handling. - Bug-Aware Guidance: Documents the one live SFDMU bug (Bug 4, $$ composite notation in lookup reference columns) and which historical bugs are fixed on the 5.6.4+ floor so outdated workarounds are not applied. - Plan Review Checklist: Provides a review checklist, object-to-plan mapping, and cross-plan dependency graph covering qb-pcm, qb-pricing, qb-billing, qb-rating, and related plans. - Use Case: When adding a new object to the qb-pricing plan, use this Skill to choose the correct externalId and operation, place the CSV in the right location, and validate the plan with validate_sfdmu_v5_datasets.py before loading. ## Quick Start Review my export.json and CSV files in the qb-pricing data plan for SFDMU v5 compliance and flag any unsafe operations.