What problem does it solve? AI agents implementing a project often make inconsistent technical choices, causing conflicting code across components. This Skill produces a single architecture decision document that acts as the source of truth so every agent implements consistently. ## Core Features & Use Cases - Guided 8-Step Workflow: Walks through initialization, project context analysis, starter template evaluation, core architectural decisions, implementation patterns, project structure, validation, and handoff. - Consistency Pattern Definition: Documents naming, structure, format, and communication rules that prevent AI agents from making conflicting implementation choices. - Resumable State Tracking: Tracks progress in document frontmatter so an interrupted architecture session can be resumed from the correct step. - Use Case: After finishing a PRD, run this workflow to collaboratively decide the tech stack, verify current versions via web search, define API and naming conventions, and produce a validated architecture.md ready for implementation. ## Quick Start Ask the AI to create the technical architecture for your project based on the existing PRD.