architecture-review

Validate game architecture against design documents and generate traceability reports.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill architecture-review-euraika-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-review
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/.agents/skills/architecture-review
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill architecture-review-euraika-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It validates that a game's architecture fully covers all design requirements, is internally consistent, and matches the configured engine version, preventing gaps and conflicts before production begins.

Core Features & Use Cases

  • Requirement Extraction: Scans GDDs to pull technical requirements and assigns stable IDs.
  • Traceability Matrix Generation: Maps each requirement to ADRs, stories, and tests, highlighting coverage gaps.
  • Cross‑ADR Conflict Detection: Finds contradictory decisions, dependency cycles, and performance budget clashes.
  • Engine Compatibility Audit: Verifies that all ADRs align with the project's pinned engine version and avoids deprecated APIs.
  • Verdict Reporting: Produces a PASS/CONCERNS/FAIL report with actionable recommendations.

Quick Start

Execute $architecture-review in the repository root to perform a full architecture review.

Frequently Asked Questions about architecture-review

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

FAQPage Schema
How do I check game architecture completeness against GDD requirements?

To check game architecture completeness, map GDD requirements to ADR decisions and detect gaps or conflicts. This validation process ensures your technical design fully covers all documented game design requirements before production begins.

How do I detect conflicting architecture decisions across ADRs?

Cross-ADR conflict detection identifies contradictory decisions, dependency cycles, and performance budget clashes across your architecture. This analysis ensures internal consistency by finding conflicting technical decisions documented in separate records.

What is the best way to generate a traceability matrix for game development?

Generating a traceability matrix involves scanning GDDs to extract technical requirements and assign stable IDs, then mapping them to ADRs. This produces a comprehensive coverage map highlighting any gaps between design intent and architecture.

How do I validate engine compatibility for game architecture decisions?

Engine compatibility audits verify that all ADRs align with the project's pinned engine version and avoid deprecated APIs. This validates that your architecture matches the configured engine version to prevent technical conflicts during implementation.

When should I run an architecture validation review in game development?

Run architecture validation during pre-production to map GDD requirements to ADR decisions before production begins. This early review prevents gaps, conflicts, and engine compatibility issues from cascading into later development phases.