What problem does it solve?
Autonomous Loop automates the execution of stories within PREVC, dispatching specialist agents, enforcing TDD gates, and escalating when human intervention is required to keep workflows on track.
Core Features & Use Cases
- Story-driven execution: processes stories one by one with status tracking, retries, and escalation paths.
- Agent orchestration: loads and runs the assigned specialist agents per story via dispatch mechanisms.
- TDD enforcement: enforces the RED → GREEN → REFACTOR cycle and conducts quality gates after each run.
- Escalation & handoff: escalates to humans when failures occur or when dependencies block progress, and writes handoff state.
- Checkpointing & reporting: writes progress to .checkpoint and compiles final loop reports for review.
- Mode-aware behavior: adapts to assisted or autonomous operation with upgrade prompts and safety nets.
Quick Start
Activate autonomous-loop during PREVC Execution with autonomy set to assisted or autonomous to run stories sequentially and auto-escalate when needed.