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 disciplined batch execution with human review checkpoints 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 the human partner before writing any code. - Batched Task Execution: Executes tasks in batches (default first 3), marking progress with TodoWrite and running each specified verification. - Checkpoint Reporting: Reports implemented work and verification output between batches, then waits for feedback before continuing. - Use Case: You have a written implementation plan for a new feature. The agent reviews it, implements the first three tasks, shows you the test output, and pauses for your approval before proceeding to the next batch. ## Quick Start Use the executing-plans skill to implement the plan in docs/feature-plan.md, executing tasks in batches and pausing for my review between batches.