What problem does it solve? It turns a change proposal into structured, testable specifications, eliminating ambiguity about what behavior is being added, modified, or removed in a spec-driven development workflow. ## Core Features & Use Cases - Delta Spec Authoring: Writes ADDED, MODIFIED, and REMOVED requirement sections that cleanly merge into existing domain specs at archive time. - RFC 2119 + Gherkin Formatting: Enforces MUST/SHALL/SHOULD/MAY requirement language and Given/When/Then scenarios so every requirement is testable. - Multi-Mode Persistence: Supports engram, openspec, hybrid, and none artifact store modes, reading proposals and persisting specs accordingly. - Use Case: After an orchestrator produces a proposal for a new authentication capability, this Skill reads the proposal's Capabilities section, reads the existing auth spec, and writes a delta spec with full MODIFIED requirement blocks and edge-case scenarios. ## Quick Start Ask the orchestrator to launch the spec-writing phase for a named change so it reads the proposal and produces delta specs for each affected domain.