ralph
Installation
SKILL.md
Ralph Wiggum Toolkit
Recipe-based autonomous development loops with spec-driven methodology.
Quick Start
Greenfield (new features)
- Run
/ralph initto scaffold the project - Write specs:
/ralph spec - Plan:
/ralph plan - Build:
/ralph build
Port (codebase migration)
- Run
/ralph init --recipe port <source-lang> <target-lang>to scaffold - Run headless extraction loops for test and source specs
- Plan:
/ralph plan - Build:
/ralph build