architecture-review

Analyze game design documents and ADRs for architectural coverage and traceability.

Updated Feb 8, 2024
One-click install
npx skills add https://github.com/kay6198835/Game-RPG --skill architecture-review-kay6198835
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-review
Source: https://github.com/kay6198835/Game-RPG/tree/main/.claude/skills/architecture-review
Command: npx skills add https://github.com/kay6198835/Game-RPG --skill architecture-review-kay6198835

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Architecture reviews are often siloed, leaving gaps between game design documents (GDDs) and architectural decisions (ADRs). This Skill validates that every GDD requirement is traced to ADRs, detects inconsistencies, and ensures engine compatibility before implementation.

Core Features & Use Cases

  • Builds a complete GDD-to-ADR traceability matrix to verify coverage.
  • Detects cross-ADR conflicts and engine-version inconsistencies automatically.
  • Generates an actionable ADR backlog and risk indicators to guide planning.

Quick Start

Run the architecture-review against the repository's design docs and ADRs to generate the traceability and conflict results.

Frequently Asked Questions about architecture-review

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

FAQPage Schema
How do I ensure my game design documents are fully covered by architecture decisions?

To ensure GDD coverage, build a complete GDD-to-ADR traceability matrix that validates every game design requirement is traced to architectural decisions and detects inconsistencies before implementation.

What is cross-ADR conflict detection for game architecture?

Cross-ADR conflict detection analyzes architectural decision records to identify inconsistencies and engine-version conflicts automatically, producing risk indicators and a prioritized ADR backlog to guide implementation planning.

How do I check engine compatibility against ADR decisions before implementation?

Check engine compatibility by analyzing ADR decisions against engine versions to detect inconsistencies automatically, generating risk signals and actionable guidelines to resolve gaps before implementation begins.

Can I generate a traceability matrix from existing design docs and ADRs?

Yes, you can generate a traceability matrix by running an architecture review against repository design docs and ADRs, which analyzes coverage and cross-ADR consistency to produce traceability and conflict results.

What is the best way to prioritize an ADR backlog for game development?

The best way to prioritize an ADR backlog is to analyze GDD-to-ADR traceability gaps and cross-ADR conflicts, which generates risk indicators and actionable guidelines to guide planning and resolve architectural gaps.