10x-archive

Archive completed change folders and update roadmap items.

Updated May 26, 2026
One-click install
npx skills add https://github.com/ValueMedia/10xcards-td --skill 10x-archive-valuemedia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-archive
Source: https://github.com/ValueMedia/10xcards-td/tree/main/.opencode/skills/10x-archive
Command: npx skills add https://github.com/ValueMedia/10xcards-td --skill 10x-archive-valuemedia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the archiving of completed changes in a project by moving folders into a dedicated archive and updating the roadmap to reflect the status of the change.

Core Features & Use Cases

  • Archiving Changes: Moves completed change folders into the context/archive/ directory and stamps the change.md with an archived status.
  • Roadmap Update: Updates the roadmap.md if the archived change is referenced, marking it as done.
  • Use Case: After completing a feature development cycle, you can use this Skill to archive the changes, which also closes the corresponding roadmap item.

Quick Start

Archive the completed change with the change ID 'feature-x123' using the command: /10x-archive feature-x123.

Frequently Asked Questions about 10x-archive

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

FAQPage Schema
How do I automate archiving completed project changes and update the roadmap?

Automating project change archiving involves moving completed change folders into a dedicated archive directory and updating the associated roadmap items to reflect their done status. This process handles filesystem operations automatically to keep project tracking structured.

What is the best way to mark a roadmap item as done after archiving a change?

Marking a roadmap item as done is handled automatically during the archiving process. When a completed change folder is moved to the archive directory, the system updates the roadmap file to mark any referenced change items as done.

Does this archiving process require a specific folder structure for change tracking?

Yes, the archiving process requires a structured project environment. It moves completed change folders into a specific context/archive/ directory and updates change.md and roadmap.md files, relying on this established structure to function correctly.

Can I get pre-flight warnings before moving folders during project archiving?

Yes, pre-flight warnings are available before moving folders during project archiving. The process offers optional interaction to provide warnings, ensuring you can review and confirm filesystem operations before any changes are committed.

How do I archive a completed feature development cycle using a change ID?

To archive a completed feature development cycle, execute the archive command with the specific change ID. This triggers the filesystem operations to move the corresponding folder into the archive and update the roadmap.