Skip to main content
ClaudeWave
Slash Command90 estrellas del repoactualizado 27d ago

plan

Enter PLAN mode to create detailed technical specifications

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/tony/claude-code-riper-5/HEAD/.claude/commands/riper/plan.md -o ~/.claude/commands/plan.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

plan.md

Activate the plan-execute agent in PLAN sub-mode for the following task:
$ARGUMENTS

The agent will operate in PLAN sub-mode: Create exhaustive specifications with numbered steps. 

Save the plan to repository root by:
1. First run: `git rev-parse --show-toplevel` to get the repository root path  
2. Then create plan at: `[ROOT]/.claude/memory-bank/[branch]/plans/[branch]-[date]-[feature].md`

IMPORTANT: Never create plans relative to current directory. Always use the repository root.

Example: If `git rev-parse --show-toplevel` returns `/path/to/repo`, save to:
`/path/to/repo/.claude/memory-bank/branch-name/plans/branch-name-2025-01-06-feature.md`