Two session wrap-up skills for Claude Code.
-
/done— a completeness checklist. Walks every loose end that could keep a session from ending: uncommitted work, unpushed commits, open PRs, red CI, orphaned branches, system state that drifted out of parity. Reports status per item and surfaces anything outstanding for you to decide. It doesn't change anything — it tells you where you stand. -
/getitdone— same checklist, different posture. Resolves every obvious item itself (commit, push, parity sync, orphan cleanup) and reports back only what actually needs a human decision. Use it when you want the cleanup done rather than itemized.
Reach for /done when you want a checkpoint to review yourself; reach for /getitdone when you just want it wrapped up.
/plugin install done@fnclaude
MIT