aif-archive

Archive completed project plans and trim closed milestones from roadmap documentation.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/o2b3k/idomarketingbot --skill aif-archive-o2b3k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-archive
Source: https://github.com/o2b3k/idomarketingbot/tree/main/.claude/skills/aif-archive
Command: npx skills add https://github.com/o2b3k/idomarketingbot --skill aif-archive-o2b3k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the clutter of completed project plans and outdated roadmap milestones by automating the archival process and maintaining a clean, active workspace.

Core Features & Use Cases

  • Automated Archiving: Moves completed plans to a dedicated archive directory while preserving metadata.
  • Roadmap Maintenance: Trims closed milestones from the roadmap and generates dated snapshots for historical tracking.
  • Use Case: When a project reaches a major milestone, use this skill to automatically move all finished task files to the archive and clean up the main roadmap document to reflect only current, active work.

Quick Start

Ask the assistant to archive all completed plans and trim the roadmap to keep the project workspace organized.

Frequently Asked Questions about aif-archive

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

FAQPage Schema
How do I automate archiving completed project plans and markdown files?

To automate archiving completed project plans, this skill moves finished markdown files from active directories to a dedicated archive folder. It performs atomic moves while preserving metadata and running collision checks to ensure data integrity.

What is the best way to clean up closed milestones from a project roadmap?

Cleaning up closed milestones from a project roadmap is handled by trimming outdated entries from the main document. The skill also generates dated snapshots of the trimmed milestones for historical tracking before removing them from the active file.

How does project roadmap trimming work for completed milestones?

Roadmap trimming works by identifying closed milestones within your markdown documentation and moving them to an archive directory. It updates the active roadmap text to reflect only current work while ensuring data integrity through collision checks.

Do I need filesystem access to archive markdown project artifacts?

Yes, filesystem access is required to archive markdown project artifacts because the skill performs atomic file moves and text editing operations. This direct access enables safe movement between active and archive directories while updating metadata.

Can I use this to keep my project workspace organized after reaching a major milestone?

Yes, you can use this to keep your project workspace organized after reaching a major milestone by automatically moving finished task files to the archive. It cleans up the main roadmap document so it reflects only current, active work.

What happens if there are file name collisions during the project cleanup workflow?

During the project cleanup workflow, file name collisions are managed through built-in collision checks before moving files. This ensures data integrity by preventing accidental overwrites when transferring completed plans to the archive directory.