What problem does it solve?
This Skill removes ad-hoc and error-prone plan execution by enforcing small, verifiable batches and checkpoint quality gates so teams can make steady, auditable progress on multi-task implementations.
Core Features & Use Cases
- Batch Execution (3 tasks per batch): Group tasks into batches of three and perform sequential execution with defined checkpoints.
- Checkpoint Verification: Run tests, builds, linting, and type checks as quality gates before proceeding.
- Progress Tracking & Rollback: Track completed batches and tasks, estimate timelines, and roll back to the last checkpoint on critical failures.
- Architect Review Escalation: Identify decision points that require architect or lead approval and pause execution until resolved.
- Use Case: Ideal for implementing multi-part features (e.g., authentication flow) where incremental verification and timely reviews reduce risk.
Quick Start
Run the plan-execution skill to execute a plan in 3-task batches with verification checkpoints after each batch.