Loading...
Loading...
Use when the user says /bye, "wrap up", "end session", or similar. Reconstructs full session history including compacted context, creates a sessionlog, commits changes, and summarizes next steps.
npx skill4agent add eins78/skills byeParallel session safety: The user may have multiple sessions running. Filter byand timestamp correlation. Never combine work from other sessions. If uncertain, ASK.$CLAUDE_SESSION_ID
| Signal | Type | Action |
|---|---|---|
| Subagent | STOP — do not run /bye |
| Metadata session | SKIP — not a real work session |
First messages reference executing a plan; recent file in | Plan execution | Read plan file; sessionlog documents execution vs plan |
System message contains | Plan creation | Plan file is the deliverable |
| None of above | Normal | Continue with checklist |
projects/*/status.md| Situation | Action |
|---|---|
| Files I created/edited THIS session | Auto-commit |
| Untracked files from before | ASK |
| Modified files I didn't touch | ASK — likely parallel session |
| .env, credentials, secrets | NEVER, warn user |
[Brief description]\n\nSession wrap-up: YYYY-MM-DD## Session Complete
**Accomplished:**
- [item 1]
- [item 2]
**Committed:** [hash]
- [file list]
**Pending:**
- [ ] [task 1]
**Sessionlog:** `sessionlogs/[file].md`
Ready to clear context.