What problem does it solve? Written implementation plans often get executed inconsistently—steps are skipped, verifications are ignored, and blockers are worked around with guesses. This Skill enforces a disciplined process for loading a plan, reviewing it critically, executing every task in order, and stopping to ask for help instead of improvising. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before any code is written. - Task-by-Task Execution: Tracks each task with a todo list, follows bite-sized steps exactly, and runs the verifications specified in the plan. - Stop-and-Ask Guardrails: Halts execution on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a multi-task implementation plan written in a previous session. Hand it to the agent, which reviews it, executes each task with verification, and finishes the development branch with tests and review options. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-auth.md and stop if anything is unclear.