What problem does it solve? Archiving many completed OpenSpec changes one by one is repetitive and error-prone, especially when several changes touch the same capability specs. This Skill batch-archives selected changes, detects spec conflicts between them, and resolves conflicts by checking what is actually implemented in the codebase. ## Core Features & Use Cases - Batch archiving: Lists active changes via openspec list --json, lets the user multi-select changes, and archives them into openspec/changes/archive/YYYY-MM-DD-<name> in one confirmed operation. - Status validation: Gathers artifact status, task completion counts from tasks.md, and delta spec inventories for every selected change before archiving. - Conflict detection and resolution: Maps capabilities to the changes that touch them, then inspects the codebase to decide which delta specs to sync and in what chronological order. - Use Case: After finishing three parallel feature changes that both modify the auth spec, run this Skill to review a consolidated status table, confirm the batch, and archive all three with specs synced in the correct order. ## Quick Start Ask the assistant to bulk archive your completed OpenSpec changes and select the ones you want from the presented list.