What problem does it solve? Architecture decisions made in conversation get lost, and features with new services, data models, or integrations often proceed without a documented design, leading to misaligned implementation and unreviewed security or capacity risks. ## Core Features & Use Cases - Structured HLD Generation: Produces a committed HLD document with C4 Context and Container diagrams in Mermaid, technology selection records, STRIDE threat model, failure mode analysis, and capacity planning. - ADR Authoring: Writes one immutable Architecture Decision Record per significant decision in Nygard/MADR format, committed to wiki/architecture/ with global monotonic numbering. - Gated Review Workflow: Runs an hld-reviewer agent before human review and hard-blocks transition to implementation planning until explicit human approval. - Use Case: After a feature spec passes quality review, use this Skill to design a new payment service — it asks targeted architecture questions, diagrams the containers and trust boundaries, documents why PostgreSQL was chosen over alternatives, and produces ADRs before any code is planned. ## Quick Start Ask the AI to run the high-level-design skill for the approved spec to produce the HLD document, C4 diagrams, and ADRs before writing implementation plans.