What problem does it solve? Automating a Salesforce Revenue Cloud environment requires coordinating hundreds of CumulusCI tasks, flows, feature flags, and org aliases, where small mistakes like mixing CCI and SF CLI aliases or misplacing a when: clause cause silent failures and broken builds. ## Core Features & Use Cases - CCI CLI and org identity guidance: Explains task, flow, and org commands plus the critical distinction between CCI aliases (beta) and SF CLI aliases (rlm-base__beta) to prevent "org not found" errors. - Project configuration reference: Documents the cumulusci.yml structure including 41 feature flags, YAML anchors, ~197 tasks, and the 34-step prepare_rlm_org flow hierarchy with correct when: clause placement on task steps only. - Custom task authoring patterns: Provides base class selection rules (BaseTask, SFDXBaseTask, SFDXOrgTask), the salesforce_task = True requirement, REST API patterns, and Robot Framework wrapper conventions for writing Python CCI tasks. - Use Case: When adding a new deployment step to the build, use this Skill to register the task in cumulusci.yml with proper group and description, gate it with the right feature flag, and regenerate the auto-generated reference files. ## Quick Start Ask the agent to read the cci-orchestration skill and explain how to add a new feature-flagged task to the prepare_rlm_org flow in cumulusci.yml.