| name | design-review |
| description | Reviews a design document for completeness, internal consistency, code compliance, and constructability. |
| argument-hint | [path-to-design-doc] |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep |
When this skill is invoked:
-
Read the target document in full.
-
Read CLAUDE.md for project context.
-
Read related documents referenced by the target.
-
Evaluate against the 8 Required Sections:
-
Check internal consistency — do calculations support requirements?
-
Check code compliance — are code references specific and current?
-
Check constructability — can this be built as specified?
-
Check cross-discipline consistency — conflicts with other documents?
-
Output the review:
## Design Review: [Document Title]
### Completeness: [X/8 sections present]
### Code Compliance Issues
### Constructability Concerns
### Coordination Gaps
### Recommendations
### Verdict: [APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED]