From vgv-wingspan
Reviews implementation plans for simplicity, best practices, scope, and PR readiness; runs parallel agents and handles splitting large plans into parts.
npx claudepluginhub verygoodopensource/very_good_claude_code_marketplace --plugin vgv-wingspanThis skill uses the workspace's default tool permissions.
**Plan file:** `$ARGUMENTS` (if empty, ask the user for the plan path or pick the most recent file under `docs/plan/`).
Dispatches reviewer subagent to verify PLAN.md quality, task decomposition, and spec alignment before implementation phase. Handles chunking for large plans.
Performs parallel multi-angle reviews of implementation plans from CEO, engineering, design, and devex perspectives. Merges scorecards, presents consolidated fix checklist for user selection, and applies approved changes.
Interactively reviews implementation plans before coding, challenging scope creep, architecture, quality, tests, and performance with mandatory user checkpoints and opinionated recommendations.
Share bugs, ideas, or general feedback.
Plan file: $ARGUMENTS (if empty, ask the user for the plan path or pick the most recent file under docs/plan/).
Run the following agents in parallel to conduct a comprehensive technical review of the plan at $ARGUMENTS. Pass the plan path to each agent:
After all agents complete, if the plan-splitting-agent recommends a split:
docs/plan/YYYY-MM-DD-<type>-<original-slug>-part-N-plan.md/build expects: title, type, acceptance criteria, tasks, file references. Use standard template by default; use minimal for simple parts or extensive for complex parts.## Dependencies section noting which prior PR(s) must merge first> **Note:** This plan has been split into parts. See the `-part-N` files in this directory.If the plan-splitting-agent reports no split needed: include the scope summary in the review output, no further action.
When invoked directly by the user, use AskUserQuestion to present next steps after the review is complete:
Question: "Technical review complete! What would you like to do next?"
Options:
/buildIf the user selects "Clear context and build" → Follow the clear context handoff for /build with the actual plan file path. Then stop.
When invoked by another skill (e.g., from /plan), return control to the caller after the review completes — do not present handoff options.