What problem does it solve? When parallel sessions, parked experiments, and forgotten stashes pile up across branches and worktrees, it becomes unclear what is finished, what is superseded, and what is junk. This Skill sweeps every source of pending work in a git repository, judges each piece, and resolves all of it in one confirmed pass. ## Core Features & Use Cases - Full-repo sweep: Scans the working tree, worktrees, local and remote branches, and stashes, then reads each candidate's diff to classify it as finished, unfinished, superseded, or abandoned. - One-shot disposition: Presents a single table proposing land, keep, or delete for every candidate, with merge-conflict predictions via git merge-tree, and asks for one approval before acting. - Safe landing and disposal: Merges approved branches one at a time, regenerates generated files instead of hand-merging them, runs the full npm run verify on the combined result, and archives every deletion to a recoverable archive/* tag. - Use Case: After a week of parallel agent sessions, you have six branches, three worktrees, and a dirty working tree. Invoke the skill to get a triage table, approve the plan, and end with a verified local main carrying only the work worth keeping. ## Quick Start Ask the AI to land the work by combining all pending branches and worktrees into a local main without pushing anything.