ralph
Installation
SKILL.md
Ralph Skill - PRD-Driven Development
Automate project development using Product Requirements Documents (PRDs) and the RALPH BUILD LOOP.
Quick Start
# Create a PRD file
ralph init --name "My Project" --language python
# Start Claude Code with the PRD
ralph build
# Check progress
ralph status
# Clean up when done
ralph cleanup