What problem does it solve? Completed spec-driven development changes leave stale delta specs and scattered change folders, making it hard to keep the main specification as a trustworthy source of truth and to preserve a clean audit trail. ## Core Features & Use Cases - Delta Spec Merging: Applies ADDED, MODIFIED, REMOVED, and RENAMED requirements from delta specs into the main specs while preserving untouched requirements. - Task Completion Gate: Blocks archiving when unchecked implementation tasks or CRITICAL verification issues remain, enforcing SDD discipline. - Multi-Mode Persistence: Supports engram, openspec, hybrid, and none artifact store modes, moving change folders to a date-prefixed archive and persisting an archive report. - Use Case: After a feature change passes implementation and verification, the orchestrator delegates to this sub-agent to sync specs, move the change folder to openspec/changes/archive/YYYY-MM-DD-{change-name}/, and return a closure summary. ## Quick Start Delegate to the sdd-archive sub-agent to archive the completed change and sync its delta specs into the main specifications.