openspec-archive-change

Archive completed OpenSpec changes into dated archive directories with metadata.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Rushtu99/Codex-ReVamped --skill openspec-archive-change-rushtu99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archive-change
Source: https://github.com/Rushtu99/Codex-ReVamped/tree/main/.agents/skills/openspec-archive-change
Command: npx skills add https://github.com/Rushtu99/Codex-ReVamped --skill openspec-archive-change-rushtu99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive completed changes in the experimental workflow to keep active work uncluttered and auditable.

Core Features & Use Cases

  • Guardrails for archiving: prompts for change selection, checks artifact and task completion, and optionally synchronizes delta specs before archiving.
  • End-to-end workflow: creates archive directory, preserves metadata, and moves the change into openspec/changes/archive/YYYY-MM-DD-<name>.

Quick Start

Run the openspec-archive-change tool with the target change name to archive it.

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 to keep active work organized?

To archive OpenSpec changes, run the archive tool with the target change name; it verifies artifact and task completion, optionally syncs delta specs, then moves the change to openspec/changes/archive/YYYY-MM-DD-<name> while preserving metadata.

What does it mean to archive a change in the OpenSpec workflow?

Archiving an OpenSpec change means verifying artifact and task completion, optionally synchronizing delta specs, then moving the finalized change into a dated archive directory to keep active work uncluttered and auditable.

Do I need the openspec CLI to archive change files?

Yes, archiving requires the openspec CLI because it checks change status, verifies completion, and moves the finalized change into the archive directory structure.

Does the OpenSpec archive process verify task and artifact completion before archiving?

Yes, the OpenSpec archive process applies guardrails that check artifact and task completion before moving a change into the archive directory, ensuring only finalized changes are archived.

Can I synchronize delta specs before archiving an OpenSpec change?

Yes, the workflow optionally synchronizes delta specs during the archive process to ensure spec consistency before the change is moved to the archive directory.

What happens to OpenSpec change metadata when a change is archived?

When an OpenSpec change is archived, its metadata is preserved within the dated archive directory, maintaining an auditable record of the finalized change.