What problem does it solve? After a change is implemented and verified in a Spec-Driven Development workflow, its delta specs and artifacts remain scattered in a working folder. This Skill completes the SDD cycle by merging delta specs into the main source-of-truth specs and moving the change folder into a dated archive, preserving a full audit trail. ## Core Features & Use Cases - Delta Spec Merging: Applies ADDED, MODIFIED, and REMOVED requirements from delta specs into existing main specs while preserving untouched requirements. - Dated Archiving: Moves the completed change folder to openspec/changes/archive/YYYY-MM-DD-{change-name}/ with verification of archive contents. - Multi-Backend Persistence: Supports engram (memory-based), openspec (filesystem), hybrid, and none artifact store modes, recording observation IDs for traceability. - Use Case: After the verification sub-agent approves a change, the orchestrator launches this Skill to sync the new requirements into openspec/specs/, archive the change folder, and return a structured closure summary. ## Quick Start Archive the completed change 'add-user-auth' by syncing its delta specs into the main specs and moving it to the dated archive folder.