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: review the plan critically, execute each task exactly as written, run all verifications, and stop to ask when blocked. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before any implementation begins. - Structured Task Execution: Tracks each task with TodoWrite, marks items in_progress and completed, 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 detailed implementation plan from a planning session. Hand it to this Skill in a fresh session, and it will execute every task in order, verify each step, and finish the development branch when done. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/my-feature-plan.md and stop if anything is unclear.