Loading...
Loading...
Captures key decisions, questions, follow-ups, and learnings at end of a coding session. Writes a single markdown file per session. Use when done with a session, wrapping up work, running /done, creating a session summary, saving session context, or ending a coding session.
npx skill4agent add mblode/agent-skills doneDone progress:
- [ ] Step 1: Gather context
- [ ] Step 2: Assess significance
- [ ] Step 3: Write session file
- [ ] Step 4: Confirmgit branch --show-currentgit diff --name-onlygit diff --cached --name-onlygit log --oneline -10no-repo.claude/done/mkdir -p .claude/doneSession files go in /path/to/my/foldermkdir -pdocs/sessions/YYYY-MM-DD-<branch>-<short-session-id>.md/-2026-02-19-feat-auth-a1b2c3d4.md# Session: YYYY-MM-DD <branch>
**Session ID:** <id>
**Branch:** <branch>
**Date:** <date>
## Summary
1-2 sentences of what was accomplished.
## Decisions
- **Decision title**: What was decided. Why this approach was chosen.
## Questions
- [ ] Open question
- [x] Resolved question — answer
## Next Steps
- [ ] Specific actionable task
## Files Changed
- `path/to/file` — what changed and why
## Learnings
- Non-obvious gotcha or pattern discovered
## Context for Next Session
Where to pick up. What state is the code in. What needs attention first.Session captured: .claude/done/2026-02-19-feat-auth-a1b2c3d4.md
Sections: decisions (3), questions (1 open), next steps (4), files changed (7)