What problem does it solve? Running a multi-phase project milestone manually requires repeatedly invoking separate discuss, plan, and execute commands for each phase, which is slow and error-prone. This Skill automates the entire loop so a milestone progresses from its current state to completion with minimal intervention. ## Core Features & Use Cases - Autonomous Phase Execution: Discovers remaining phases from ROADMAP.md and runs discuss, plan, and execute steps for each one in sequence. - State Tracking: Updates .planning/STATE.md and .planning/ROADMAP.md after every phase, producing CONTEXT.md, PLAN, and SUMMARY artifacts per phase. - Controlled Pauses: Stops only for genuine user decisions such as grey-area acceptance, blockers, and validation requests, then resumes automatically. - Use Case: A developer with a 5-phase milestone roadmap invokes the Skill once, optionally with --from 3 to resume at phase 3, and the milestone runs to completion including final audit and cleanup. ## Quick Start Ask the AI to run all remaining milestone phases autonomously, optionally starting from a specific phase number.