What problem does it solve? Turning requirements into a sound technical design is hard: trade-offs go undocumented, project coding standards get ignored, and architecture drifts from what was actually requested. This Skill acts as an Architecture Owner that reads prior requirements, evaluates alternatives, and produces a structured architecture document with ADRs. ## Core Features & Use Cases - Architecture Document Generation: Produces system overviews, component diagrams in Mermaid, data models, API contracts, and concurrency strategies tailored to software, business, or personal domains. - ADR Documentation: Records each significant decision with context, alternatives considered, and consequences in a standard ADR format. - Standards Compliance Verification: Reads project standards (AGENTS.md, CLAUDE.md, .claude/rules/) and appends a per-rule compliance section to the design before handoff. - Use Case: After gathering requirements for a new feature, run this Skill to receive an architecture.md with evaluated technology options, ADRs, and a verified compliance checklist ready for security review and implementation. ## Quick Start Ask the assistant to design the architecture for the feature described in the requirements produced by the scope step.