backend-ralph-plan
Installation
SKILL.md
Backend RALPH Plan Skill
Purpose
This skill creates two deliverables:
- PLAN.md - Structured task index with quality tracking
- RALPH-PROMPT.md - The prompt fed to
/ralph-wiggum:ralph-loop
The key insight: Ralph works by feeding the same prompt repeatedly. Claude sees its previous work in files/git and iterates. RALPH-PROMPT.md becomes that prompt, instructing Claude to work through tasks with strict quality gates.
When to Use
- Backend Django features requiring rigorous quality control
- Multi-task implementations needing iterative, autonomous execution
- When you want continuous regression testing between tasks
- Projects where you'll walk away and let Ralph complete the work