From mpi-kanban
Run MPI cleanup. Review and clean MPI workflow artifacts such as old plans, handoffs, archives, and closed coordination state. Use when the user says "MPI cleanup", "run MPI cleanup", "cleanup MPI files", "garbage collect plans", "clean handoffs", "$mpi-cleanup", or after ending a completed MPI session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mpi-kanban:mpi-cleanupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Conservatively clean workflow artifacts so `docs/plans/`, legacy
Conservatively clean workflow artifacts so docs/plans/, legacy
docs/handoffs/, .claude/mpi-kanban/, and eventually
.agents/mpi-kanban/state/ do not become stale junk drawers.
This skill proposes cleanup first and waits for approval before editing or deleting anything.
Invocation: Claude Code users may run /mpi-kanban:mpi-cleanup; Codex users
may run $mpi-cleanup or ask naturally to run MPI cleanup.
Scan:
docs/plans/*.mddocs/handoffs/*.json as legacy compatibility handoffs or pointers.agents/mpi-kanban/state/index.json.agents/mpi-kanban/state/sessions/*.json.agents/mpi-kanban/state/tasks/*.json.agents/mpi-kanban/state/files/*.json.agents/mpi-kanban/state/handoffs/*.json.agents/mpi-kanban/project-profile.md.agents/mpi-kanban/project-knowledge-index.md.claude/mpi-kanban/archived*.md.claude/mpi-kanban/kanban.mdClassify artifacts:
state/index.json and not
closed.closed or completed records no longer
referenced by active tasks/handoffs.mpi-project-refresh when the user wants drift cleaned up.Default stale threshold: 60 days.
Print a cleanup proposal grouped by action:
Ask for approval before any mutation:
Approve this cleanup? Reply "yes" to apply, or tell me what to change.
Approved cleanup may:
docs/archive/mpi-kanban/,.agents/mpi-kanban/state/archive/,index.json arrays,Never delete active files. Never delete archives by default.
Coordination-state cleanup is conservative. Propose actions first. Do not delete coordination-state files unless the user explicitly approves those exact paths. Prefer moving closed state to archive over deletion.
Never delete .agents/mpi-kanban/project-profile.md or
.agents/mpi-kanban/project-knowledge-index.md. They are active project
knowledge. If they appear stale, recommend mpi-project-refresh.
Report:
npx claudepluginhub madponyinteractive/mpi-kanban --plugin mpi-kanbanGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.