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 TodoWrite, 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 planning session. Hand it to this Skill in a fresh session, and it will review the plan, execute every task with verification, 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/my-feature-plan.md, reviewing it critically first and stopping if you hit any blockers.