What problem does it solve?
Provides patterns and controls to run continuous autonomous agent loops that avoid churn, enforce quality gates, and recover from repeated failures so teams can maintain measurable progress without unchecked cost or merge queue stalls.
Core Features & Use Cases
- Loop Selection & Orchestration: Choose between RFC decomposition, strict CI/PR control, exploratory parallel generation, or sequential execution to match project needs.
- Quality Gates & Eval Integration: Integrates quality gates and eval harnesses to prevent regressions and automate acceptance criteria before merges.
- Recovery & Auditability: Freeze, audit, reduce scope, and replay failing units with explicit acceptance criteria to repair loops and prevent repeated retries.
- Use Case: Run a production autonomous loop that decomposes large RFCs into tasks, continuously evaluates outputs against test gates, and automatically recovers failing components to keep the merge queue flowing.
Quick Start
Use the continuous-agent-loop skill to run a persistent multi-agent loop that decomposes a feature RFC, applies quality gates, runs eval cycles, and recovers failed units.