Slash Command90 repo starsupdated 27d ago
workflow
Execute full RIPER workflow for a feature
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/tony/claude-code-riper-5/HEAD/.claude/commands/riper/workflow.md -o ~/.claude/commands/workflow.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
workflow.md
# Full RIPER Workflow I'll guide you through the complete RIPER workflow for: $ARGUMENTS ## Workflow Phases ### Phase 1: RESEARCH First, I'll use the research-innovate agent in RESEARCH sub-mode to understand the current state of the codebase and gather all necessary information. ### Phase 2: INNOVATE Next, I'll use the research-innovate agent in INNOVATE sub-mode to brainstorm different approaches and explore possibilities. ### Phase 3: PLAN Then, I'll use the plan-execute agent in PLAN sub-mode to create detailed technical specifications that you can review. **⚠️ APPROVAL GATE**: I will pause here for your explicit approval before proceeding. ### Phase 4: EXECUTE Once approved, I'll use the plan-execute agent in EXECUTE sub-mode to implement exactly what was planned. ### Phase 5: REVIEW Finally, I'll use the review agent to validate the implementation against the plan. ## Starting Workflow Let me begin with the RESEARCH phase for: $ARGUMENTS [The appropriate agent will be invoked based on the current phase]
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