What problem does it solve? Written implementation plans often go stale or get executed inconsistently when an AI session improvises instead of following the documented steps. This Skill enforces disciplined execution of a pre-written plan in a separate session, with critical review upfront and verification after each task. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or 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, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You used a planning skill to write a detailed implementation plan for a new feature. In a fresh session, invoke this Skill to execute every task in order, then hand off to the finishing-a-development-branch workflow to verify tests and complete the branch. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-x.md, reviewing it critically first and stopping if anything is unclear.