What problem does it solve?
Aloop enables autonomous AI development by structuring iterative plan-build-review loops, providing multi-provider support, and enforcing backpressure validation to keep development aligned with quality gates.
Core Features & Use Cases
- Plan-build-review cycles with structured iterations to maintain momentum
- Multi-provider support across Claude, Codex, Gemini, and Copilot for diverse reasoning
- Backpressure validation via tests, type checks, linting, and builds to steer quality
- Live steering and observation to guide progress without manual code edits
- Persistent runtime state in ~/.aloop and per-project configuration
- Worktree isolation to keep main branches clean during active development
- Setup/start/status/stop commands and a real-time dashboard for monitoring
Quick Start
Configure a project with /aloop:setup, then start the loop with /aloop:start and monitor progress with /aloop:status