openspec-archive-change

Archive completed OpenSpec changes with finalized delta specs and artifacts.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/rick2047/WrestleGM --skill openspec-archive-change-rick2047
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archive-change
Source: https://github.com/rick2047/WrestleGM/tree/main/.opencode/skills/openspec-archive-change
Command: npx skills add https://github.com/rick2047/WrestleGM --skill openspec-archive-change-rick2047

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archiving completed OpenSpec changes in the experimental workflow to keep history clean, reusable, and auditable.

Core Features & Use Cases

  • Validates artifact completion and delta spec status before archiving.
  • Offers optional spec synchronization checks and executes the sync flow when requested.
  • Preserves configuration in the archive, including the .openspec.yaml file, and records a clear archive path for future reference.

Quick Start

Archive a completed change by running the openspec-archive-change skill and follow the prompts.

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 OpenSpec changes without losing configuration files?

To archive completed OpenSpec changes safely, this workflow validates completion status, creates dedicated archive directories, and preserves configuration files like .openspec.yaml during the move to maintain a clean, auditable history.

What is the process for cleaning up completed change artifacts in an OpenSpec workflow?

Cleaning up completed change artifacts involves checking completion status via openspec status, comparing delta specs, and moving finalized artifacts to a dedicated archive directory to keep your active workspace clean and auditable.

Can I synchronize delta specs before archiving an OpenSpec change?

Yes, you can synchronize delta specs before archiving an OpenSpec change. The workflow offers optional spec synchronization checks and executes the sync flow when requested to ensure artifacts are fully finalized.

How do I check if an OpenSpec change is ready to be archived?

You check if an OpenSpec change is ready to be archived by running openspec status. This verifies that all artifacts and delta specs are finalized before the safe archiving process begins.

What happens to the .openspec.yaml file when archiving a change?

When archiving a change, the .openspec.yaml configuration file is preserved in the archive directory. This ensures the archived change retains its configuration and records a clear archive path for future reference.