What problem does it solve?
This Skill prevents late-stage engineering rework by reviewing a game design document for completeness, internal consistency, implementability, and alignment with project design standards.
Core Features & Use Cases
- Structured GDD quality checklist: Validates required sections such as rules clarity, formulas, edge cases, dependencies, tuning knobs, and acceptance criteria.
- Dependency graph verification: Confirms that referenced system GDD files exist in design/gdd/ to eliminate broken downstream references.
- Cross-system and implementability scrutiny: Checks formulas, edge-case behavior, missing details, and interaction risks so programmers won’t have to guess.
- Optional depth control: Supports full, lean, or solo modes to balance thoroughness vs. speed.
- Adversarial specialist review (full mode): Uses domain specialists for critical, challenge-oriented feedback, then produces a senior synthesized verdict.
Quick Start
Use the command /design-review design/gdd/your-system-gdd.md --depth lean to quickly assess the document in one pass without spawning specialists.