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 so plans are followed exactly and issues surface early. ## Core Features & Use Cases - Critical Plan Review: Loads the plan, identifies questions or concerns, and raises them with the human partner before any work begins. - Task-by-Task Execution: Marks each task in progress, follows bite-sized steps exactly, runs specified verifications, and marks tasks completed. - Stop-and-Ask Guardrails: Halts execution on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a multi-task implementation plan from a prior planning session. Hand it to this Skill in a fresh session and it executes every task in an isolated git worktree, then hands off to a branch-finishing workflow. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/my-feature-plan.md and stop if anything is unclear.