Work Prune banner
martynjsimpson martynjsimpson

Work Prune

Development community

Description

--- description: Prune completed requests and work items whose history is already durably recorded, keeping the work files focused on live work. argument-hint: "[before <version>]" --- Trim completed items out of the work files. The model is an operating model for live work, not an archive — the durable record of shipped work is the changelog, git history, release tags, tests, code, and decision records. ## Step 0 — Resolve configuration Follow `${CLAUDE_PLUGIN_ROOT}/skills/work-model/referen

Installation

Installs to ~/.claude/skills/martynjsimpson-workmanagementclaudeplugin-work-prune/SKILL.md

Terminal
mkdir -p ~/.claude/skills/martynjsimpson-workmanagementclaudeplugin-work-prune && curl -fsSL https://raw.githubusercontent.com/martynjsimpson/workManagementClaudePlugin/HEAD/commands/work-prune.md -o ~/.claude/skills/martynjsimpson-workmanagementclaudeplugin-work-prune/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository