What problem does it solve?
This Skill solves the problem of fragile, manual-heavy agent workflows by providing a persistent, observable state machine that manages complex plan-build-review-fix loops.
Core Features & Use Cases
- Durable Execution: Maintains a disk-persisted run-record that survives session exits and rate limits, allowing for seamless resumption.
- Workflow Orchestration: Drives any toolchain through a pulse-based loop, managing fan-out, verification, and stalled-node recovery automatically.
- Use Case: Use this to manage a multi-step software engineering task where you need to plan, implement, and review code changes across multiple files without manually babysitting the agent through every iteration.
Quick Start
Start an auto run in the current repository to drive the default plan-build-review loop until the exit predicate is met.