What problem does it solve?
This Skill automates the finalization and archival of software design documentation changes by merging delta specifications into the canonical specs and creating an auditable archive after verification, removing manual merging and traceability overhead.
Core Features & Use Cases
- Engram persistence: Locate artifacts via mem_search, retrieve full content with mem_get_observation, and persist an archive report with mem_save that records observation IDs for traceability.
- Openspec filesystem merge: Apply delta changes to openspec/specs by adding, modifying, or removing requirements while preserving unrelated content and proper markdown structure, and move change folders into dated archives.
- Hybrid and none modes: Support engram-only, openspec-only, hybrid (both), and none (dry-run/summary) modes with verification gating and safeguards against destructive merges.
Quick Start
Archive the change named feature-x by merging its delta specs into main specs, recording all observation IDs, and moving the change folder to openspec/changes/archive/YYYY-MM-DD-feature-x according to the project mode.