What problem does it solve? Executing a multi-task implementation plan in one shot often leads to drift, skipped verifications, and undetected errors. This Skill enforces a disciplined workflow where plans are reviewed critically, executed in small batches, and paused for human feedback between batches. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before writing any code. - Batched Execution with Checkpoints: Executes tasks in batches (default 3), marking progress with TodoWrite and running specified verifications per task. - Stop-and-Ask Discipline: Halts immediately on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a 12-task refactoring plan written by an architect. Use this Skill to implement the first three tasks, report verification output, wait for feedback, then continue batch by batch until completion. ## Quick Start Use the executing-plans skill to implement the plan in docs/refactor-plan.md, executing three tasks at a time and checking in with me between batches.