What problem does it solve? Translating a change proposal into precise, testable specifications is error-prone and often skipped. This Skill acts as a sub-agent that converts a proposal into structured delta specs describing exactly what behavior is ADDED, MODIFIED, or REMOVED, so downstream design and task phases have a reliable contract. ## Core Features & Use Cases - Delta Spec Generation: Produces ADDED/MODIFIED/REMOVED requirement sections when specs already exist, or full specs for new domains. - Standardized Format: Enforces RFC 2119 keywords (MUST, SHALL, SHOULD, MAY) and Given/When/Then scenarios that are directly testable. - Multi-Backend Persistence: Saves artifacts to Engram memory, OpenSpec filesystem files, both (hybrid), or returns results only, based on the artifact store mode. - Use Case: After an orchestrator creates a proposal for a new authentication change, this Skill reads the proposal, groups changes by domain, and writes testable spec scenarios ready for the design and tasks phases. ## Quick Start Ask the orchestrator to launch the spec writer for your change proposal so it produces delta specs with requirements and scenarios for each affected domain.