openspec-archive-change

Archive completed changes to date-prefixed paths with openspec CLI.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mufengbufeng/EF --skill openspec-archive-change-mufengbufeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archive-change
Source: https://github.com/mufengbufeng/EF/tree/main/UnityProject/.claude/skills/openspec-archive-change
Command: npx skills add https://github.com/mufengbufeng/EF --skill openspec-archive-change-mufengbufeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive completed changes in the experimental workflow after implementation, ensuring consistent archiving and traceability.

Core Features & Use Cases

  • Validates artifact completion before archiving and preserves related metadata.
  • Automatically moves the completed change to an archive path with date-prefixed naming.
  • Supports optional delta-spec synchronization prompts and guarantees the main specs stay in sync.

Quick Start

Run the archive flow to finalize and move a completed change; if none is specified, you will be prompted to select one.

Frequently Asked Questions about openspec-archive-change

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

FAQPage Schema
How do I archive completed changes in an openspec workflow?

To archive completed changes in an openspec workflow, you run the archive flow to finalize and move a completed change to a date-prefixed directory. If no specific change is specified, you will be prompted to select one interactively.

Does archiving changes verify artifact status and task completion?

Yes, archiving changes verifies artifact completion before moving the change. It validates artifact status and task completion, ensuring related metadata is preserved and only fully finalized changes are archived.

How does delta spec synchronization work when archiving changes?

Delta spec synchronization works during archiving by providing optional prompts to check and sync changes. It guarantees that the main specs stay in sync with the archived change, maintaining consistency across the workflow.

Do I need the openspec CLI to archive completed changes?

Yes, you need the openspec CLI to archive completed changes. The archival process requires the openspec CLI to automate the finalization, status verification, and moving of the change to the archive path.

What is the directory structure for archived changes in openspec?

The directory structure for archived changes in openspec is openspec/changes/archive/YYYY-MM-DD-<name>. This date-prefixed naming convention preserves configuration files and maintains a clear archive history.