openspec-archive-change

Finalize and archive completed changes in an experimental workflow.

Updated May 29, 2026
One-click install
npx skills add https://github.com/yun-s-oh/ha-anker-solix-f2000 --skill openspec-archive-change-yun-s-oh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archive-change
Source: https://github.com/yun-s-oh/ha-anker-solix-f2000/tree/main/.agent/skills/openspec-archive-change
Command: npx skills add https://github.com/yun-s-oh/ha-anker-solix-f2000 --skill openspec-archive-change-yun-s-oh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openspec, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the archiving of completed changes in the experimental workflow, ensuring a user can finalize and preserve a change once it has been fully implemented.

Core Features & Use Cases

  • Finalize Changes: Archive changes in the experimental workflow after they are completed.
  • Selective Archive: Users can choose which changes to archive based on provided names or inferred from context.
  • Validation Checks: Perform checks to ensure artifacts and tasks are complete before archiving.

Quick Start

To archive a change, specify the change name with the command 'archive_change --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 a completed change in an experimental software development workflow?

To archive completed changes, specify the change name using the 'archive_change' command. The process checks artifact and task completion, provides delta spec synchronization options, and then finalizes the record in the experimental workflow.

Do I need the openspec CLI tool to finalize and archive workflow changes?

Yes, archiving completed changes requires the openspec CLI tool to manage the experimental workflow, handle user selection, and perform validation checks on artifacts and tasks before finalizing the archive.

What happens if artifacts or tasks are not complete when archiving a change?

The skill performs validation checks to ensure artifacts and tasks are complete before archiving. If these checks fail, the change cannot be finalized and archived until all required tasks and artifacts are marked as complete.

Can I selectively archive changes based on specific names in my workflow?

Yes, you can selectively archive changes by specifying the change name with the 'archive_change' command or letting the system infer the target from context, allowing you to finalize individual completed changes rather than all records at once.

Does the change archiving process support delta spec synchronization?

Yes, before archiving a completed change, the process provides delta spec synchronization options to ensure specifications are updated and aligned with the finalized changes before they are permanently archived in the workflow.