What problem does it solve? Long-running development accumulates stale branches, abandoned worktrees, divergent jj workspaces, and orphaned state directories that clutter repositories and obscure what work is actually live. This Skill performs an evidence-first audit and safely retires only verified, approved targets. ## Core Features & Use Cases - Full inventory without deletion: Enumerates git branches, remotes, registered worktrees, jj workspaces, PRs, and centralized .state/works/ directories before recommending anything. - Lifecycle classification: Classifies each work stream as active, interrupted, completed, or ambiguous based on direct reads of state.md, reviews, and promotion receipts. - Gated retirement: Archives completed work only after all retirement gates pass, a three-day landing window elapses, per-target approval is granted, and a verified recoverable backup exists. - Use Case: Run /cleanup after a release cycle to identify merged branches and completed work streams, review the evidence-backed recommendations, and approve archival of each target individually. ## Quick Start Ask the assistant to run /cleanup on the current repository to audit stale branches, worktrees, and work state with evidence-backed recommendations.