What problem does it solve? After a spec-driven development change is implemented and verified, teams need a consistent way to fold delta specifications back into the source-of-truth specs and preserve the change as an audit trail. This Skill performs that final archival step so completed changes are never lost or left half-merged. ## 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 into openspec/changes/archive/YYYY-MM-DD-{change-name}/ and verifies all artifacts transferred. - Multi-Mode Persistence: Supports engram, openspec, hybrid, and none artifact store modes, recording observation IDs for traceability. - Use Case: After a change like 'add-session-expiration' passes verification, the orchestrator launches this Skill to sync the auth spec, archive the change folder, and return a closure summary completing the SDD cycle. ## Quick Start Ask the orchestrator to archive the verified change by name so its delta specs are merged into the main specs and the change folder is moved to the dated archive.