review-plan

Installation
SKILL.md

Skill: Review Plan

Your goal is to CRITICALLY review the given implementation plan. Provide thorough, constructive feedback that enhances the plan's quality and likelihood of successful execution and solving the stated goal.

Fan out parallel read-only subagents, each assigned a different plan-review area, then synthesize the highest-signal findings. Each subagent goes deep on one area, catching gaps a single pass misses.

Review Areas

Pick 2–4 areas based on the plan's complexity and risk profile.

Area Focus
Completeness Missing requirements, unaddressed edge cases, gaps between the stated goal and proposed steps, unclear expected outcomes
Grounding Technical soundness and factual accuracy — references to nonexistent or deprecated APIs, hallucinated functions, incorrect codebase assumptions, outdated versions. Use web search to validate uncertain claims. Suggest alternative approaches when the plan is fundamentally wrong
Sequencing Dependency correctness between steps, parallelism opportunities missed, blocking-step identification, optimal ordering
Scope Over-engineering, gold-plating, scope creep or under-specification, scope disproportionate to value delivered
Verification Are verification steps specific, actionable, and covering the riskiest parts of the change? Missing test strategies
Risk Unaddressed failure modes, migration risks, backward compatibility gaps, missing rollback strategy
Installs
4
GitHub Stars
29
First Seen
Jul 10, 2026
review-plan — microsoft/vscode-team-kit