Plan Review Skill
Description
Multi-perspective plan review skill for Claude Code — parallel VP Product, Engineering, and Design agents to identify blockers, anti-patterns, conflicts, and regressions.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Plan Review Skill
A Claude Code skill that runs multi-perspective plan review using parallel VP agents to identify blockers, anti-patterns, conflicts, and regressions before execution.
Overview
Plan Review spawns three specialized AI agents — VP Product, VP Engineering, and VP Design — to simultaneously review implementation plans, design docs, architecture proposals, and wave plans. Each agent evaluates the plan through their domain lens. Findings are consolidated, ranked by severity, and presented for your approval before any changes are applied.
Features
- Parallel VP analysis — Three perspectives reviewed simultaneously
- Four issue categories — Blockers, Anti-patterns, Conflicts, Regressions
- Severity ranking — Critical, High, Medium, Low with action guidance
- Approval workflow — Review all findings before plan edits are applied
- Guided decision — Ask, then execute: never modifies files without consent
Usage
# Review a plan file
/plan-review-skill path/to/your-plan.md
Or trigger naturally:
"Review this plan for blockers and conflicts"
"Get VP feedback on the implementation plan"
"Run a stakeholder review on this design doc"
VP Perspectives
| VP Role | Focus Areas |
|---|---|
| VP Product | User impact, scope creep, dependencies, timelines |
| VP Engineering | Technical debt, anti-patterns, architecture conflicts, regressions |
| VP Design | UX consistency, accessibility, design system alignment |
Issue Severity Guide
| Severity | Action |
|---|---|
| Critical | Must address before proceeding |
| High | Should address before proceeding |
| Medium | Address in this iteration |
| Low | Address if time permits |
Installation
Via Skillsmith MCP:
install_skill smith-horn/plan-review-skill
Or manually copy this directory to `~/.claude/skills/plan-review-skill/`.
Configuration
Optional environment variables:
| Variable | Description | |-
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://