What problem does it solve? Implementing a written plan end-to-end without checkpoints risks building on flawed assumptions, skipping verifications, and drifting from the intended design. This Skill structures plan execution into small batches with mandatory review pauses so mistakes are caught early. ## Core Features & Use Cases - Critical Plan Review: Reads the full plan first and raises concerns about vague steps, missing dependencies, or questionable technical choices before any code is written. - Batched Execution with Checkpoints: Executes a default of 3 tasks per batch, runs each task's specified verifications, then reports results and waits for feedback before continuing. - Structured Completion: After all tasks pass, runs the full test suite, confirms a clean working tree, and offers merge, PR, or manual review options. - Use Case: You have a spec from a planning session for a new API endpoint. Invoke this Skill to implement it task by task, pausing after every 3 tasks so a reviewer can course-correct before more work is invested. ## Quick Start Use the executing-plans skill to implement the plan in docs/feature-plan.md, executing three tasks at a time and reporting back for review between batches.