openspec-archive-change

Archive completed OpenSpec changes with artifact and task completion checks.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/aditrioka/nearyou-id --skill openspec-archive-change-aditrioka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archive-change
Source: https://github.com/aditrioka/nearyou-id/tree/main/.claude/skills/openspec-archive-change
Command: npx skills add https://github.com/aditrioka/nearyou-id --skill openspec-archive-change-aditrioka

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the archiving process for completed changes in the OpenSpec workflow, ensuring that changes are properly archived after implementation and review.

Core Features & Use Cases

  • Automatic Change Archiving: Archive completed changes with a single command.
  • Change Selection: Supports selection of changes based on provided name or inferred from context.
  • Artifact and Task Completion Verification: Checks for completion of artifacts and tasks before archiving.
  • Specs Synchronization: Synchronizes delta specs to the main specs and checks for placeholders.

Quick Start

Archive a completed change by using 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 automate the archiving of completed changes in OpenSpec?

You can automate OpenSpec change archiving by running the archive_change command with a specific change name. This verifies artifact and task completion, synchronizes delta specs to main specs, and checks for placeholders before archiving.

What does OpenSpec delta spec synchronization do during change archiving?

OpenSpec delta spec synchronization merges completed change specifications into the main specs during archiving. It ensures all delta modifications are integrated and checks for unresolved placeholders before the change is archived.

Does the OpenSpec change archiving workflow check for task completion?

Yes, the OpenSpec archiving workflow requires both artifact and task completion verification before archiving. This ensures that only fully implemented and reviewed changes are moved to the archive.

Do I need the OpenSpec CLI to archive completed workflow changes?

Yes, you need the OpenSpec CLI installed to use this archiving automation. The skill relies on the CLI to process change selection inputs and execute the spec synchronization checks.

How do I select a specific change to archive in the OpenSpec workflow?

You select an OpenSpec change to archive by providing the change name using the --change argument. If a name is not provided, the skill can infer the correct change from the current context.

What happens if I try to archive an OpenSpec change with incomplete artifacts?

The archiving process will fail if OpenSpec artifacts or tasks are incomplete. The skill enforces completion verification to prevent archiving unimplemented changes and to ensure delta spec synchronization succeeds.