10x-archive

Archive completed change folders and stamp change.md with archived status.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-archive-leszekdnv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-archive
Source: https://github.com/LeszekDNV/PlanDeck2/tree/main/src/PlanDeck/.github/skills/10x-archive
Command: npx skills add https://github.com/LeszekDNV/PlanDeck2 --skill 10x-archive-leszekdnv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the archiving of completed changes by moving the corresponding folder to an archive directory and stamping the change.md file with an archived status, also optionally closing matching roadmap items.

Core Features & Use Cases

  • Automatic Change Archiving: Moves completed change folders to an archive directory with history preservation.
  • Status Stamping: Updates the change.md file to reflect the archived status.
  • Roadmap Closure: Optionally closes roadmap items that match the archived change.
  • Use Case: Ideal for maintaining project organization and ensuring completed work is documented and accessible for reference.

Quick Start

To archive a change, run: /10x-archive <change-id>

Frequently Asked Questions about 10x-archive

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

FAQPage Schema
How do I automate change archiving for completed project tracking items?

Automating change archiving moves completed change folders to an archive directory and stamps the change.md file with an archived status. This preserves project history while keeping active directories clean.

What is the best way to close roadmap items when archiving project changes?

Closing roadmap items during project change archiving is handled automatically via conditional logic. The Skill optionally matches completed changes to roadmap entries and closes them to maintain accurate project tracking.

Do I need Git operations to archive project changes and update the roadmap?

Git operations may be required for archiving project changes and updating roadmap items. The Skill uses file system operations and conditional logic to move folders and stamp change.md files, with Git integration for history preservation.

How does status stamping work when moving changes to an archive directory?

Status stamping updates the change.md file to reflect an archived status when moving a change folder to an archive directory. This ensures completed work is documented and accessible for future reference.

Can I use this change management archiving process for project tracking without external dependencies?

Yes, this change management archiving process works without external dependencies. It relies on file system operations and conditional logic to move folders, stamp change.md files, and close roadmap items.

When should I not use automated archiving for project change management?

Automated archiving for project change management should not be used when a change is incomplete or lacks a matching roadmap item. The Skill is designed for completed work and requires file manipulation access.