plan-review
Plan Review: Staff Engineer Mode
One person on the Claude Code team has one Claude write the plan, then spins up a second Claude to review it as a staff engineer.
Activation
When user invokes /plan-review or /plan-review [file]:
Review Process
Act as a senior staff engineer reviewing this plan. Be constructively critical.
1. Read the Plan
If a file path is provided ($ARGUMENTS), read it. Otherwise, ask for the plan or look for:
- Recent plan mode output
- Files named
PLAN.md,plan.md,plan.txt - The most recent
.claude/plans/*.mdfile
More from potatoman03/runbook
runbook
Claude Code productivity system based on tips from the Claude Code team. Provides commands for parallel worktrees, plan reviews, CLAUDE.md maintenance, tech debt hunting, auto-fixing, code grilling, elegant refactors, visual explanations, and subagent orchestration. Use when wanting to work more effectively with Claude Code.
5explain
Generate visual explanations of code, architecture, or concepts. Creates HTML presentations, ASCII diagrams, and interactive visualizations. Use for learning unfamiliar code or explaining to others.
1techdebt
Find and kill duplicated code and technical debt. Run at the end of every session to clean up. Based on the Claude Code team practice of building a /techdebt slash command.
1grill
Get grilled on your changes before making a PR. Claude acts as a rigorous reviewer, asking probing questions and not approving until you demonstrate understanding. Use to catch issues before they reach code review.
1elegant
Scrap a mediocre solution and implement the elegant one. Use after a fix feels hacky or over-complicated. Claude uses all accumulated context to find the right solution. Based on the prompting pattern from the Claude Code team.
1subagents
Orchestrate subagents for complex tasks. Append "use subagents" to throw more compute at problems. Keep main context clean by offloading to specialized subagents. Based on the Claude Code team's subagent practices.
1