What problem does it solve? Archiving completed OpenSpec changes one at a time is tedious, and archiving several parallel changes risks spec conflicts when multiple changes touch the same capability. This Skill batch-archives changes while detecting and resolving spec conflicts by inspecting the actual codebase. ## Core Features & Use Cases - Batch Archiving: Select and archive multiple active changes in a single operation, moving them to dated archive directories. - Conflict Detection & Resolution: Detects when 2+ changes modify the same capability spec, then checks the codebase to determine which changes are actually implemented and applies specs in chronological order. - Status Reporting: Shows a consolidated table of artifact status, task completion, delta specs, and conflicts before confirming the batch operation. - Use Case: After finishing a sprint with five parallel feature changes, select all of them, review the conflict analysis for the shared auth spec, and archive everything in one confirmed operation. ## Quick Start Ask the assistant to bulk archive all completed OpenSpec changes and resolve any spec conflicts automatically.