What problem does it solve? Finalizing a completed change in an OpenSpec workflow involves many error-prone manual steps: checking artifact and task completion, confirming the PR is merged, syncing delta specs into the main specs, moving the change directory into the archive, committing the result, and updating Jira. This Skill automates that entire close-out sequence so nothing is forgotten. ## Core Features & Use Cases - Validated archiving: Runs openspec status and openspec archive --skip-specs to verify artifact completion and move the change into openspec/changes/archive/YYYY-MM-DD-<name>/. - Mandatory spec sync: Automatically applies delta specs to the main specs via the openspec-sync-specs skill before archiving, aborting if the sync fails. - Delivery and cleanup checks: Confirms the change's PR is merged with gh pr list, commits the archive and spec changes, offers Git worktree cleanup, and transitions the linked Jira ticket to "Finalizado". - Use Case: After merging the PR for a change like add-supplier-orders, ask the agent to archive it; the Skill verifies tasks are complete, syncs specs, archives the change, commits, and closes the Jira ticket. ## Quick Start Archive the completed OpenSpec change named add-supplier-orders and sync its delta specs into the main specs.