What problem does it solve? Pricing changes in Salesforce Revenue Cloud span recipes, recipe-table mappings, expression set procedures, procedure plans, and context definitions, and deploying them in the wrong order causes silent failures like invalid lookup table errors, stale decision tables, and wrong-currency pricing. ## Core Features & Use Cases - Dependency-Ordered Layering: Separates core, feature, and overlay layers so recipe mappings, procedures, and plan overlays deploy in a safe, idempotent sequence. - Procedure Plan Overlays: Applies JSON-driven plan overlays with deactivate/reactivate cycles, anchor-based section placement, and collision-safe resequencing. - Troubleshooting Playbooks: Diagnoses stale decision tables via LastSyncDate comparison, multicurrency lookup gaps, and generic expression set deploy errors. - Use Case: When adding a PRM pricing feature pack, wire its recipe-table mapping task before the expression set deploy, apply the procedure plan overlay, and validate with the provided cci and sf CLI commands. ## Quick Start Ask the agent to wire a new pricing feature pack's recipe-table mappings and procedure plan overlay into the deployment flow in dependency order.