What problem does it solve?
This Skill produces a complete, engine-aware master architecture document that consolidates approved GDDs, the systems index, existing ADRs, and engine reference libraries into a single, actionable blueprint required before coding and sprint planning.
Core Features & Use Cases
- Technical Requirements Extraction: Reads all GDDs and the systems index to extract and enumerate a Technical Requirements Baseline mapped to requirement IDs.
- Engine-aware Validation & Gap Inventory: Loads engine reference files, identifies high/medium risk domains and post-cutoff API changes, and flags knowledge gaps that affect architectural decisions.
- Layering, Module Ownership, Data Flow, API Boundaries, and ADR Audit: Guides the user through system layer mapping, module ownership tables, data flow diagrams, interface contracts, ADR audits, and generates required ADR recommendations plus the final architecture document.
- Use Case: Preparing a game repository for pre-production by ensuring all systems are mapped, engine compatibility is verified, and required ADRs are listed and prioritized.
Quick Start
Run create-architecture to generate the master architecture document from the project's GDDs systems index engine references and existing ADRs.