Stats
Links
Categories
npx claudepluginhub yarikchekin/ralph-ccSpec-driven development workflow — sprint planning, session management, audit teammate, and idea pipeline for Claude Code
A spec-driven development workflow for Claude Code.
Ralph-cc gives you structured sprint planning, session management, and an idea-to-execution pipeline -- all running inside Claude Code as native skills.
Based on Geoffrey Huntley's Ralph pattern and snarktank/ralph.
/plugin marketplace add YarikChekin/ralph-cc
/plugin install ralph-cc
/init # Scaffold ralph into your project
/prd-plan # Define your product requirements
/new-sprint # Generate your first sprint
/start # Begin working
git clone https://github.com/YarikChekin/ralph-cc
cp -r ralph-cc/skills/ your-project/.claude/skills/
cp -r ralph-cc/agents/ your-project/.claude/agents/
cp -r ralph-cc/templates/* your-project/
| Skill | Description |
|---|---|
/ralph-init | Scaffold ralph into a project |
/prd-plan | Create or audit product requirements |
/new-sprint | Generate the next sprint from PRD/backlog |
/start | Session dispatcher -- picks up where you left off |
/ralph | Quick sprint dashboard |
/wrap | Clean session handoff |
/log | Quick-capture bugs or improvements |
/new-idea | Brainstorm and research feature ideas |
/promote-idea | Move an idea to the backlog |
/tech-debt-review | Assess tech debt health |
/test | Guided manual testing |
/ralph-help | Quick command reference |
/init Scaffold project files + RALPH.md
|
v
/prd-plan Define or audit product requirements
| (required before any sprint)
v
/new-sprint Pick feature -> generate prd.json with stories
|
v
/start ──────────────── Session dispatcher (run every session)
| |
v v
Ralph loop /wrap (end session cleanly)
| (one story |
| per session) v
| /start (next session picks up)
v
All stories done?
|
|-- No -> /start again
|
|-- Yes -> Review + merge
| |
| v
| /new-sprint (next feature)
|
v
Side workflows (anytime):
/log -> capture bug/improvement
/new-idea -> brainstorm feature idea
/promote-idea -> move idea to backlog
/tech-debt-review -> assess debt health
/test -> manual testing loop
/ralph -> quick sprint dashboard
Based on snarktank/ralph (MIT) and Geoffrey Huntley's Ralph pattern.
MIT
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.