artifact-consolidation

Categorize plans, handoffs, and tasks for pruning with dry-run and git safety commits.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill artifact-consolidation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-consolidation
Source: https://github.com/oduffy-delphi/coordinator-claude/tree/main/plugins/coordinator/skills/artifact-consolidation
Command: npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill artifact-consolidation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages and prunes session artifacts to reclaim disk space and maintain a clean workspace by consolidating or removing stale plans, handoffs, and task directories.

Core Features & Use Cases

  • Dry-run safety checks: inventory and categorize artifacts without deleting anything.
  • Phase-driven pruning: classify plans, archived handoffs, and feature tasks based on age, references, and completion status.
  • Audit-ready workflow: uses git commits to capture safety checkpoints and deletions for traceability.
  • Use Case: Run as part of periodic maintenance to prevent artifact bloat in long-running Claude Code sessions.

Quick Start

Run a dry-run to inventory artifacts, obtain PM approval, then proceed with deletions using safety commits.

Frequently Asked Questions about artifact-consolidation

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

FAQPage Schema
How do I prune stale session artifacts to reclaim disk space?

To prune session artifacts, you run a dry-run safety check to inventory and categorize plans, handoffs, and tasks by age and status, then execute deletions only after explicit approval using git safety commits for auditability.

What's the best way to clean up artifact bloat in long-running sessions?

The best way to clean up artifact bloat is phase-driven pruning, which classifies plans, archived handoffs, and feature task directories based on age, references, and completion status before removing them.

How does dry-run artifact pruning work before deleting files?

Dry-run pruning works by generating a report that inventories and categorizes artifacts in plans, archive/handoffs, and tasks directories without deleting anything, ensuring safe review before any action is taken.

Can I revert artifact deletions if I remove something important?

Yes, you can revert artifact deletions because the process uses git-based safety commits to capture checkpoints and deletions, enabling full auditability and revertibility for any removed plans or handoffs.

Does artifact consolidation require git to manage workspace cleanup?

Artifact consolidation requires git to manage workspace cleanup, as it relies on git-based safety commits to capture deletion checkpoints and ensure the process is audit-ready and reversible.

When should I not use automated pruning for session artifacts?

You should not use automated pruning without explicit approval, as the workflow requires a manual review of the dry-run report to verify references and status before executing any git-based deletions.