What problem does it solve? Closing out a spec-driven development change requires merging delta specifications into the source-of-truth specs and moving the change folder into a dated archive, which is error-prone when done manually and risks stale task states or unverified work being recorded as final. ## Core Features & Use Cases - Delta Spec Sync: Merges ADDED, MODIFIED, REMOVED, and RENAMED requirements from delta specs into main specs while preserving untouched requirements. - Gate Enforcement: Blocks archiving when review receipts are missing, tasks remain unchecked, or CRITICAL verification issues exist. - Multi-Mode Persistence: Supports engram, openspec, hybrid, and none artifact store modes with a mandatory archive report as the audit trail. - Use Case: After an orchestrator finishes implementing and verifying a change, this sub-agent merges the delta specs, moves the change folder to openspec/changes/archive/YYYY-MM-DD-{change-name}/, and persists a final-state archive report. ## Quick Start Delegate to the sdd-archive sub-agent with the change name and artifact store mode to sync delta specs and archive the completed change.