d-archive

Archive completed debug investigations from .gtd/debug/current/ into timestamped folders under .gtd/archive.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Hoang604/get-thing-done --skill d-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: d-archive
Source: https://github.com/Hoang604/get-thing-done/tree/main/.claude/skills/d-archive
Command: npx skills add https://github.com/Hoang604/get-thing-done --skill d-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive completed debug investigations to preserve history and keep the workspace clean.

Core Features & Use Cases

  • Check if current debug work is complete
  • Create a timestamped archive under .gtd/archive
  • Move all files from .gtd/debug/current/ to the archive
  • Clean the current debug folder to start fresh
  • Preserve related documents if present (SYMPTOM.md, HYPOTHESES.md, ROOT_CAUSE.md, FIX_PLAN.md, FIX_SUMMARY.md)

Quick Start

When a debugging session ends, run this skill to archive the current debug folder.

Frequently Asked Questions about d-archive

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

FAQPage Schema
How do I archive debug investigation files to keep my workspace clean?

To archive debug files, this skill moves completed artifacts from your current debug folder into a timestamped directory, ensuring traceability while clearing the workspace for fresh sessions.

What is the best way to preserve debug history without cluttering the current workspace?

Preserving debug history is handled by transferring files like SYMPTOM.md and FIX_SUMMARY.md into a timestamped archive under the .gtd/archive directory before cleaning the current folder.

How do I move completed debugging session artifacts to a timestamped folder?

Moving completed debugging artifacts is automated by verifying session completion and transferring all files from .gtd/debug/current/ into a timestamped subfolder within .gtd/archive.

Does the archiving process verify if a debug session is complete before moving files?

Yes, the archiving process verifies that the current debug work is complete before creating a timestamped archive, transferring the files, and cleaning the current debug folder.

Can I preserve specific markdown files like FIX_SUMMARY.md when cleaning up the debug workspace?

You can preserve specific markdown files during cleanup; the skill automatically transfers documents like FIX_PLAN.md and ROOT_CAUSE.md into the timestamped archive before clearing the current directory.