What problem does it solve?
This Skill helps teams finalize and archive completed changes in an OpenSpec experimental workflow by verifying artifact and task completion, assessing delta spec differences, and moving the change to a dated archive location while preserving configuration.
Core Features & Use Cases
- Verification: Uses openspec list and openspec status outputs to list active changes and confirm artifact completion before archiving.
- Task and Spec Assessment: Checks tasks.md for incomplete tasks and compares delta specs against main specs to summarize additions, modifications, removals, or renames and offer an optional sync.
- Safe Archival: Creates an archive folder, prevents overwrites by checking for existing targets, preserves .openspec.yaml, and requires explicit user confirmations for warnings.
- Use Case: After implementing a feature or schema change, run this workflow to confirm all artifacts and tasks are complete, optionally sync specs, and archive the change into openspec/changes/archive/YYYY-MM-DD-<change>.
Quick Start
Archive the change named add-user-auth by verifying artifacts and tasks, optionally syncing delta specs, and moving it to openspec/changes/archive with a dated folder.