ralph-wiggum
Installation
SKILL.md
Ralph Wiggum Technique
Overview
A simple, powerful pattern for autonomous multi-iteration development:
plans/prd.json— JSON file with user stories, each with apassesbooleanplans/progress.txt— Append-only LLM memory between iterations- Loop — Run Claude Code repeatedly until all tasks pass
Named after Ralph Wiggum from The Simpsons — simple but effective.
"Me fail English? That's unpossible!" — Ralph Wiggum
Why It Works
Related skills
More from cleanexpo/unite-hub
tdd
Use when implementing any feature or bug fix. Hard gate — no production code without a failing test first. Applies to vitest (apps/web/) and pytest (apps/backend/). Triggers on "implement", "add feature", "fix bug", "new component", "new endpoint", or any code-writing task.
1idea-to-production
Plain-English pipeline from idea to production — routes user requests to the right phase and agent
1oauth-flow
OAuth 2.0 and OIDC integration with PKCE, Supabase Auth providers, and redirect URI validation
1health-check
>-
1csv-processor
>-
1vector-search
>-
1