What problem does it solve? When a Revenue Cloud Foundations build pipeline fails — a CCI flow step errors out, an SFDMU data load misbehaves, metadata deploy is blocked, or usage rating silently returns zero — this Skill maps the failing step to a known cause and a concrete fix, avoiding hours of blind debugging. ## Core Features & Use Cases - Step-to-section diagnosis: Maps the 34 steps of the prepare_rlm_org flow to categorized error sections covering permissions, decision tables, expression sets, SFDMU loads, billing, rating, DocGen, UX assembly, PRM, and constraints. - Silent-failure forensics: Explains ordering bugs where rated usage reads zero with no error, circular delete constraints in the usage graph, and polymorphic SOQL semi-joins that silently match nothing. - Live-org evidence capture: Provides SOQL queries against RevenueTransactionErrorLog, AsyncOperationTracker, and BatchJobPartFailedRecord to capture root causes before a data reset destroys them, plus a reference for the large-deal reprice/preprocess/activation pipeline. - Use Case: A CCI flow fails at step 18 with a PUR activation error. The Skill identifies duplicate Draft PURs as the cause and prescribes deleting rates before rating data, then reloading. ## Quick Start Ask the agent to diagnose why the prepare_rlm_org flow failed at a specific step using the troubleshooting skill.