What problem does it solve? Written implementation plans often fail when executed all at once without review, leading to drift from the plan, skipped verifications, and undetected errors. This Skill enforces disciplined batch execution with checkpoints so a human partner can review progress before work continues. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before any implementation begins. - Batched Task Execution: Executes tasks in batches (default first 3), marking each in progress, following steps exactly, and running specified verifications. - Checkpoint Reporting: Reports implemented work and verification output after each batch, then waits for feedback before continuing. - Use Case: After a planning session produces a detailed implementation plan, hand it to a fresh session that executes three tasks, shows verification output, pauses for architect review, and repeats until the plan is complete. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-auth.md, executing the first three tasks and reporting back for review.