What problem does it solve?
Prevents wasted effort by executing multi-step work only in small batches, verifying outcomes at checkpoints, and pausing for user approval before continuing.
Core Features & Use Cases
- Batch execution with verification checkpoints: Runs 3–7 tasks per batch with a checkpoint report that includes completed items, issues, and cost/duration.
- Per-task verification-gate: Requires evidence (tests/build/lint/security results as appropriate) before marking tasks complete.
- Blocker protocol and stop conditions: Halts immediately on blockers, plan gaps, verification failures, or budget risk, then requests guidance with structured options.
- Integration-ready for Dev-AID workflows: Supports task list/status updates and rollback guidance when regressions or plan divergence occur.
Use cases include implementing an approved design, executing an incremental multi-file change plan, and turning a task list into a controlled engineering workflow where progress is measurable and reversible.
Quick Start
Use the plan-execution skill to run an approved multi-step implementation plan in batches, verifying each task’s results and stopping after each checkpoint to request approval.