spec-review
Installation
SKILL.md
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 | Missing scenarios, safety invariants, liveness properties, testability scoring |
| 3 | Buildability | Compatibility, implementation blockers, REQ→Design→Tasks traceability |