What problem does it solve? Finalizing a completed change in an OpenSpec workflow involves several manual checks—verifying task completion, syncing delta specs, and moving the change directory into a dated archive folder. This Skill automates that finalization process through a single slash command. ## Core Features & Use Cases - Completion Verification: Checks change status via openspec status --change and reads tasks.md for incomplete items before archiving. - Delta Spec Sync: Offers to synchronize delta specifications before archiving when they exist. - Dated Archiving: Moves the change directory into archive/YYYY-MM-DD-<name> and displays a summary. - Use Case: After finishing implementation of an add-auth change, invoke /opsx:archive add-auth to verify all tasks are done, sync specs, snapshot context with CodeGraph, and archive the change folder. ## Quick Start Ask the AI to run /opsx:archive with your change name to verify completion and archive the finished OpenSpec change.