design-review

Review game design documents for completeness, consistency, and implementability.

23.7k|3.4k|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Donchitos/Claude-Code-Game-Studios --skill design-review-donchitos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-review
Source: https://github.com/Donchitos/Claude-Code-Game-Studios/tree/main/.claude/skills/design-review
Command: npx skills add https://github.com/Donchitos/Claude-Code-Game-Studios --skill design-review-donchitos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the review of game design documents, ensuring they are complete, consistent, and ready for implementation, preventing costly rework later in the development cycle.

Core Features & Use Cases

  • Completeness Check: Verifies all essential sections of a design document are present.
  • Consistency Validation: Checks for internal logic flaws and cross-system contradictions.
  • Implementability Assessment: Identifies vague or technically challenging sections for programmers.
  • Use Case: Before a programmer starts coding a new game mechanic, run this Skill on its design document to catch any ambiguities or missing details, ensuring a smooth implementation.

Quick Start

Use the design-review skill to review the design document located at 'design/gdd/new-combat-system.md'.

Frequently Asked Questions about design-review

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

FAQPage Schema
How do I review game design documents for completeness and consistency before programming?

Review game design documents by validating them against a defined checklist and project standards to ensure completeness, internal consistency, and technical implementability. This process catches missing details and cross-system contradictions before development begins.

What is a game design document validation checklist used for?

A game design document validation checklist is used to verify that all essential sections are present, internal logic is sound, and technical requirements are met. It ensures rigorous design validation before programming to prevent costly rework.

When should I run a design review on my game mechanics document?

Run a design review on your game mechanics document immediately before a programmer starts coding. This catches ambiguities, vague sections, and cross-system contradictions early, ensuring a smooth implementation phase.

Does design validation require reading the master CLAUDE.md and related design files?

Yes, design validation requires reading the target document, the master CLAUDE.md, and related design documents. This ensures the reviewed document adheres to the overall project vision and technical feasibility constraints.

What is the best way to check if a game design document is ready for implementation?

The best way to check if a game design document is ready for implementation is to perform an implementability assessment. This identifies vague or technically challenging sections and verifies adherence to project standards.

What are the limitations of automating game design document reviews?

Automating game design document reviews is limited to checking completeness, internal consistency, and implementability against defined project standards. It cannot replace human intuition or evaluate subjective creative design choices outside the checklist.