architecture-review

Analyze GDD requirements against ADR decisions to produce a traceability matrix and verdict.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill architecture-review-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-review
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/architecture-review
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill architecture-review-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures architectural decisions fully cover GDD requirements, remain internally consistent, and align with engine version pins, providing a single quality gate between design inputs and production readiness.

Core Features & Use Cases

  • Build a comprehensive Design-to-ADR traceability matrix that maps each GDD requirement to architectural decisions.
  • Detect coverage gaps, cross-ADR conflicts, and engine compatibility inconsistencies.
  • Produce an actionable verdict and a prioritized plan of ADRs to implement for closure.

Quick Start

Activate the architecture-review skill to initiate a scaffolded assessment of the current ADRs, GDDs, and engine constraints.

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 ADR decisions cover all GDD requirements?

To check if ADR decisions cover GDD requirements, you need an architecture review that builds a traceability matrix mapping each design requirement to its corresponding architectural decision. This identifies coverage gaps to ensure complete design-to-architecture alignment.

What is cross-ADR conflict detection in architecture review?

Cross-ADR conflict detection is the process of analyzing multiple architectural decision records to find internal inconsistencies. It surfaces conflicting decisions across documents to guide a prioritized plan for resolving architectural misalignments.

How do I verify engine version compatibility across ADRs?

To verify engine version compatibility across ADRs, an architecture review analyzes all design documents and engine constraints. It checks engine version pins against architectural decisions to detect inconsistencies and produces a pass or concerns or fail verdict.

Can I get an actionable ADR implementation plan from a traceability matrix?

Yes, you can get an actionable ADR implementation plan from a traceability matrix. An architecture review analyzes the matrix, detects coverage gaps and conflicts, and outputs a prioritized plan of ADRs needed for project closure.

What's the best way to validate architecture readiness before production?

The best way to validate architecture readiness before production is to run an architecture review quality gate. It ensures architectural decisions cover GDD requirements, remain internally consistent, and align with engine version pins to confirm production readiness.