openspec-archive-change

Archive completed changes to timestamped directories using the openspec CLI.

41|7|Updated Jun 15, 2022
One-click install
npx skills add https://github.com/AuroraWebSoftware/AAuth --skill openspec-archive-change-aurorawebsoftware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-archive-change
Source: https://github.com/AuroraWebSoftware/AAuth/tree/main/.opencode/skills/openspec-archive-change
Command: npx skills add https://github.com/AuroraWebSoftware/AAuth --skill openspec-archive-change-aurorawebsoftware

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you finalize and archive completed changes within the experimental workflow, ensuring a clean and organized project history.

Core Features & Use Cases

  • Automated Archiving: Moves completed changes to an archive directory with a timestamped name.
  • Status Checks: Verifies artifact and task completion before archiving, providing warnings for incomplete items.
  • Delta Spec Sync: Assesses and optionally syncs delta specifications with main specifications before archiving.
  • Use Case: After successfully implementing a new feature and testing all its components, you can use this Skill to archive the change, marking it as complete and organized.

Quick Start

Archive the change named 'new-user-authentication-flow'.

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 changes in a version control workflow?

Before archiving a change, the workflow verifies artifact and task completion and prompts you for confirmation if incomplete items are found, ensuring no unfinished work is archived accidentally.

How do I sync delta specifications before moving a change to the archive?

The archive process requires the openspec CLI to perform status checks and list available changes. You need this command line interface installed to verify artifact completion and execute the directory move.

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

When incomplete items are found during the archive process, the system prompts you for confirmation before proceeding. This prevents accidentally finalizing changes with unfinished artifacts or tasks.

How does the openspec archive process handle version control for finalized features?

The openspec archive process handles version control by moving completed change directories into a timestamped archive location. It ensures a clean project history by verifying completion and syncing specifications beforehand.