π¦ ClawHub
Ralph Mode - Autonomous Development Loops
by @richginsberg
Autonomous development loops with iteration, backpressure gates, and completion criteria. Use for sustained coding sessions that require multiple iterations, test validation, and structured progress tracking. Supports Next.js, Python, FastAPI, and GPU workloads with Ralph Wiggum methodology adapted for OpenClaw.
β‘ When to Use
π Constraints
1. Do NOT look at other files 2. Do NOT "check first" 3. Make the change, validate, exit
BEFORE (Bad - causes stalls):
Fix all TypeScript errors across these files:
AFTER (Good - executes):
Fix lib/db.ts line 27:
Change: PoolClient to pg.PoolClient
Validate: npm run typecheck
Exit immediately after
CRITICAL: Single File Rule
Each Ralph iteration gets ONE file. Not "all errors", not "check then decide". ONE file, ONE change, validate, exit.CRITICAL: Update PROGRESS.md
MANDATORY: After EVERY iteration, update PROGRESS.md with:
markdownTERMINAL
clawhub install ralph-mode