What problem does it solve? Writing SFDMU v5 data plans for Revenue Cloud involves subtle rules around externalId syntax, operation selection, deleteOldData safety, and known plugin bugs; mistakes can silently duplicate records or wipe org data. This Skill encodes the v5 rules, the one live bug (Bug 4), and review checklists so plans are authored and audited correctly. ## Core Features & Use Cases - v5 Authoring Rules: Enforces ;-delimited externalIds, correct Upsert/Insert/Update/Readonly operation selection, parent-to-child object ordering, and empty-CSV excluded: true handling. - Bug-Aware Guidance: Documents that Bugs 1/2/3/5 are fixed on the 5.6.4+ floor while Bug 4 ($$ composite notation in lookup reference columns) remains live, with concrete broken-vs-working examples. - Safety Gates: Blocks changing Upsert to Insert+deleteOldData without approval and explains the risks of re-running plans into live orgs versus surgical record loads. - Use Case: When reviewing a qb-pricing export.json that uses Insert+deleteOldData citing Bug 3, the Skill flags it as a pre-5.6.4 workaround and directs migration under the gated sfdmu-v5-optimization initiative. ## Quick Start Ask the agent to review my export.json and CSV files in the data plan directory for SFDMU v5 compliance and flag any unsafe operations.