auto
Installation
SKILL.md
Autonomous AI Coding Loop
Enable unattended AI-driven development using the Ralph Wiggum methodology.
Use When: Running AI agents autonomously, AFK development, batch task execution 4D Phase: Develop (autonomous execution of generated tasks)
Overview
The autonomous loop runs AI agents in a cycle, where each iteration:
- Starts with fresh context (no conversation history dependency)
- Reads project state from files (prd.json, progress.md, CLAUDE.md)
- Selects and implements one task
- Commits changes and updates state
- Documents learnings for future iterations
Continuity is maintained through persistent files, not conversation history.
Related skills