spectra-archive

Archive completed change artifacts and delta specs with validation prompts.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/kaochenlong/handshake --skill spectra-archive-kaochenlong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-archive
Source: https://github.com/kaochenlong/handshake/tree/main/.claude/skills/spectra-archive
Command: npx skills add https://github.com/kaochenlong/handshake --skill spectra-archive-kaochenlong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive completed changes, ensuring artifacts and delta specs are archived with guardrails and prompts.

Core Features & Use Cases

  • Automated archiving of completed change artifacts and specs
  • Delta spec sync assessment to validate and optionally sync delta specs before archive
  • Guided prompts for missing prerequisites and incomplete artifacts/tasks

Quick Start

Run spectra archive <change-name> to archive a completed change.

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 artifacts and delta specs safely?

To archive completed change artifacts and delta specs safely, use the spectra archive command. It validates prerequisites, synchronizes delta specs, and prompts for incomplete tasks before applying the formal archive.

What is the best way to handle incomplete artifacts during change management archiving?

Handling incomplete artifacts during change management archiving is managed through guided user prompts. The archive workflow detects missing prerequisites or tasks and prompts you to resolve them or optionally mark tasks complete before proceeding.

Can I skip delta spec comparison when archiving a completed change?

Yes, you can skip delta spec comparison when archiving a completed change by using the --skip-specs flag. This bypasses the optional delta-sync assessment step to complete the workflow faster.

Does the archiving workflow check artifact status before moving changes to the archive?

Yes, the archiving workflow parses artifact status before moving changes to the archive. It implements prerequisites checks and status parsing to ensure artifacts are properly synchronized and captured during the formal archiving process.

Why does archiving fail when existing archives are detected?

Archiving may halt when existing archives are detected to ensure safe handling of current data. The workflow implements guardrails that prompt you before overwriting or duplicating any previously archived artifacts or delta specs.

Do I need to validate delta specs before running the archive command?

You do not need to manually validate delta specs before running the archive command, as it performs delta-spec comparison automatically. However, you can use the --no-validate flag to bypass this check if validation is handled elsewhere.