| name | design-review |
| description | Comprehensive design document review against GDD standards. Checks all required sections, cross-system consistency, formulas, and edge case coverage. Use when reviewing any design doc for quality. |
/design-review — Design Doc Quality Review
Delegate to: game-designer (with systems-designer assist for technical sections)
Steps
1. Identify Documents to Review
- Ask the user which doc(s) to review, OR
- Default: review the most recently modified doc in
design/gdd/
- Multi-doc review: check cross-references and consistency
2. Structural Checks (8 required sections)
For each GDD, verify presence of:
3. Content Quality Checks
4. Cross-System Consistency
5. Roblox-Specific Checks
Output
Generate a review report:
# Design Review: [GDD Name]
## Summary
- Total issues: X
- Critical: X (must fix)
- Important: X (should fix)
- Nice-to-have: X (suggestions)
## Critical Issues
1. [Issue description, location, suggested fix]
## Important Issues
1. [...]
## Nice to Have
1. [...]
## Recommended Actions
- [Specific next steps for the author]
Share the report with the user for decision on which fixes to apply.
Never modify the GDD without user approval.