sdd-archive

Synchronize delta specifications into main specifications and archive completed change folders.

Updated May 14, 2025
One-click install
npx skills add https://github.com/Mikisbell/freecloud --skill sdd-archive-mikisbell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-archive
Source: https://github.com/Mikisbell/freecloud/tree/main/.agents/skills/sdd-archive
Command: npx skills add https://github.com/Mikisbell/freecloud --skill sdd-archive-mikisbell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the final steps of the Software Development Design (SDD) cycle by synchronizing specification changes and archiving completed work, ensuring a clean and traceable record.

Core Features & Use Cases

  • Spec Synchronization: Merges delta specifications into the main source of truth.
  • Automated Archiving: Moves completed change folders to a dated archive.
  • Traceability: Maintains a complete audit trail of all changes.
  • Use Case: After a feature has been implemented and verified, this Skill ensures its specifications are integrated into the main documentation and the change is moved to a permanent archive, ready for the next development cycle.

Quick Start

Archive the change named 'user-authentication-flow' using the openspec artifact store mode.

Frequently Asked Questions about sdd-archive

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

FAQPage Schema
How do I sync delta specifications into main specifications after a feature is complete?

You sync delta specifications by merging the completed change specifications into the main source of truth using artifact store modes like openspec, engram, or hybrid. This ensures the main documentation reflects the latest implemented changes.

What is the best way to archive completed change folders for audit traceability?

Archiving completed change folders involves moving them to a dated archive directory to preserve all change-related artifacts. This maintains a permanent audit trail and ensures comprehensive traceability across the development cycle.

Does the SDD archive process support hybrid artifact store modes?

Yes, the archive process supports hybrid artifact store modes, alongside engram and openspec. These modes manage filesystem operations and ensure comprehensive traceability when synchronizing and archiving specifications.

When do I need to archive changes within the SDD cycle?

You archive changes within the SDD cycle after a feature has been implemented and verified. Archiving synchronizes the delta specs into the main specs and moves the change folder to a permanent, dated archive for the next cycle.

Can I automate specification synchronization and folder archiving together?

Yes, specification synchronization and folder archiving are automated together as the final steps of the SDD cycle. This automation merges delta specs into the main source of truth and moves completed work to a dated archive simultaneously.