From planner
Review implementation plans for completeness, feasibility, risk coverage, architectural alignment, and coherence. Use when asked to "review plan", "check plan", "validate plan", or before exiting plan mode.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planner:review-planThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review an implementation plan for completeness, feasibility, and coherence.
Review an implementation plan for completeness, feasibility, and coherence.
Input: $ARGUMENTS - path to a plan file. If no argument, find and review the most recent .md file in .claude/plans/.
/planner:review-plan .claude/plans/my-plan.md - review a specific plan/planner:review-plan - review the most recent plan file in .claude/plans/Try to load the skill local-plan-standards.
Read the default rules from references/default-plan-review.md.
Determine scope from $ARGUMENTS
.md file in .claude/plans/ and read itRead the plan and understand its structure, goals, and proposed changes
Load output format - load reviewer:reviewer-framework for severity levels, confidence scoring, and output format. If it does not load, use this format:
[SEVERITY] Category: Brief description (confidence: N)
Section: <plan section or file reference>
Issue: What's wrong and why it matters
Suggestion: How to fix
Severity: critical (plan won't work), high (significant gap), medium (could be better), low (minor). Confidence: 0-100, score conservatively. End with: Total: N findings (X critical, Y high, Z medium, W low)
Apply loaded review rules - check each category from the loaded guidance (defaults, local, or combined)
Verify claims against the codebase:
Report findings using the loaded or built-in format
npx claudepluginhub tvishwanadha/skills --plugin plannerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.