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 spec. 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: Select and archive any number of active changes in a single confirmed operation, with per-change status tracking. - Conflict detection and resolution: Identifies when two or more changes modify the same capability spec path and resolves conflicts by searching the codebase for implementation evidence, applying specs in chronological order when both are implemented. - Verified spec sync: Syncs included delta specs into main specs and verifies ADDED, MODIFIED, REMOVED, and RENAMED requirements before moving any change into the archive directory. - Use Case: After finishing a sprint with five parallel changes, run the batch archive to review a consolidated status table, resolve an identity/user-auth spec conflict between two changes, and archive everything with one confirmation. ## Quick Start Ask the assistant to bulk archive all completed OpenSpec changes and resolve any spec conflicts before archiving.