What problem does it solve? Creating realistic Salesforce Revenue Cloud demo transactions (quotes, orders, invoices, usage journals) by hand is slow and error-prone, and partial runs are hard to inspect, continue, or clean up safely. ## Core Features & Use Cases - Staged data generation: Plan, dry-run, and execute scenario YAML configs covering Quote-to-Order-to-Invoice lifecycles, direct orders, and standalone invoice ingestion. - Manifest-driven operations: Inspect, continue, report on, and clean up runs using run manifests that record reached stages and record ids. - Usage upload and rating: Upload TransactionJournal rows and trigger the separate org-wide async rating flow per batch. - Use Case: A solutions engineer needs a few posted invoices in a demo org; they plan with a smoke scenario, run it with concurrency 1, then verify the invoice via SOQL using manifest ids. ## Quick Start Ask the agent to plan and run the 01-smoke-test scenario against your sf org alias, then inspect the manifest and verify the created invoice with a SOQL query.