What problem does it solve? It turns an approved change proposal into structured, testable specifications, eliminating ambiguity about what behavior is being added, modified, removed, or renamed before implementation begins. ## Core Features & Use Cases - Delta Spec Authoring: Produces ADDED, MODIFIED, REMOVED, and RENAMED requirement sections that merge cleanly into existing specs at archive time. - Testable Scenarios: Every requirement includes Given/When/Then scenarios covering happy paths and edge cases, ready to convert into automated tests. - Multi-Mode Persistence: Supports engram, openspec, hybrid, and none artifact store modes, reading the proposal's Capabilities section to map domains to spec files. - Use Case: After an orchestrator approves a change proposal for a new authentication flow, this sub-agent reads the proposal, writes delta specs per affected domain, and returns a coverage summary for the design phase. ## Quick Start Delegate to the sdd-spec sub-agent with the change name and artifact store mode to generate delta specifications from the approved proposal.