What problem does it solve? Archiving many completed OpenSpec changes one at a time is slow and risky when several changes touch the same capability specs. This Skill batches the archive operation, detects spec conflicts between changes, and resolves them by checking what is actually implemented in the codebase. ## Core Features & Use Cases - Batch archiving: Select and archive multiple active changes in one confirmed operation, with per-change status tracking for success, skip, and failure outcomes. - Conflict detection and resolution: Maps capabilities to the changes that modify 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 and verifies main specs before moving any change into the archive directory. - Use Case: After finishing a sprint with five parallel changes, two of which both modify the auth spec, run a single bulk archive that syncs only the implemented deltas and moves each change into the dated archive folder. ## Quick Start Ask the assistant to bulk archive my completed OpenSpec changes and resolve any spec conflicts before moving them.