What problem does it solve? It prevents uncontrolled, unreviewed execution of multi-task implementation plans by enforcing batch execution with human review checkpoints, so mistakes are caught early instead of after an entire plan is applied. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before any execution begins. - Batched Task Execution: Executes tasks in batches (default first 3), marking each in-progress and completed, and running the verifications specified in the plan. - Checkpoint Reporting: Reports what was implemented with verification output after each batch, then waits for feedback before continuing. - Use Case: You have a written 12-task refactoring plan. The skill reviews it, executes the first 3 tasks with their verifications, reports results, and pauses for your approval before continuing. ## Quick Start Use the executing-plans skill to implement the plan in docs/refactor-plan.md, executing tasks in batches and reporting back for review between batches.