What problem does it solve? Archiving many completed OpenSpec changes one at a time is repetitive and error-prone, especially when several changes touch the same capability specs. This Skill batches the entire archive workflow, detects spec conflicts between changes, and resolves them by checking what is actually implemented in the codebase. ## Core Features & Use Cases - Batch archiving: Lists all active changes, lets the user multi-select any number, and archives them in a single confirmed operation with per-change outcome tracking. - Conflict detection and resolution: Maps capabilities to the changes that touch them, then inspects the codebase to decide which delta specs to sync, applying both-implemented conflicts in chronological order. - Verified spec sync: Runs the openspec-sync-specs workflow inline for included deltas and verifies main specs before moving any change into the archive directory. - Use Case: After finishing three parallel feature branches (OAuth, project config, schema management), select all three, review the consolidated status table, confirm once, and archive them with specs merged correctly. ## Quick Start Ask the assistant to bulk archive your completed OpenSpec changes and choose which ones to include when prompted.