What problem does it solve? Written implementation plans often get executed inconsistently, with steps skipped, verifications ignored, or blockers silently worked around. 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 guessing. ## Core Features & Use Cases - Critical Plan Review: Reads the plan file first 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-on-Blocker Discipline: Halts immediately on missing dependencies, failing tests, or unclear instructions rather than guessing. - Use Case: You have a detailed implementation plan from a prior planning session. Hand it to the agent, which reviews it, executes each task with verification, and finishes the development branch when all tasks pass. ## Quick Start Use the executing-plans skill to implement the plan in docs/feature-plan.md, reviewing it first and stopping if anything is unclear.