openspec-archive-change

Archive completed experimental workflow changes using the openspec CLI.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/HerbertGao/qsl-cardhub --skill openspec-archive-change-herbertgao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archive-change
Source: https://github.com/HerbertGao/qsl-cardhub/tree/main/.cursor/skills/openspec-archive-change
Command: npx skills add https://github.com/HerbertGao/qsl-cardhub --skill openspec-archive-change-herbertgao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

归档实验性工作流中已完成的变更,帮助团队在实现正式化后保留变更记录并提升追溯能力。

Core Features & Use Cases

  • 归档变更目录为归档位置,并保留元数据和版本信息
  • 支持与 openspec CLI 的增量同步与核对
  • Use Case: 当一个实验变更完成后,执行归档以将其从开发分支与对话上下文中分离,确保可追溯性。

Quick Start

Use the openspec CLI to archive a completed change, e.g. openspec-cn archive-change <change-name>

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 workflow changes using openspec?

You can archive completed workflow changes using the openspec CLI by running the archive-change command. This finalizes the change, moves the directory to the archive location, and preserves metadata and version information for traceability.

What is the process to finalize and archive an experimental change?

Archiving an experimental change involves validating artifacts, tasks, and incremental specs using the openspec CLI. Once validated, the change is archived to separate it from the development branch and conversation context, ensuring reproducibility.

Does archiving a change with openspec validate artifacts and specs?

Yes, the archiving process requires the openspec CLI to validate artifacts, tasks, and incremental specs before archiving. This ensures that only completed and properly documented changes are finalized and moved to the archive location.

When do I need to archive a change in a versioning workflow?

You need to archive a change when an experimental workflow change is completed and implemented. Archiving separates the finalized change from the active development branch and conversation context while retaining its metadata for traceability.

Do I need the openspec CLI to archive workflow changes?

Yes, the openspec CLI is required to archive workflow changes. It handles the incremental synchronization, validation of artifacts and tasks, and the physical archiving of the change directory to maintain versioning and traceability.