What problem does it solve? Archiving several completed openspec changes one by one is repetitive and error-prone, especially when multiple changes touch the same capability specs. This Skill batches the full archive protocol, detects spec conflicts across changes, and resolves them by checking what is actually implemented in the codebase. ## Core Features & Use Cases - Batch archiving with full protocol: Runs the complete per-change archive protocol (slice-gate, verify report, marker balance, code-truth, ADR/KB extraction) for every selected change, never skipping gates because of bulk mode. - Spec 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. - Consolidated status and summary: Shows a per-change status table (artifacts, tasks, specs, conflicts) before a single batch confirmation, then reports archived, skipped, and failed outcomes. - Use Case: After finishing three parallel changes (oauth, project-config, schema-management), select all of them, let the Skill resolve the shared auth spec conflict by checking the code, and archive everything in one confirmed operation. ## Quick Start Ask the assistant to bulk archive all completed openspec changes and select the ones you want from the multi-select prompt.