What problem does it solve? Creating realistic Salesforce Revenue Cloud transaction demo data (quotes, orders, invoices) manually is slow and error-prone, and partial runs are hard to resume or verify. This Skill provides a governed workflow for planning, generating, continuing, verifying, and cleaning up transaction demo data with the Transaction Data Harness. ## Core Features & Use Cases - Plan-before-write safety: Run cli plan or dry-run modes before any record creation, with manifest-driven inspection and verification by record IDs. - Multiple scenario kinds: Supports quote-to-invoice chains, direct order placement with assetization gating, and standalone invoice ingestion (draft, posted, and taxable posted) via Composite Graph APIs. - Resumable runs and cleanup: Continue partial runs from manifest checkpoints with cli step, and drive cleanup from manifest IDs while respecting non-deletable platform objects like posted invoices. - Use Case: A solutions engineer needs a few posted invoices in a demo org. They confirm the sf alias, run a plan against a smoke scenario, execute a single-concurrency run, then verify the invoice via SOQL using the manifest ID. ## Quick Start Ask the agent to plan and run the smoke-test scenario from the Transaction Data Harness against your sf org alias, then inspect the resulting manifest and verify the created invoice with a SOQL query.