sk Skill · affaan-m
continuous-agent-loop
Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls. Use when running an agent loop that must self-check, gate on evals, and recover from failures.
Open on skills.sh ↗read 2026-09-17
- installs 8w
- 1,764
- 30-day movement
- starts with the next reading
- Related entries
- 7
- Connections
- 0
JavaScript
A SKILL.md that documents patterns for continuous autonomous agent loops, covering loop selection, a combined production stack, failure modes, and recovery steps. It references companion skills and commands (RFC decomposition, quality gates, eval loops, harness audit) rather than shipping tools itself.
Reach for it when you need to run an agent loop that must self-check, gate on evals, and recover from failures.
Use it to
- Select a loop pattern for an autonomous run
- Set up quality gates and eval gating in a loop
- Diagnose loop churn or stalled retries
- Recover a frozen loop by reducing scope and replaying
- Control cost drift from unbounded escalation
For Agent operators running long-running autonomous coding loops
- Host repository
- affaan-m/ECC
- Installs, lifetime
- 3,000
- Installs, 8 weeks
- 1,764
- Host stars
- 261k
- Host language
- JavaScript
topicsagent-loopsquality-gatesevalsrecoverypatternspitfalls