What problem does it solve?
This Skill prevents chaotic, undocumented implementation by translating multiple approved GDDs and existing design artifacts into a single, engine-version-aware master architecture document before coding begins.
Core Features & Use Cases
- Guided architecture authoring: Produces
docs/architecture/architecture.md in an ordered, section-by-section walkthrough aligned to the studio’s hierarchy of design-to-implementation handoff.
- Engine-version-aware validation: Reads the pinned engine reference library, flags HIGH/MEDIUM risk domains, and records knowledge gaps to reduce incorrect assumptions.
- System-to-code readiness outputs: Defines layer mapping, module ownership, data flows, API boundaries, performs ADR audit and traceability coverage, and lists required new ADRs.
- Review-gated sign-off workflow: Runs Technical Director self-review, optionally spawns Lead Programmer feasibility review based on review mode, then records sign-off into the architecture document and updates session state for the next stage.
Quick Start
Run the create-architecture skill in full mode to generate the complete master architecture blueprint at docs/architecture/architecture.md.