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 spec. 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 delta specs by capability path, detects when two or more changes touch the same spec, and resolves conflicts by searching the codebase for implementation evidence. - 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 a sprint with five parallel changes, two of which both modify the identity/user-auth spec, run this Skill to review a consolidated status table, resolve the conflict chronologically, and archive everything in one confirmation. ## Quick Start Ask the assistant to bulk archive all completed OpenSpec changes and resolve any spec conflicts before moving them to the archive folder.