What problem does it solve? Archiving completed openspec changes one at a time is tedious, and archiving several parallel changes at once risks spec conflicts when multiple changes touch the same capability. This Skill batch-archives changes while detecting and resolving spec conflicts by checking what is actually implemented in the codebase. ## Core Features & Use Cases - Batch Archiving: Select and archive multiple active changes in a single confirmed operation, moving each to openspec/changes/archive/YYYY-MM-DD-<name>. - Conflict Detection & Resolution: Maps capabilities to the changes that touch them, then inspects the codebase to determine which delta specs to sync and in what chronological order. - Consolidated Status Reporting: Shows a per-change table of artifact status, task completion, delta specs, and conflicts before asking for a single batch confirmation. - Use Case: After finishing three parallel feature changes (OAuth, project config, schema management), run this Skill to review their readiness, resolve an auth spec conflict, and archive all three with one confirmation. ## Quick Start Ask the assistant to bulk archive all completed openspec changes and resolve any spec conflicts before confirming.