What problem does it solve? Turning a written implementation plan into working code often goes wrong when steps are skipped, verifications are ignored, or the agent guesses past blockers. This Skill enforces a disciplined process: review the plan critically, execute each task exactly as written, run the specified verifications, and stop to ask when blocked. ## Core Features & Use Cases - Critical Plan Review: Loads the plan, identifies questions or concerns, and raises them with the human partner before writing any code. - Task-by-Task Execution: Marks each task in progress, follows bite-sized steps exactly, runs verifications, and marks completion. - Blocker Escalation: Stops immediately on missing dependencies, failing tests, or unclear instructions instead of guessing. - Use Case: You have a multi-task refactoring plan written in a previous session. Hand it to this Skill in a fresh session and it executes every task in an isolated git worktree, reporting back only when all verifications pass. ## Quick Start Use the executing-plans skill to implement the plan in docs/refactor-plan.md and report when all tasks are verified complete.