spectra-archive

Archive completed change records with artifact and task validation via the spectra CLI.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Key0329/ai10-test-project --skill spectra-archive-key0329
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-archive
Source: https://github.com/Key0329/ai10-test-project/tree/main/.cursor/skills/spectra-archive
Command: npx skills add https://github.com/Key0329/ai10-test-project --skill spectra-archive-key0329

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive and manage completed changes artifacts consistently using the spectra CLI to ensure traceability and governance.

Core Features & Use Cases

  • Archive a change with artifact and task checks, delta-spec syncing, and full audit traces.
  • Validate completion of artifacts and tasks before archiving, and optionally sync delta specs.
  • Maintain an organized archive repository (openspec/changes/archive/...) with metadata and history.

Quick Start

Run spectra archive with the target change name and follow prompts if needed.

Frequently Asked Questions about spectra-archive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive completed change records and artifacts using the spectra CLI?

You can archive completed change records and artifacts by running the spectra archive command with the target change name. The skill validates artifact and task completion before moving records to openspec/changes/archive with full audit traces.

What happens if artifacts or tasks are not completed before archiving a change?

Pre-archive checks enforce artifact and task completion validation before archiving a change. If completion requirements are not met, the archive process prevents moving the change records to ensure traceability and governance.

Can I sync delta specs when archiving changes with the spectra CLI?

Yes, you can optionally sync delta specs during the change archiving process. The spectra CLI applies delta-spec synchronization alongside artifact and task validation before organizing records under openspec/changes/archive.

How does the spectra CLI handle ambiguous inputs during change archiving?

The spectra CLI uses interactive prompts to resolve ambiguous inputs during the change archiving process. After resolving inputs and completing checks, it provides a final summary of the archive location and status.

Where are archived change records stored when using spectra archive?

Archived change records are organized under openspec/changes/archive/ with associated metadata and history. This structured directory maintains an organized archive repository for completed changes, artifacts, tasks, and delta specs.

Do I need to validate task completion before archiving changes in a change-management workflow?

Yes, validating task and artifact completion is a required pre-archive step in change-management workflows. The spectra CLI enforces these checks to ensure only fully completed changes are archived with proper delta-spec synchronization.