mpi-archive

Archive completed MPI Kanban board tasks and preserve their workspaces and legacy entries.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/MadPonyInteractive/mpi-kanban --skill mpi-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mpi-archive
Source: https://github.com/MadPonyInteractive/mpi-kanban/tree/main/skills/mpi-archive
Command: npx skills add https://github.com/MadPonyInteractive/mpi-kanban --skill mpi-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive completed work from the active JSON board and preserve the associated task workspaces and legacy kanban entries.

Core Features & Use Cases

  • Archive completed tasks from the active board (and the corresponding task workspaces).
  • Preserve task workspace data (task.json, checklist, validation, events, handoffs, and research) during archiving.
  • Support legacy archive path when no JSON board exists, ensuring compatibility and data retention.

Quick Start

Archive completed tasks from the active JSON board or archive a specific MPI-<id>.

Frequently Asked Questions about mpi-archive

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

FAQPage Schema
How do I archive completed tasks from a kanban board without losing task workspace data?

You can archive a specific completed task by providing its MPI-<id> identifier. The skill locates that exact entry on the active board or in legacy kanban formats, preserves its full workspace contents, validates the archive integrity, and records the corresponding task.deleted event.

Does this archiving process support legacy kanban formats when no JSON board exists?

Yes, the skill supports a legacy archive path when no active JSON board is found. This ensures compatibility with older kanban entries and guarantees that historical task data retention and workspace preservation are maintained during the archiving process.

What task workspace files and data are preserved when archiving done kanban entries?

When archiving done kanban entries, the skill preserves task.json files, checklists, validation records, event logs, handoffs, and research data. It validates the overall archive integrity to ensure no workspace contents are lost during the transition from the active board.

Can I archive all completed tasks from the active board at once, or do I need to specify individual task IDs?

You can archive all completed tasks from the active board at once, or you can target a specific MPI-<id> for individual archiving. Both options preserve the associated task workspaces, validate archive integrity, and record a task.deleted event for each archived entry.

What happens to the task.deleted event when completed work is archived from the kanban board?

When completed work is archived from the kanban board, the skill records a task.deleted event to accurately reflect the change. This event logging happens alongside workspace preservation and archive integrity validation for both JSON boards and legacy formats.