What problem does it solve? Building a Partner Development Environment (PDE) org for Revenue Cloud requires temporary feature-flag changes (pde=true, billing_ui=false) that must never leak into committed configuration, plus a uniquely-aliased scratch org and reliable cleanup of build artifacts. This Skill routes you to a script that automates the entire build-and-revert workflow safely. ## Core Features & Use Cases - Self-Reverting Builds: Applies runtime-only flag overrides in cumulusci.yml and restores every touched file on exit, whether the build succeeds, fails, or is interrupted. - Flexible Org Provisioning: Provisions a fresh pde<datetimestamp><pid> scratch org from the tfid-pde Trialforce shape or the dev-r1 Developer-Edition shape, failing fast on alias collisions. - Cleanup Verification: Requires unpackaged/post_ux/ and datasets/sfdmu/ to be clean before running and reverts all build churn afterward, verifiable with git status. - Use Case: Schedule a nightly PDE build as a Cursor Cloud Agent that provisions a unique org, runs the prepare_rlm_org flow, and gates downstream notifications on the script's exit code rather than the truncated log tail. ## Quick Start Ask your agent to run scripts/build_pde_dev_r1.sh to build a PDE org with the default tfid-pde shape and verify the working tree is clean afterward.