review-spec
Installation
SKILL.md
Review Spec
Review design artifacts for internal consistency, cross-artifact alignment, and obvious gaps. Accept requirements as written — flag conflicts between artifacts, not disagreements with product decisions.
Flow
1. Discover and Classify
Read all *.md files recursively in the provided directory. Classify each by role using the following path-based heuristics (applied in order; first match wins):
proposal.mdormotivation.md(anywhere in the path) → Motivation / proposaldesign.mdorarchitecture.md(anywhere in the path) → Design / architecturespec.md, or any file matchingspecs/**/spec*.md→ Requirements / specstasks.md, or any file matchingtasks/*.md→ Tasks / plan- Fallback: infer role from content (headings, structure). If ambiguous, assign the closest matching role and note the ambiguity.
An artifact may combine roles; assign the primary role first. Missing artifacts are not errors.
2. Review Checks
Related skills