Plan Review

Installation
SKILL.md

Plan Review

Multi-perspective plan review with VP Product, VP Engineering, and VP Design to identify blockers, anti-patterns, conflicts, and regressions.

Execution

When triggered, immediately:

  1. Read agent-prompt.md from this skill's directory:
    • User install: ~/.claude/skills/plan-review-skill/agent-prompt.md
    • Project install: .claude/skills/plan-review-skill/agent-prompt.md
  2. Spawn a single Task with subagent_type: "general-purpose" passing the agent-prompt content as the prompt
  3. Include in the prompt: the user's request, the plan file path or content, and current working directory
  4. Wait for the agent to complete
  5. Present the agent's summary to the user

Do NOT execute the review workflow in this session. The subagent handles VP agent spawning, issue consolidation, and user interaction (AskUserQuestion). Plan edits are returned as recommendations for the coordinator to apply — the subagent should not edit files directly, as background execution auto-denies Write/Edit tools.

Execution Context Requirements

Installs
GitHub Stars
7
First Seen