What problem does it solve? Creating realistic Revenue Cloud demo data requires orchestrating a long chain of Salesforce lifecycle steps (Opportunity, Quote, Order, activation, invoicing) with correct API payloads and billing prerequisites. This Skill plans, generates, inspects, continues, verifies, and cleans up that transaction demo data safely using the Transaction Data Harness. ## Core Features & Use Cases - Staged scenario generation: Run quote-to-invoice, direct-order, and invoice-ingestion scenarios from YAML configs with plan/dry-run safety checks before any writes. - Manifest-driven operations: Inspect, continue, and verify partial runs using run manifests, and start the separate usage-upload and rating stages when needed. - Live verification and cleanup guidance: Verify created records in Salesforce via SOQL on manifest ids and clean up deletable records child-to-parent, with clear warnings about non-deletable Posted Invoices and BillingSchedules. - Use Case: A solutions engineer needs a few posted invoices in a demo org. They plan a smoke scenario, run it with concurrency 1 against an sf alias, inspect the manifest, and confirm the invoice status with a SOQL query before scaling up. ## Quick Start Ask the agent to plan and run the 01-smoke-test sales transaction scenario against your sf org alias, then inspect the manifest and verify the created invoice in Salesforce.