What problem does it solve?
This Skill automates the final archival step of a change lifecycle by merging approved Spec Deltas into a module's spec.md, preventing manual drift and ensuring the project's living specification stays current and auditable.
Core Features & Use Cases
- Delta-driven merging: consumes ADDED / MODIFIED / REMOVED entries from the change.md "## 3 Spec Delta" section and applies them mechanically to the target spec.md.
- Validation and safety checks: verifies change status is done, review and test artifacts exist and passed, enforces single-module scope, and aborts on format or cross-module conflicts.
- Metadata & index updates: updates spec frontmatter updated date, appends entries to 关联变更 and 变更记录 sections, sets change.md status to archived, and updates module and global INDEX files.
- Use case: finalize a completed feature change by merging its declared Deltas into a module's spec.md, update history, and mark the change archived without manual edits.
Quick Start
Run the archive operation for module inventory change 015-add-sort by invoking /eo-archive inventory 015-add-sort