What problem does it solve?
It helps you finalize an experimental workflow change by verifying artifact and task completion, optionally syncing delta specs with the main specs, and then archiving the change without losing key files.
Core Features & Use Cases
- Completeness validation: Checks artifact completion via openspec status and flags incomplete artifacts before archiving.
- Task progress verification: Reads a tasks file (typically tasks.md) to detect incomplete checklist items and prompts before proceeding.
- Spec synchronization assessment: Detects delta specs for the change and summarizes required adds/modifications/removals/renames before asking whether to sync or archive without syncing.
- Safe archival workflow: Moves the change directory into openspec/changes/archive using a date-stamped name and fails if the target already exists.
Quick Start
Archive a completed change by running it after implementation is finished, optionally providing the change name so it can validate completion and archive it into openspec/changes/archive/.