review-plan
Installation
SKILL.md
Security Plan Review
Analyze an implementation plan before code exists. Identify security gaps, implicit trust assumptions, missing threat considerations, and architectural risks while changes are still cheap. This is the most cost-effective point in the development lifecycle to catch security issues -- fixing a design flaw before coding costs 10-100x less than fixing it in production.
Supported Flags
Read ../../shared/schemas/flags.md for the full flag specification.
| Flag | Plan Review Behavior |
|---|---|
--scope plan |
Default. Reads the implementation plan content. |
--scope file:<path> |
Review a plan written to a specific file. |
--depth quick |
Check for top 5 most common plan-level security gaps only. |
--depth standard |
Full security review against all checklist items. |
--depth deep |
Standard + trace data flows described in the plan, model trust boundaries. |
Related skills