ralph-mode
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.
Quick Start
More from wodsmith/thewodapp
drag-and-drop
Implement drag and drop using @atlaskit/pragmatic-drag-and-drop. Use when implementing sortable lists, reorderable items, kanban boards, or any drag-drop interactions. Covers draggable setup, drop targets, edge detection, drag previews, and critical state management patterns to avoid performance issues.
42skill-creator
Guide for creating effective skills using TypeScript/Bun scripts (Windows-compatible). Use when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
33