What problem does it solve? Turning a written implementation plan into working code often goes wrong when steps are skipped, verifications are ignored, or blockers are guessed through. This Skill enforces a disciplined execution loop: load the plan, review it critically, execute every task exactly as written, and stop to ask when blocked. ## Core Features & Use Cases - Critical Plan Review: Reads the plan first, raises concerns with your human partner before writing any code, and creates todos for each plan item. - Step-by-Step Execution: Marks each task in progress, follows bite-sized steps exactly, runs the specified verifications, and marks tasks completed. - Stop-and-Ask Guardrails: Halts immediately on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a detailed implementation plan from a prior planning session. Hand it to this Skill in a fresh session and it will execute every task in an isolated git worktree, then hand off to the finishing-a-development-branch skill to verify tests and complete the work. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/my-feature-plan.md.