Quick overview
Better Ralph runs one iteration of a PRD-driven coding loop. It reads prd.json, picks the next incomplete user story by priority, implements it, runs quality checks, commits the result, marks the story passed, and appends a progress entry. Each invocation handles exactly one story.
It enforces one-story-per-commit discipline and blocks commits on failing checks, so the branch stays in a working state throughout development.
Common tasks
- Working through a user story backlog one commit at a time
- Keeping prd.json in sync with actual implementation progress
- Enforcing a consistent commit message format across a feature branch
- Resuming incremental development across multiple sessions with a progress log
- Catching lint or test failures before they land in a commit
Install paths
Primary command
openclaw install runeweaverstudios/better-ralph
ClawHub installer
npx clawhub@latest install runeweaverstudios/better-ralph
OpenClaw CLI
openclaw skills install runeweaverstudios/better-ralph
Direct OpenClaw install
openclaw install runeweaverstudios/better-ralph
Skill metadata
- Category: Coding Agents & IDEs
- Language: Markdown
- Version: 1.0.0
- Security status: Suspicious
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/runeweaverstudios/better-ralph






