What problem does it solve?
It helps game designers and teams catch missing sections, unclear rules, broken dependencies, and cross-system inconsistencies in a GDD before programmers start building from it.
Core Features & Use Cases
- Structural completeness review: Checks a Design Document Standard checklist (overview, fantasy, rules, formulas, edge cases, dependencies, tuning knobs, acceptance criteria).
- Consistency & implementability audit: Verifies formulas and edge cases align with described behavior, and flags underspecified “hand-wave” sections that would force guessing.
- Dependency graph validation: Uses local file discovery to confirm that each declared dependency’s GDD exists on disk and reports missing references.
- Optional multi-agent adversarial specialist review (full depth): Delegates critical review work across game design and systems design domains (plus additional specialists depending on what the GDD covers), then synthesizes a senior verdict.
- Use Case: Run a comprehensive pre-implementation review of a game design document to reduce rework and design drift during production.
Quick Start
Ask for a full or lean review by running the skill on your design document path with an optional depth flag.