Smithery Logo
MCPsSkillsDocsPricing
Login
NewFlame, an assistant that learns and improves. Available onTelegramSlack
    neversight

    ralph-orchestrator

    neversight/ralph-orchestrator
    Planning
    2

    About

    SKILL.md

    Install

    • Telegram
      Telegram
    • Slack
      Slack
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    • Download skill
    ├─
    ├─
    └─
    Smithery Logo

    Give agents more agency

    Resources

    DocumentationPrivacy PolicySystem Status

    Company

    PricingAboutBlog

    Connect

    © 2026 Smithery. All rights reserved.

    About

    Orchestrates the full Ralph autonomous agent pipeline from requirements gathering to execution...

    SKILL.md

    Orchestrate the complete Ralph pipeline for autonomous feature development:
    1. spec-interview → Gather comprehensive requirements through guided discovery
    2. generate-prd → Create actionable Product Requirements Document
    3. ralph-convert-prd → Transform PRD into atomic user stories (prd.json)
    4. ralph.sh → Execute autonomous implementation loop

    This skill coordinates these tools while keeping you in control at decision points.

    Ralph spawns fresh Claude instances for each story. Memory persists only through: - Git history (committed code) - progress.txt (learnings between iterations) - prd.json (story status tracking)

    Never assume Ralph "remembers" previous iterations.

    Each user story MUST be completable in ONE context window.

    Right-sized:

    • Add a database column
    • Create a UI component
    • Update a server action
    • Implement a filter

    Too large (will fail):

    • Build entire dashboard
    • Add authentication system
    • Refactor entire API
    All checks must pass before Ralph commits: - TypeCheck passes - Tests pass - UI verified in browser (for frontend stories)

    Broken code compounds across iterations. Never skip quality checks.

    You approve at each stage: 1. After spec-interview → Review SPEC.md 2. After generate-prd → Review PRD 3. After ralph-convert-prd → Review prd.json stories 4. Before ralph.sh → Confirm ready to execute

    Don't rush. Bad requirements = wasted iterations.

    What would you like to do?
    1. Full pipeline - Start from scratch (spec → PRD → prd.json → execute)
    2. Continue from PRD - Already have PRD, convert and execute
    3. Execute only - Already have prd.json, run Ralph
    4. Check status - View current prd.json progress

    Wait for response before proceeding.

    | Response | Workflow | |----------|----------| | 1, "full", "start", "new feature" | `workflows/full-pipeline.md` | | 2, "continue", "have PRD", "convert" | `workflows/from-prd.md` | | 3, "execute", "run ralph", "have prd.json" | `workflows/execute-only.md` | | 4, "status", "check", "progress" | `workflows/check-status.md` |

    After reading the workflow, follow it exactly.

    Key Files:

    File Purpose
    SPEC.md Comprehensive requirements from spec-interview
    tasks/prd-*.md Product Requirements Document
    prd.json Atomic user stories for Ralph (in project root)
    progress.txt Learnings between iterations (in project root)
    scripts/ralph.sh Ralph execution script (in this skill folder)
    scripts/prompt.md Iteration prompt template

    Commands:

    # Run Ralph from your project directory
    # (assumes toolkit is at ~/projects/claude-code-toolkit)
    ~/projects/claude-code-toolkit/skills/ralph-orchestrator/scripts/ralph.sh
    
    # Or create an alias in ~/.bashrc:
    alias ralph='~/projects/claude-code-toolkit/skills/ralph-orchestrator/scripts/ralph.sh'
    
    # Run with custom iteration limit
    ralph 5
    
    # Check story status
    cat prd.json | jq '.userStories[] | {id, title, passes}'
    
    # View learnings
    cat progress.txt
    
    | Workflow | Purpose | |----------|---------| | full-pipeline.md | Complete flow: spec → PRD → prd.json → execute | | from-prd.md | Convert existing PRD and execute | | execute-only.md | Run Ralph on existing prd.json | | check-status.md | View current progress | Pipeline is complete when: - [ ] Requirements gathered through spec-interview - [ ] PRD created with verifiable acceptance criteria - [ ] prd.json has atomic, right-sized stories - [ ] All stories have `passes: true` in prd.json - [ ] Code committed and quality checks passing
    Recommended Servers
    Thoughtbox
    Thoughtbox
    Browser tool
    Browser tool
    OffshoreProz — Agent Company for AI Agents
    OffshoreProz — Agent Company for AI Agents
    Repository
    neversight/skills_feed