architecture-review

Validate project architecture completeness against GDDs and ADRs.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/emcconnell/nova-scout --skill architecture-review-emcconnell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-review
Source: https://github.com/emcconnell/nova-scout/tree/main/.claude/skills/architecture-review
Command: npx skills add https://github.com/emcconnell/nova-scout --skill architecture-review-emcconnell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The architecture-review skill verifies that the project's architecture (ADRs and architecture docs) fully and consistently satisfies the technical requirements expressed in Game Design Documents (GDDs), identifies coverage gaps, detects cross-ADR conflicts and dependency cycles, and confirms engine compatibility to prevent costly rework during implementation.

Core Features & Use Cases

  • Requirements Traceability: Extracts technical requirements from GDDs, maps each to ADRs, and produces a traceability matrix showing covered, partial, and missing coverage.
  • Conflict & Dependency Analysis: Detects data ownership, integration contract, performance, dependency, and state management conflicts across ADRs and outputs resolution options and a topologically sorted implementation order.
  • Engine Compatibility Audit & RTM: Cross-checks ADR engine assumptions against engine reference docs and deprecated APIs, flags GDDs that need revision, and optionally generates a full Requirements Traceability Matrix linking requirements → ADR → story → test.
  • Use Case: Technical directors performing a pre-production gate check to ensure foundation-level ADRs cover all GDD requirements and that no blocking ADR conflicts exist.

Quick Start

Run the architecture-review skill in full mode to generate a traceability matrix, identify ADR coverage gaps and conflicts, and produce a PASS/CONCERNS/FAIL verdict.

Frequently Asked Questions about architecture-review

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

FAQPage Schema
How do I trace GDD technical requirements to ADRs for game development projects?

Cross-ADR conflicts are detected by analyzing data ownership, integration contracts, performance, dependencies, and state management across architecture decisions, then outputting resolution options and a topologically sorted implementation order.

What is a requirements traceability matrix for game architecture and when do I need one?

Engine compatibility is audited by cross-checking ADR engine assumptions against engine reference docs and deprecated APIs, flagging GDDs that need revision to prevent costly rework during implementation.

How do I audit ADR coverage gaps and consistency against game design documents?

Dependency cycles in ADRs are identified during conflict and dependency analysis, which outputs a topologically sorted implementation order to resolve blocking architectural issues in game development projects.

Can I use architecture-review for pre-production gate checks in game development?

The skill outputs a traceability matrix linking requirements to ADRs, identifies coverage gaps and cross-ADR conflicts, checks engine compatibility, and produces a PASS, CONCERNS, or FAIL verdict with optional RTM artifacts.