What problem does it solve? Creating multi-year ramped quotes in Salesforce Revenue Cloud requires a precise sequence of Connect API calls, correct field legality, and careful handling of compound price uplift — mistakes produce unpriced quotes, failed clones, or silently standard (non-compounding) uplift. ## Core Features & Use Cases - Proven build sequence: Four Connect calls (placeSalesTransaction create, EditGroup, clone per additional period, compound-uplift PATCH with forced reprice) with CalculationStatus polling between each mutating call. - Compound uplift guidance: Set RampUpliftType='Compound' on the top-level RampScheduleGroup and per-segment UnitPriceUplift on lines, with the PriceRevision pricing-procedure engine prerequisites explained. - Read-back verification: Query the priced quote to report TCV, per-period subtotals, and a ramp-by-product matrix grouped on RampIdentifier, without re-pricing. - Use Case: Build a 3-year ramped quote on a standalone subscription SKU with 5% then 3% compound uplift, then verify the read-back shows net prices of 360, 378, and 389.34. ## Quick Start Ask your agent to read .cursor/skills/ramped-quotes/SKILL.md and build a 3-year group-ramp quote with compound uplift on a given account and SKU, verifying the result against a live org.