ralph-loop-init
SKILL.md
Ralph Loop Init Skill
Transform approved plans into executable ralph loop infrastructure.
What is Ralph Loop?
Ralph Loop is an autonomous execution system that runs Claude (or compatible tools) in a loop to complete multi-step implementation work. It transforms a PRD into:
- prd.json - Machine-readable stories with progress tracking
- loop.py - Python UV script that orchestrates iterations with rich output
- CLAUDE.md - Per-iteration instructions for the AI
- progress.txt - Human-readable execution log
- guardrails.md - Quality gates and constraints
Each iteration: read one story, implement it, run quality gates, commit, update progress, exit. The loop script handles the next iteration.