done
Installation
SKILL.md
/done — Session Retrospective
Structured reflection that produces concrete artifacts. Not a journal entry — every finding either becomes a codified artifact or gets explicitly justified as not worth codifying.
Process
1. Gather Evidence
Reconstruct session from multiple sources:
# What changed
git diff --stat HEAD~N (or unstaged if no commits)
git log --oneline -10
Related skills