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 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, validates artifacts and task completion, and archives them in a single confirmed operation. - 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: Syncs included delta specs into main specs, verifies ADDED/MODIFIED/REMOVED/RENAMED requirements before moving any change, and reports per-change outcomes. - Use Case: After finishing a sprint with five parallel OpenSpec changes, run this Skill to review a consolidated status table, resolve a conflict on the identity/user-auth spec, and archive all ready changes with date-prefixed folders. ## Quick Start Ask the assistant to bulk archive all completed OpenSpec changes and confirm which ones to include when prompted.