ralph-mode
Installation
SKILL.md
Ralph Mode
Ralph is an autonomous AI coding loop that spawns fresh context windows repeatedly until all tasks are complete. Memory persists via git history and text files while each iteration starts fresh.
Named after Ralph Wiggum from The Simpsons - perpetually confused, always making mistakes, but never stopping. The philosophy: iteration beats perfection.
Two Execution Modes
Ralph works in two environments:
| Mode | Environment | How It Works | Fresh Context Via |
|---|---|---|---|
| Local | CLI terminal | Bash loop spawns claude -p |
New CLI process |
| Remote | Web/API/Agent SDK | Controller spawns Task subagents | New Task call |
Both achieve the same goal: fresh context per iteration to avoid context rot.