What problem does it solve? Promoting Salesforce changes across multiple orgs often leads to environment drift, broken dependencies, and inconsistent deployments. This Skill provides a structured promotion workflow that detects metadata drift, sequences deployments in dependency-safe order, and validates each environment hop before proceeding. ## Core Features & Use Cases - Org Topology Mapping: Builds a map of your Dev, Integration, QA, UAT, Pre-Prod, and Prod environments to plan promotion paths. - Drift Detection: Compares target org metadata against expected baselines and blocks promotion on critical unmanaged drift. - Gated Promotion Sequencing: Promotes changes hop-by-hop with validation gates and maintains a promotion ledger of deployment IDs for auditability. - Use Case: An enterprise release manager needs to push a new Apex feature from Dev through QA and UAT into Prod. The Skill detects drift in UAT, blocks the promotion until resolved, then validates each hop and records deployment IDs. ## Quick Start Ask the agent to plan and execute a promotion of your current Salesforce changes from Dev through QA and UAT to Prod with drift checks at each hop.