What problem does it solve? Turning a written implementation plan into working code often goes wrong when steps are skipped, verifications are ignored, or blockers are guessed through. This Skill provides a disciplined process for executing a plan in a separate session with critical review and checkpoints. ## Core Features & Use Cases - Critical Plan Review: Loads the plan, identifies questions or concerns, and raises them with your human partner before writing any code. - Step-by-Step Task Execution: Tracks each task with todo states, follows plan steps exactly, and runs the specified verifications. - Controlled Completion: Hands off to the finishing-a-development-branch skill to verify tests and finalize the work. - Use Case: You have a detailed implementation plan from a prior planning session. Use this Skill in a fresh session to execute every task in order, stop and ask when blocked, and complete the development branch cleanly. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-auth.md and stop if anything is unclear.