What problem does it solve? Closing out a spec-driven development change requires merging delta specs into the source-of-truth specs and moving the change folder into an archive without losing or altering any bytes, which is error-prone when done manually. ## Core Features & Use Cases - Delta Spec Sync: Merges ADDED, MODIFIED, REMOVED, and RENAMED requirements from delta specs into main specs while preserving untouched requirements. - Mechanical Archive Move: Moves the change folder to a date-prefixed archive directory using shell-only copy/move with mandatory diff -r readback verification. - Gate Enforcement: Blocks archiving when tasks remain unchecked, CRITICAL verify issues exist, or a native review receipt fails validation. - Use Case: After implementation and verification of a change complete, the orchestrator delegates to this sub-agent to produce a final archive report and close the SDD cycle with a trustworthy audit trail. ## Quick Start Delegate to the sdd-archive sub-agent to archive the completed change, sync its delta specs into the main specs, and produce the final archive report.