What problem does it solve? It turns a written implementation plan into disciplined execution by breaking work into small batches, running verifications per task, and pausing for human review instead of blindly coding through an entire plan. ## Core Features & Use Cases - Critical Plan Review: Reads the plan first, raises concerns or questions with the human partner before writing any code. - Batched Task Execution: Executes a default batch of 3 tasks at a time, marking each in_progress and completed, and running the verifications specified in the plan. - Checkpoint Reporting: After each batch, reports what was implemented with verification output and waits for feedback before continuing. - Use Case: You have a multi-phase implementation plan from a planning session. Invoke this skill in a fresh session to execute it batch by batch, stopping immediately when blocked rather than guessing. ## Quick Start Ask the assistant to execute the implementation plan in plans/ using the executing-plans skill, working in batches of three tasks with review checkpoints.