openspec-archiving

Archive completed change folders and merge spec deltas into living specifications.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Michael0520/milo.me --skill openspec-archiving
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archiving
Source: https://github.com/Michael0520/milo.me/tree/main/.claude/skills/openspec-archiving
Command: npx skills add https://github.com/Michael0520/milo.me --skill openspec-archiving

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archives completed changes and merges their spec deltas into the living specification documentation, helping teams keep current docs synced with deployment outcomes.

Core Features & Use Cases

  • Archive completed change folders with a timestamp to maintain a traceable history.
  • Merge ADDED, MODIFIED, and REMOVED spec deltas into the corresponding living specs with auditable traceability.
  • Validate living specs after merges and enforce a consistent archival workflow to support release management.

Quick Start

Copy your change folder into the archive structure after deployment, merge deltas into living specs according to the workflow, and run a final validation to ensure integrity.

Frequently Asked Questions about openspec-archiving

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep living specification documents in sync with deployed changes?

To keep living specification documents in sync with deployed changes, archive completed change folders with a timestamp and merge ADDED, MODIFIED, and REMOVED spec deltas into the living docs after deployment.

What is the best way to archive spec deltas for release management?

The best way to archive spec deltas for release management is to copy completed change folders into an archive structure with a timestamp, preserving a traceable history of deployed requirements alongside the living specs.

How does delta merge work when updating living documentation?

Delta merge works by applying explicit operations for ADDED, MODIFIED, and REMOVED requirements from completed changes directly into the corresponding living specification documents with auditable traceability.

Do I need to validate living specs after merging documentation changes?

Yes, you need to validate living specs after merging documentation changes to ensure the structural integrity of the updated requirements and enforce a consistent archival workflow for release management.

Can I use this approach to manage change documentation for software engineering projects?

Yes, you can use this approach to manage change documentation for software engineering projects, as it applies during development and release workflows to archive completed changes and merge spec deltas.

When should I archive completed change folders instead of keeping them active?

You should archive completed change folders instead of keeping them active after changes are implemented, tested, and deployed, ensuring the living documentation only reflects current system requirements.