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 silently worked around. This Skill enforces a disciplined process: load the plan, review it critically, execute every task exactly as written, and stop to ask when something is unclear. ## Core Features & Use Cases - Critical Plan Review: Reads the plan file first and raises questions or concerns with you before writing any code. - Task-by-Task Execution: Creates todos for plan items, marks each in progress, follows bite-sized steps exactly, and runs the specified verifications before marking tasks complete. - Safe Blocker Handling: Stops immediately on missing dependencies, failing tests, or unclear instructions instead of guessing, and hands off to a finishing-a-development-branch workflow when done. - Use Case: You have a multi-step refactoring plan saved as a Markdown file. Invoke this Skill to have the agent work through every task in an isolated git worktree, verify each step, and report back when the branch is ready to finish. ## Quick Start Ask the agent to use the executing-plans skill to implement the plan in your plan file, and it will review, execute, and verify each task.