architecture-review

Validate GDD requirements against architectural decisions and engine constraints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill architecture-review-junnnnywon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: architecture-review
Source: https://github.com/JunnnnyWon/Codex-Game-Studios/tree/main/.claude/skills/architecture-review
Command: npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill architecture-review-junnnnywon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Architecture reviews ensure the complete set of game design requirements are traced to architectural decisions, detect coverage gaps, and enforce engine compatibility across ADRs before production.

Core Features & Use Cases

  • Traceability: builds a requirements-to-ADR matrix and flags gaps or conflicts.
  • Consistency: detects cross-ADR conflicts and dependency cycles to prevent misalignments.
  • Engine alignment: audits engine version consistency and API assumptions across ADRs.
  • Use Case: before starting production on a new title, run this skill to validate ADR coverage for all GDDs and surface actionable gaps.

Quick Start

Run the architecture-review against your GDDs and ADRs to begin the audit.

Frequently Asked Questions about architecture-review

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

FAQPage Schema
How do I check if my game design requirements are fully covered by architectural decisions?▼

To check design requirement coverage, build a traceability matrix mapping every GDD requirement to architectural decisions and engine constraints. This validates coverage and surfaces gaps before production starts.

What is cross-ADR conflict detection and how does it prevent architecture misalignments?▼

Cross-ADR conflict detection identifies contradictions and dependency cycles across multiple architectural decision records to enforce consistency and prevent misalignments before production.

How do I verify engine compatibility and API assumptions across all my ADRs?▼

Verify engine compatibility by auditing engine version consistency and validating API assumptions across all architectural decision records to ensure technical alignment and prevent integration failures.

Can I run an architecture review across multiple game design documents in one pass?▼

Yes, you can run architecture review across single- or multi-GDD projects. It extracts technical requirements from all provided GDDs and builds a unified traceability matrix to surface conflicts.

What modes are available for running a requirements traceability audit?▼

Available audit modes include full, coverage, consistency, engine, single-gdd, and rtm. Each mode targets specific aspects like gap detection, cross-ADR conflicts, or engine alignment to produce a final verdict.