What problem does it solve? Finalizing a completed change in an OpenSpec workflow involves checking artifact completion, task status, and delta spec synchronization before moving the change into an archive directory. Doing this manually is error-prone and can leave main specs out of sync with the change. ## Core Features & Use Cases - Guided change selection: Infers the change from context, auto-selects when only one active change exists, or prompts with a list of active changes when ambiguous. - Completion verification: Checks artifact status via openspec status --json and counts incomplete tasks in tasks.md, warning before archiving with open items. - Delta spec sync assessment: Compares delta specs against main specs, optionally runs the inline sync workflow, and verifies the result before archiving. - Safe archiving: Moves the change directory into a date-prefixed archive folder, failing safely if the target already exists. - Use Case: After finishing implementation of a user-auth change, ask the assistant to archive it; the skill verifies all artifacts and tasks, syncs the main specs, and moves the change to changes/archive/2024-05-01-user-auth/. ## Quick Start Ask the assistant to archive the completed OpenSpec change named my-feature, confirming any warnings about incomplete tasks or unsynced specs.