What problem does it solve? It prevents uncontrolled, unreviewed implementation by enforcing a structured process for executing a written plan: load the plan, review it critically, execute tasks in small batches, and pause for feedback between batches. ## Core Features & Use Cases - Critical plan review: Reads the plan first and raises questions or concerns with the human partner before writing any code. - Batched execution with checkpoints: Executes a default batch of 3 tasks, marks task progress, runs specified verifications, then reports results and waits for feedback. - Commit and completion workflow: Runs pre-commit review after each batch and hands off to the finishing-a-development-branch skill once all tasks are verified. - Use Case: You have a written implementation plan from a planning session. In a new session, this skill loads the plan, implements the first three tasks with test-driven development, shows verification output, and waits for your review before continuing. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-x.md, executing tasks in batches and pausing for my review between batches.