What problem does it solve? Writing a High-Level Design document from scratch is slow and inconsistent — teams skip decisions, write vague quality requirements, or mix implementation plans into design docs. This Skill scaffolds and guides the authoring of a structured, design-only HLD folder so every design captures intent, decisions, and measurable quality bars the same way. ## Core Features & Use Cases - Deterministic scaffolding: A bash script creates docs/hlds/NNN-<slug>/ with auto-incremented numbering, placeholder-substituted templates for README, AGENTS.md, C4 context diagram, LADR, and NFR files. - Guided authoring workflow: Multi-phase process covering scope clarification, strategic and tactical LADRs, measurable NFRs, and diagram selection beyond the mandatory C1 System Context. - Design-only guardrails: Enforces no implementation plans, no code outside examples/, and an AGENTS.md without architecture sections. - Use Case: An engineer starting a new payments platform initiative runs the skill to scaffold docs/hlds/003-payments-platform/, then drafts LADRs for key decisions and NFRs with measurable latency targets before any code is written. ## Quick Start Ask the AI to create a high-level design for your initiative, for example: run /create-hld payments-platform and follow the clarification and drafting workflow.