Проектирование архитектуры игры из GDD

general

create-architecture is a Claude Code skill that produces the master architecture document (`docs/architecture/architecture.md`), translating all approved GDDs into a concrete technical blueprint before any code is written. It reads every GDD in `design/gdd/`, the systems index, existing ADRs, and the engine reference library, then extracts a numbered Technical Requirements Baseline so no design requirement goes without an architectural decision. Five focus modes are supported: full guided walkthrough, system layers only, data-flow, API boundaries, or an ADR audit for engine compatibility gaps. The skill is engine-version-aware: it inventories HIGH and MEDIUM risk domains where LLM training data may be unreliable and prompts the user before proceeding. Ideal for technical directors and lead developers who need a complete system blueprint before sprint planning begins.