What problem does it solve? Turning a written implementation plan into working code often fails 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 file and raises questions or concerns with your 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 completion. - Stop-and-Ask Guardrails: Halts immediately on blockers, unclear instructions, or repeated verification failures 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 with checkpoints, then hands off to the finishing-a-development-branch workflow. ## Quick Start Use the executing-plans skill to implement the plan in docs/refactor-plan.md and stop if anything is unclear.