specd-archive

Merge validated deltas into workspace specs and generate post-archive metadata.

12|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/specd-sdd/SpecD --skill specd-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specd-archive
Source: https://github.com/specd-sdd/SpecD/tree/main/.gemini/skills/specd-archive
Command: npx skills add https://github.com/specd-sdd/SpecD --skill specd-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archiving specd changes safely requires merging validated deltas into canonical workspace specs and preventing drift, with irreversible outcomes.

Core Features & Use Cases

  • Merges deltas into workspace specs to finalize changes.
  • Enforces pre- and post-archiving guardrails, context loading, and hook coordination.
  • Generates post-archive metadata and supports regeneration workflows for downstream tools.

Quick Start

Initiate archiving for a ready change by running the appropriate specd command.

Frequently Asked Questions about specd-archive

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

FAQPage Schema
How do I archive workspace spec changes to prevent configuration drift?

Archiving workspace spec changes requires merging validated deltas into canonical specs, enforcing guardrails and proper state checks before executing the irreversible merge to prevent configuration drift.

What happens to validated deltas when archiving spec changes?

Validated deltas are merged into canonical workspace specs during archiving, finalizing the changes and generating post-archive metadata to keep specifications aligned with code modifications.

When do I need to merge deltas into workspace specs?

You merge deltas into workspace specs when validated changes are ready to be finalized, requiring irreversible state enforcement and guardrails to prevent future configuration drift.

Does archiving validated deltas support post-archive metadata generation?

Yes, archiving validated deltas generates post-archive metadata and supports regeneration workflows, coordinating hooks to provide downstream tools with aligned specifications after merging.

Can I reverse a workspace spec archive after merging deltas?

No, archiving enforces irreversible changes by design, ensuring proper state before merging validated deltas to prevent drift and maintain canonical workspace spec integrity.