archive

Archive completed items from FEATURES.md, QA_SURVEY.md, and TECH_DEBT.md into dedicated files.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/wesuuu/runbook --skill archive-wesuuu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archive
Source: https://github.com/wesuuu/runbook/tree/main/.agent/skills/archive
Command: npx skills add https://github.com/wesuuu/runbook --skill archive-wesuuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive completed items from the active tracking files into dedicated archive files, keeping the active files focused on open work.

Core Features & Use Cases

  • Move finished/resolved/fixed items from the active tracking files into dedicated archive files.
  • Determine scope from user input: features, qa, tech_debt, or all, archiving the matching files.
  • Show the user what will be archived before making changes and remove archived items from the source while keeping content intact.

Quick Start

Run /archive to move completed items from the active files into the appropriate archives.

Frequently Asked Questions about archive

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

FAQPage Schema
How do I archive completed items from active project tracking files?

To archive completed items, you move finished tasks from active tracking files like FEATURES.md, QA_SURVEY.md, and TECH_DEBT.md into dedicated archive files. This process previews the changes, preserves content exactly, and removes only completed items from the source files to keep them focused on open work.

What's the best way to clean up a tech debt backlog without losing resolved history?

Cleaning up a tech debt backlog involves archiving resolved items from TECH_DEBT.md into a separate archive file. This preserves the resolved history exactly while removing the completed entries from the active file, ensuring the backlog remains focused on open issues.

Can I archive completed items from multiple tracking files at once?

Yes, you can archive completed items from multiple tracking files at once by using the 'all' scope option. This applies the archiving process across FEATURES.md, QA_SURVEY.md, and TECH_DEBT.md simultaneously, moving finished items to their respective dedicated archive files.

How does project documentation archiving handle content preservation?

Project documentation archiving handles content preservation by keeping the archived content exactly as it was in the source file. It removes only the completed items from active tracking files and appends them to dedicated archive files without altering the original text.

Can I preview what will be archived before removing items from the source file?

Yes, you can preview what will be archived before making any changes. The archiving process shows the user exactly which completed items from the active tracking files will be moved to the dedicated archive files before removing them from the source.