What problem does it solve?
Converts change proposals into structured delta specifications that state what is ADDED, MODIFIED, or REMOVED so teams have clear, testable requirements and scenarios for implementation.
Core Features & Use Cases
- Delta Specifications: Produce ADDED, MODIFIED, and REMOVED requirement sections with RFC 2119 strength and Given/When/Then scenarios.
- Mode-aware Persistence: Respect artifact store modes (engram, openspec, none) and follow the repository's persistence and openspec conventions.
- Handoff-ready Output: Create domain-grouped spec files under openspec/changes/{change-name}/specs/{domain}/spec.md and return an executive summary and structured envelope for the orchestrator.
Quick Start
Use the sdd-spec skill to generate delta specifications for the change proposal 'add-recurring-payments', grouping requirements by domain and including at least one happy-path and one edge-case scenario.