super-ralph-wiggumlisted
Install: claude install-skill tdimino/claude-code-minoan
# Super Ralph Wiggum
Autonomous iteration loops for Claude Code. Run the same prompt repeatedly until task completion, with context persisting through files and git history.
## The Ralph Philosophy
> **The agent chooses the task, not you.**
You define the end state. Ralph figures out how to get there.
With multi-phase plans, a human writes a new prompt at the start of each phase. With Ralph, the agent picks what to work on next from your PRD. You describe the destination. Ralph navigates.
## The 11 Tips (Quick Reference)
Based on [AI Hero's definitive guide](https://www.aihero.dev/tips-for-ai-coding-with-ralph-wiggum):
| # | Tip | Key Insight |
|---|-----|-------------|
| 1 | Ralph Is A Loop | Same prompt, multiple iterations |
| 2 | Start HITL, Then AFK | Learn → Trust → Let go |
| 3 | Define The Scope | Explicit stop conditions prevent infinite loops |
| 4 | Track Progress | progress.txt bridges context windows |
| 5 | Use Feedback Loops | Types, tests, linting as guardrails |
| 6 | Take Small Steps | One logical change per commit |
| 7 | Prioritize Risky Tasks | Architecture first, quick wins last |
| 8 | Define Software Quality | Tell Ralph what kind of repo this is |
| 9 | Use Docker Sandboxes | Essential for AFK safety |
| 10 | Pay To Play | HITL still valuable without AFK |
| 11 | Make It Your Own | Alternative loop types, task sources |
See `@references/tips-and-tricks.md` for detailed guidance on each tip.
## Quick Start
To start a Ralph loop with a templa