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 exactly as they exist in the working org, without breaking TrialForce or OrgFarm templating. Manual recreation is error-prone, and direct DML on quote line items is rejected by the platform. ## 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 via platform APIs: Recreate quotes through the Place Sales Transaction API and build ramps with Create Ramp Deal so the platform prices lines and mints fresh RampIdentifiers, never copying source-org tokens. - Verify by query before templating: Audit the clone with SOQL checks on line counts, calculation status, grand totals, ramp segments, and permission-set state before handing it to TrialForce or OrgFarm. - Use Case: You receive a fresh clone org that must become the DF26 workshop template. Extract the drift spec from the working org, replay it into the clone with config applied, run the validation queries, and hand off the verified clone for templating 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 result with the SOQL validation queries before templating.