sdd-archive

Move completed spec directories to dated archive paths under .sdd/specs/archives/.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/eburairu/Squat-Tracker --skill sdd-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-archive
Source: https://github.com/eburairu/Squat-Tracker/tree/main/.agent/skills/sdd-archive
Command: npx skills add https://github.com/eburairu/Squat-Tracker --skill sdd-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps software teams close the development cycle by archiving completed specifications and resetting the active spec state.

Core Features & Use Cases

  • Move the completed spec directory from .sdd/specs/[spec-name]/ to a dated archive path .sdd/specs/archives/YYYYMMDD_[spec-name]/.
  • Create the archives directory if it does not exist and clear the target-spec indicator after archiving.
  • Provide a completion report including the archive location for audit and traceability.

Quick Start

Archive the current spec once its tasks are complete by executing the archive operation or saying the trigger "開発完了" or "archive spec".

Frequently Asked Questions about sdd-archive

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

FAQPage Schema
How do I archive completed specs to close the software development cycle?

To archive completed specs, you move the current spec directory from .sdd/specs/[spec-name]/ to a dated archive path .sdd/specs/archives/YYYYMMDD_[spec-name]/. This preserves historical specifications and resets the active spec state for clean handoff.

What is the best way to preserve completed specification directories for audit traceability?

Archiving completed specification directories into a dated path like .sdd/specs/archives/YYYYMMDD_[spec-name]/ provides a completion report with the exact archive location. This ensures historical preservation and clean audit traceability for finished development work.

When do I need to archive a spec directory in a development workflow?

You need to archive a spec directory when the current development cycle is complete and all tasks within the specification are finished. Archiving moves the completed work out of the active specs path to reset the target-spec indicator.

Does the spec archiving process clear the active target-spec indicator automatically?

Yes, the spec archiving process clears the target-spec indicator automatically after moving the completed directory to the dated archives path. It also creates the archives directory if it does not currently exist.

What happens if the .sdd/specs/archives/ directory does not exist when archiving specs?

If the .sdd/specs/archives/ directory does not exist, the archiving operation creates it automatically before moving the completed specification directory. This ensures the dated archive path is established without manual setup.