Slash Command90 repo starsupdated 27d ago
plan
Enter PLAN mode to create detailed technical specifications
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/tony/claude-code-riper-5/HEAD/.claude/commands/riper/plan.md -o ~/.claude/commands/plan.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
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`
More from this repository
plan-executeSubagent
Planning and execution phase - specifications and implementation
research-innovateSubagent
Research and innovation phase - information gathering and brainstorming
reviewSlash Command
Enter REVIEW mode to validate implementation
listSlash Command
List all memories across branches
recallSlash Command
Recall memories from current branch's memory bank
saveSlash Command
Save context to branch-aware memory bank
rebaseSlash Command
Rebase current branch onto trunk (origin/master or origin/main), predict and resolve conflicts
executeSlash Command
Enter EXECUTE mode to implement approved plan