What problem does it solve? Ending a coding session cleanly is error-prone: stale plans linger, worktrees pile up, transient artifacts confuse the next session, and nobody can say whether it is actually safe to exit. This Skill standardizes workstream closeout so unfinished work is parked durably and finished work is verified, cleaned, and summarized. ## Core Features & Use Cases - Safe-to-exit verdicts: Produces a yes/conditional/no verdict backed by evidence, including a mandatory Love Gate section with explicit Love: and Do not love: entries. - Git and worktree hygiene: Applies pinned-commit fast-forward rules, runtime-bound checkout reconciliation, and bounded untracked-only exceptions without destructive commands. - GitHub plan and issue reconciliation: Updates plan issues, blocker graphs, labels, and Project state, and migrates or removes stale local plans and handoff files. - Read-only cleanup inventory: Ships a helper script that reports scoped cleanup evidence without authorizing or performing deletion. - Use Case: After merging a PR, ask the agent to wrap up: it verifies post-merge state, fast-forwards the default checkout, removes the merged task worktree, updates the owning issue, and reports a final safe-to-exit verdict. ## Quick Start Ask the agent to wrap up the current task and tell you whether it is safe to exit, including what was cleaned up and what remains.