autonomous-loops
Installation
SKILL.md
Autonomous Loop Patterns
Core Principle: Reviewer Never Authored
The agent that reviews work must never be the agent that authored it.
This is the single most important principle for autonomous quality. Self-review is unreliable -- the same blind spots that caused the error will miss it during review.
Implementation:
- Use a separate agent instance (different
subagent_typeorname) for review - The reviewer receives only the output + acceptance criteria, not the generation prompt
- Reviewer can request changes but never edits directly -- sends feedback to the author
Pattern 1: Generate -> Validate -> Fix
The most common autonomous loop. Generate output, validate against criteria, fix if needed.
Related skills
More from stevengonsalvez/agents-in-a-box
frontend-design
Frontend design skill for UI/UX implementation - generates distinctive, production-grade interfaces
31commit
Create well-formatted git commits for changes made during the session
14reflect
|
2plan-tdd
Create a test-driven development plan for the project
1oracle
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
1gh-issue
Analyze and fix the specified GitHub issue
1