What problem does it solve?
It keeps Spec-Driven Development changes aligned by turning proposals into structured delta specifications so that each orchestrated phase understands what requirements are added, modified, or removed before implementation begins.
Core Features & Use Cases
- Delta requirement drafting: Author added, modified, and removed requirements with RFC 2119 language and Given/When/Then scenarios for every change.
- Multi-domain coverage: Aggregate affected domains, compare against existing specs, and split new domains into full specifications when no prior behavior exists.
- Persistence compliance: Respect engram, openspec, and hybrid storage conventions so the orchestrator can persist and retrieve specs without breaking the workflow.
- Use Case: When a new invoicing feature is proposed, use this skill to produce the spec artifact that the design and implementation phases rely on.
Quick Start
Ask the orchestrator to run sdd-spec for the current change so it can craft delta requirements from the proposal.