How this command is triggered — by the user, by Claude, or both
Slash command
/ralph-plan:helpThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Ralph Plan Help Please explain the following to the user: ## What is Ralph Plan? Ralph Plan is a guided brainstorming and planning workflow that takes a vague idea and transforms it into a concrete implementation plan — then hands it off to Ralph Loop for execution. **Where it fits:** Ralph Plan is the **entry point** for users who don't have a plan yet. If you already have a plan file, skip straight to `/ralph-loop`. ## The 8 Phases | Phase | Name | What happens | |-------|------|-------------| | 1 | **Discover** | Scans your project — tech stack, structure, conventions, git his...
Please explain the following to the user:
Ralph Plan is a guided brainstorming and planning workflow that takes a vague idea and transforms it into a concrete implementation plan — then hands it off to Ralph Loop for execution.
Where it fits:
You have an idea → /ralph-plan → Structured plan → /ralph-loop → Working code
Ralph Plan is the entry point for users who don't have a plan yet. If you already have a plan file, skip straight to /ralph-loop.
| Phase | Name | What happens |
|---|---|---|
| 1 | Discover | Scans your project — tech stack, structure, conventions, git history |
| 2 | Clarify | Asks focused questions one at a time to understand requirements |
| 3 | Propose | Presents 2-3 approaches with trade-offs, you pick one |
| 4 | Design | Walks through architecture, data flow, file changes, error handling, testing — one section at a time |
| 5 | Blueprint | Breaks the design into ordered implementation steps with verification commands |
| 6 | Review | Stress-tests the blueprint from 4 perspectives (Skeptic, Architect, User Advocate, Pragmatist) |
| 7 | Finalize | Saves the plan file, derives Ralph Loop parameters |
| 8 | Launch | Invokes /ralph-loop with the plan and completion promise |
Every phase has a hard gate — you approve before it moves on. All gates use clickable options so you can tap to continue.
Start the full 8-phase planning flow.
Examples:
/ralph-plan Add user authentication with JWT
/ralph-plan Refactor the cache layer to use Redis
/ralph-plan Build a CLI tool for database migrations
Deploy Claude Code agent teams into a specific phase for deeper analysis. Usually invoked from within a running Ralph Plan session via the "Deploy Claude Codes" gate option.
Available teams by phase:
| Phase | Team | Focus |
|---|---|---|
| 1 | Codebase Recon | Stack, patterns, git history |
| 2 | Requirements Research | Feasibility, prior art |
| 3 | Approach Viability | Hidden costs, codebase fit |
| 4 | Architecture Validation | Interfaces, dependencies |
| 5 | Verification Pre-Check | Command validity, ordering |
| 6 | Deep Stress-Test | Edge cases, regression, security |
| 7 | Plan Quality | Coverage, testability |
Agent teams are report and recommend only — they never modify files or advance the flow.
/ralph-loop <prompt> [options] — Start an execution loop (use after planning, or standalone)/cancel-ralph — Cancel an active Ralph Loop| Situation | Use |
|---|---|
| Vague idea, no plan yet | /ralph-plan |
| Clear task, well-defined steps | /ralph-loop directly |
Existing plan file in docs/plans/ | /ralph-loop with the plan |
| Need to explore approaches first | /ralph-plan |
| Simple bug fix or small change | Neither — just do it |
Ralph Plan's final phase automatically invokes /ralph-loop with:
You don't need to configure Ralph Loop manually — Ralph Plan does it for you.
npx claudepluginhub dawsman/ralph-plan --plugin ralph-plan/prp-ralphStarts autonomous Ralph loop to execute PRP plan from <plan.md|prd.md> until all validations pass, with optional --max-iterations N.
/helpExplains Ralph Loop plugin for iterative AI development via repeated Claude prompts with file self-reference, and lists commands /ralph-loop to start loops and /cancel-ralph to cancel.
/helpDisplays categorized overview of Task Master AI commands including setup, tasks, status, analysis. Accepts arguments for specific command help.
/helpDisplays Hookify plugin help: hook events, markdown config files with regex patterns, creation via /hookify or manual files, subcommands, and examples for safe behaviors.
/helpDisplays full reference guide for Ouroboros commands and agents by rendering the dedicated SKILL.md file.
/helpDisplays the GSD help reference at the requested tier — one-line summary, one-page tour, full reference, or a single topic section.