What problem does it solve? Written implementation plans often go stale or get executed inconsistently when an AI session improvises instead of following the plan. This Skill enforces disciplined execution of a pre-written plan in a separate session, with critical review up front and verification after every task. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file, identifies questions or gaps, and raises concerns with the human partner before writing any code. - Task-by-Task Execution: Tracks each task with TodoWrite, follows bite-sized steps exactly, and runs the verifications specified in the plan. - Stop-and-Ask Discipline: Halts immediately on blockers, failing verifications, or unclear instructions instead of guessing. - Use Case: You used a planning skill to write a detailed implementation plan for a new API endpoint. In a fresh session, invoke this Skill to execute every task in order, run the specified tests, and hand off to the finishing-a-development-branch workflow when done. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/add-auth-endpoint.md and stop if anything is unclear.