What problem does it solve? One-shot execution often ships incomplete or risky work. This Skill runs repeated delivery loops that improve correctness, confidence, and execution readiness until explicit completion criteria are met. ## Core Features & Use Cases - Compounding Loop Orchestration: Coordinates rpi-research, rpi-plan, rpi-iterate, rpi-implement, and rpi-review stages with one owner per stage to avoid duplicated work. - Bounded Increments: Executes one phase or tightly scoped slice per loop, keeping automated and manual verification separate. - Compounding Log: Records each loop's goal, work completed, verification results, review outcome, and next action in _scratchpad/plans/compounding-log.md. - Use Case: When implementing a multi-phase feature, run this Skill to plan, implement one phase, review findings classified as critical/major/minor, and iterate until no critical findings remain. ## Quick Start Use the rpi-compound skill to run iterative delivery loops on my current plan until all phases are complete and verified.