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 or with unresolved placeholders causes silent failures, generic deploy errors, and stale decision tables. ## 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. - Placeholder and Lookup Strategy: Keeps metadata org-agnostic with __LOOKUPID_*__ and PAS placeholders resolved by deploy transforms, preferring LookUpApiName over hardcoded IDs. - Failure Diagnosis: Provides troubleshooting decision trees for lookup-table errors, multicurrency pricing mistakes, plan-version locks, stale decision tables, and context attribute failures. - Use Case: When adding a PRM pricing feature pack, wire the feature recipe-table mapping task before the expression set deploy, apply the procedure-plan overlay with anchor-based placement, and validate with the provided CCI flows and SOQL checks. ## Quick Start Ask the agent to wire a new pricing feature pack by creating the recipe-table mapping payload, deploying the pricing procedures, and applying the procedure-plan overlay in dependency order.