What problem does it solve? Preparing a fresh Revenue Cloud clone org for a Dreamforce hands-on workshop requires recreating seeded quotes, ramp deals, anchor records, and configuration toggles from a working org, and doing this manually is error-prone and risks breaking TrialForce templating. ## Core Features & Use Cases - Extract workshop drift: Run a read-only extractor against the working org to capture quotes, ramp segments, configured attributes, and seeded opportunities/accounts into a portable JSON spec with natural keys. - Replay into clones: Recreate quotes via the Place Sales Transaction API and build ramps through Create Ramp Deal so the platform generates line items, pricing, and fresh RampIdentifiers, with idempotent anchor upserts and optional config application. - Verify by query: Audit the clone with SOQL checks on quote totals, ramp segments, attribute counts, anchors, and permission-set/pricing-procedure state before handing the org to TrialForce or OrgFarm. - Use Case: Before a DF workshop, extract the seeded quote set from the working org, replay it into each clone, verify economics match the source, and template the clone with Data Cloud still disabled. ## Quick Start Ask the agent to extract the workshop quotes from the working org and replay them into the clone org, then verify the results with the SOQL validation queries.