What problem does it solve? Creating multi-year ramped quotes in Salesforce Revenue Cloud requires a precise sequence of Connect API calls (place, EditGroup, clone, reprice) with strict field legality rules, status polling, and compound uplift configuration that are easy to get wrong. ## Core Features & Use Cases - Proven build sequence: Step-by-step Connect API payloads for creating a quote with a period-1 group, marking it ramped via EditGroup, cloning additional segments, and applying per-segment uplift. - Compound uplift guidance: Explains how to set RampUpliftType on the RampScheduleGroup and UnitPriceUplift per segment, with the PriceRevision engine prerequisites and numeric verification formulas. - Status polling and read-back: Defines the live v68 CalculationStatus enum (settled, in-flight, failed) and read-back queries for TCV, per-period subtotals, and ramp-by-product matrices. - Use Case: Build a 3-year ramped quote on a standalone subscription SKU with 5% then 3% compound uplift, poll each mutation to a settled state, and verify the compounded net prices (360 → 378 → 389.34) from the priced quote. ## Quick Start Ask the agent to build a three-year group-ramp quote on a standalone subscription product with compound uplift, following the ramped-quotes skill and verifying the result on a live org.