What problem does it solve? Archiving many completed OpenSpec changes one at a time is slow and error-prone, especially when several changes touch the same capability specs. This Skill batches the entire archive workflow, detects spec conflicts, and resolves them by checking what is actually implemented in the codebase. ## Core Features & Use Cases - Batch archiving: Lists all active changes, prompts for multi-select, and archives the confirmed set in one operation with date-prefixed archive targets. - Conflict detection and resolution: Maps capabilities to the changes that touch them, then inspects the codebase to decide which delta specs to sync and in what chronological order. - Verified spec sync: Runs the openspec-sync-specs workflow inline for included deltas and verifies main specs before moving any change directory. - Use Case: After finishing three parallel feature changes, ask the assistant to bulk-archive them; it shows a status table, resolves an auth spec conflict between two changes, and archives everything with a consolidated summary. ## Quick Start Ask the assistant to bulk archive all completed OpenSpec changes and confirm the selection when prompted.