Spec Review Skill Purpose Run 3 focused review agents against a feature's spec files, then consolidate into an actionable PASS / NEEDS REVISION report. Agents run sequentially by default . Run in parallel only if the user explicitly requests it. Agent count by mode: - Quick mode (plan.md only): 2 agents (skip Agent 3 — Buildability) - Full mode (all 3 files present): 3 agents - Partial Full mode (some files missing): 2 agents (skip Agent 3) | Agent | Name | Covers | |---|---|---| | 1 | Spec Quality | Business validity, EARS correctness, 10-pattern ambiguity smell scan | | 2 | Completeness | M…