openspec-archive-change

Validate and archive completed Openspec workflow changes while preserving configuration files.

503|60|Updated Sep 7, 2023
One-click install
npx skills add https://github.com/epam/ai-dial-chat --skill openspec-archive-change-epam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archive-change
Source: https://github.com/epam/ai-dial-chat/tree/main/.claude/skills/openspec-archive-change
Command: npx skills add https://github.com/epam/ai-dial-chat --skill openspec-archive-change-epam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

Core Features & Use Cases

  • Validates readiness by checking artifact completion, task completion, and delta-spec synchronization before archiving.
  • Performs safe archiving by moving the changeRoot to an archive folder under planningHome.changesDir while preserving the .openspec.yaml configuration.
  • Provides an auditable summary and clear archive location details for future reference.

Quick Start

Provide the change name when prompted and let Openspec archive the completed change.

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 after implementation?

To archive completed Openspec changes, you provide the change name and the workflow validates artifact completion, task completion, and delta spec synchronization before securely moving the change directory into an archive.

What does delta spec synchronization check before archiving a change?

Delta spec synchronization computes whether all delta specs associated with an Openspec change are fully updated and aligned before the workflow allows the change directory to be safely moved into the archive folder.

When should I finalize and archive an experimental workflow change?

You should finalize and archive an experimental workflow change only after implementation is complete and all associated artifacts and tasks have been validated for completion to ensure safe archival.

Does archiving an Openspec change preserve the configuration files?

Yes, archiving an Openspec change preserves the .openspec.yaml configuration file while moving the changeRoot to an archive folder under the planningHome.changesDir directory for future reference.

What happens if I try to archive a change with missing inputs or incomplete tasks?

If you attempt to archive a change with missing inputs or incomplete tasks, the workflow enforces prompts for the missing data and blocks archival by checking artifact and task completion status.