openspec-archive-change

Archive completed changes after verifying artifacts and tasks with the openspec CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AlexanderRadevich/SportowyHub_clientApp --skill openspec-archive-change-alexanderradevich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archive-change
Source: https://github.com/AlexanderRadevich/SportowyHub_clientApp/tree/main/.claude/skills/openspec-archive-change
Command: npx skills add https://github.com/AlexanderRadevich/SportowyHub_clientApp --skill openspec-archive-change-alexanderradevich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of archiving completed changes within an experimental workflow, ensuring a clean and organized project history.

Core Features & Use Cases

  • Automated Archiving: Moves completed changes to a designated archive location.
  • Status Verification: Checks artifact and task completion before archiving.
  • Spec Syncing: Facilitates syncing of delta specifications with main specifications.
  • Use Case: After implementing a new feature and testing it, use this Skill to archive the associated change, marking it as complete and organized.

Quick Start

Use the openspec-archive-change skill to archive the change named 'new-feature-implementation'.

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 workflow?

Archiving a completed change involves verifying artifact and task completion before moving the change to a designated archive location. This process ensures a clean and organized project history within the experimental workflow.

What does it mean to sync delta specifications with main specifications?

Syncing delta specifications with main specifications involves reconciling the experimental changes captured in delta specs with the primary project specifications. This synchronization step must occur before archiving to ensure the main specifications remain accurate and up to date.

Do I need the openspec CLI to verify artifact and task completion before archiving?

Yes, you need the openspec CLI to perform status checks and archiving operations. The CLI is required to verify that all artifacts and tasks associated with the experimental change are fully completed before the archive process can execute.

When should I archive changes in an experimental workflow?

You should archive changes in an experimental workflow after implementing a new feature, testing it, and confirming all associated tasks and artifacts are complete. Archiving marks the change as organized and finalized, preventing clutter in your active workspace.

Can I archive an experimental change if task completion verification fails?

No, you cannot archive an experimental change if task completion verification fails. The archiving process explicitly checks artifact and task completion status beforehand, blocking the operation to prevent archiving incomplete or broken changes.