design-review

Analyze a game design document for completeness, consistency, and implementability.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/CarlosQ96/robot-crawler --skill design-review-carlosq96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-review
Source: https://github.com/CarlosQ96/robot-crawler/tree/main/.agents/skills/design-review
Command: npx skills add https://github.com/CarlosQ96/robot-crawler --skill design-review-carlosq96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programmers.

Core Features & Use Cases

  • Phase-driven design review with structured completeness checks
  • Dependency validation and cross-reference alignment with project standards
  • Adversarial specialist assessment in full mode to surface gaps and risks
  • Clear handoff guidance to programmers with actionable remediation steps

Quick Start

Pass the design document path to review, for example: /design-review path/to/gdd.md --depth full.

Frequently Asked Questions about design-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a game design document for completeness and implementability before handing it to programmers?

A game design document (GDD) review identifies design gaps, validates dependencies, and surfaces actionable blockers before programmer handoff. It checks phase-driven completeness and cross-reference alignment to ensure clear implementation steps.

What is the best way to check internal consistency and specification adherence in a GDD?

Checking internal consistency in a GDD requires validating cross-references and dependencies against project design standards. A design review surfaces inconsistencies and provides concrete, testable findings to align the specification with project requirements.

Does the full design review mode include adversarial specialist assessments for game design?

Yes, the full design review mode includes adversarial specialist assessments for game design. This surfaces hidden gaps and implementation risks, providing concrete remediation steps and handoff guidance to ensure the GDD is ready for programmers.

Can I use this design review to validate cross-reference alignment with project standards?

Yes, you can use this design review to validate cross-reference alignment with project standards. It analyzes the GDD to ensure dependencies adhere to project design standards, outputting actionable blockers and recommended next steps for implementation.

Are there limitations to automated game design document QA for complex feature specifications?

Automated GDD QA focuses on structural completeness, consistency, and implementability rather than creative design choices. It surfaces testable findings and dependency risks but does not evaluate subjective gameplay fun, serving strictly as a pre-implementation gap checker.