/review-plan
Review an implementation plan for simplification opportunities, gaps, bugs, and better approaches.
$ npx -y skills add dcouple/Pane --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/review-plan
Context preview
What this command does when you run it.
Review an implementation plan for simplification opportunities, gaps, bugs, and better approaches.
Command definition
review-plan.mdthinking-mode: on
allowed-tools: Read, Grep, Glob, WebFetch
argument-hint: <plan-file-or-description>
description: Review an implementation plan for simplification opportunities, gaps, bugs, and better approaches.
Review Plan
I will review the provided plan and provide feedback across four key areas.
Before providing my review, I will investigate the codebase to understand the current state and relevant context. I will check the ./docs/ folder for any documentation related to the plan's scope.
My Review Will Cover
1. Simplification Opportunities
- Are there unnecessary steps or over-engineering?
- Can any steps be combined or eliminated?
- Is there existing code or utilities that could be reused?
- Are there simpler alternatives to proposed approaches?
2. Gaps and Missing Items
- Are there edge cases not addressed?
- Is error handling complete?
- Are there missing tests or validation steps?
- Are there integration points that were overlooked?
3. Potential Bugs
- Are there race conditions or timing issues?
- Could any step fail silently?
- Are there type safety concerns?
- Are there security vulnerabilities?
4. Better Approaches
- Are there more idiomatic solutions for this codebase?
- Could different tools or libraries simplify the work?
- Are there architectural patterns that would fit better?
- What would a principal engineer suggest differently?
Format
I will provide my feedback in a clear, actionable format with specific references to the plan and codebase. Each suggestion will include reasoning and, where helpful, code snippets showing the recommended approach.
Plan to Review: $ARGUMENTS
Read more
thinking-mode: on allowed-tools: Read, Grep, Glob, WebFetch argument-hint: <plan-file-or-description> description: Review an implementation plan for simplification opportunities, gaps, bugs, and better approaches.
Review Plan
I will review the provided plan and provide feedback across four key areas.
Before providing my review, I will investigate the codebase to understand the current state and relevant context. I will check the ./docs/ folder for any documentation related to the plan's scope.
My Review Will Cover
1. Simplification Opportunities
- Are there unnecessary steps or over-engineering?
- Can any steps be combined or eliminated?
- Is there existing code or utilities that could be reused?
- Are there simpler alternatives to proposed approaches?
2. Gaps and Missing Items
- Are there edge cases not addressed?
- Is error handling complete?
- Are there missing tests or validation steps?
- Are there integration points that were overlooked?
3. Potential Bugs
- Are there race conditions or timing issues?
- Could any step fail silently?
- Are there type safety concerns?
- Are there security vulnerabilities?
4. Better Approaches
- Are there more idiomatic solutions for this codebase?
- Could different tools or libraries simplify the work?
- Are there architectural patterns that would fit better?
- What would a principal engineer suggest differently?
Format
I will provide my feedback in a clear, actionable format with specific references to the plan and codebase. Each suggestion will include reasoning and, where helpful, code snippets showing the recommended approach.
Plan to Review: $ARGUMENTS
Repo: dcouple/Pane
Other commands on pane.
- /commit
Create git commits with user approval and no Claude attribution
Open command - /create_plan
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work collaboratively with the user to produce high-quality technical specifications.
Open command - /describe_pr
Generate comprehensive PR descriptions following repository templates
Open command - /implement_plan
You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success criteria.
Open command - /iterate_plan
Iterate on existing implementation plans with thorough research and updates
Open command - /research_codebase
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform your reserach.
Open command

