spectra-archive

Automate archiving of completed workflow changes using the spectra CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MomoChenisMe/test-sdd-workflow --skill spectra-archive-momochenisme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-archive
Source: https://github.com/MomoChenisMe/test-sdd-workflow/tree/main/spectra-test/.claude/skills/spectra-archive
Command: npx skills add https://github.com/MomoChenisMe/test-sdd-workflow --skill spectra-archive-momochenisme

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages the archiving of completed changes in a workflow, streamlining the process and reducing manual effort.

Core Features & Use Cases

  • Automated Change Archiving: Automates the archiving of completed changes using the spectra CLI.
  • Change Status Verification: Ensures that all artifacts and tasks are complete before archiving.
  • Delta Spec Sync: Offers an option to sync delta specs with main specs before archiving.
  • Summary Display: Provides a detailed summary of the archiving process and results.

Quick Start

Archive a completed change by running /spectra-archive <change-name>.

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 changes using the spectra CLI?

Delta spec sync merges change-specific delta specifications with main specs before archiving completed changes. This ensures the main specification stays current with approved modifications, preventing configuration drift across the workflow.

How does delta spec sync work before archiving a change?

Delta spec sync merges change-specific delta specifications with main specs before archiving completed changes. This ensures the main specification stays current with approved modifications, preventing configuration drift across the workflow.

Do I need the spectra CLI installed to automate change archiving?

Yes, the spectra CLI is a required dependency for automating change archiving. The tool relies on the CLI to parse JSON data for change status verification and to execute delta spec synchronization commands.

What happens if artifact completion verification fails during change archiving?

Artifact and task status verification blocks the change archiving process if completion criteria are unmet. The tool checks JSON status data to ensure all artifacts are complete before allowing the spectra CLI to archive the change.

Can I automate change management and archiving without manual status checks?

Automated change archiving handles status checks natively by verifying artifact and task completion through JSON data. This removes manual effort from change management workflows by ensuring only fully completed changes are archived via the spectra CLI.