/session-loose-ends
Find what a session left dangling, and clean it up.
What it does
Sweeps for four classes of loose end — uncommitted work and stale worktrees, running or zombie processes, promises made in conversation but never kept, and project-tracking drift — then reports each with its evidence and a recommendation in both directions before doing anything. Executes only what you approve.
When to reach for it
"Anything to clean up here?" — or before closing a session you have been in for hours.
It's working if
- It finds a background process still running that you had forgotten you started.
- A promise you made in the conversation and never kept comes back as a finding.
- You deliberately keep some of what it found, because it argued both sides before asking.
Install this skill
Then type /session-loose-ends in your agent.
npx skills@latest add smorinlabs/smorinlabs-harness -s session-loose-endsOr install the whole session plugin — this skill plus 4 others.
/plugin install session@smorinlabs-harnessWhere it fits
- /session-recap — the orienting sibling — that one never mutates anything.
- /project-audit — the deeper pass for tracking drift specifically.