What problem does it solve? It turns an approved specification into a concrete technical design, so implementation planning starts from documented architecture decisions instead of guesswork. ## Core Features & Use Cases - Spec-to-Design Conversion: Reads spec.md and produces design.md covering technical approach, affected areas, interfaces, data, and state. - Decision Tracking: Resolves or carries forward every row of the spec's Open Questions And Decisions table so no decision disappears silently. - Proportional Design: Produces a minimal design for single-surface, low-risk changes and a full artifact otherwise. - Use Case: After the sddl-spec stage approves a feature specification, run this stage to generate design.md with architecture decisions and trade-offs, then hand off to sddl-plan for execution planning. ## Quick Start Run the sddl-design stage on the current change to generate design.md from spec.md.