| name | session-debrief |
| description | Graduated to team-lib — see team-lib/skills/session-debrief/. This stub demonstrates the my-lib → team-lib graduation pattern. |
| summary | This skill started life in my-lib and was promoted to the shared library once it stabilized. The canonical version (with preflight/postflight scripts) now lives in team-lib/skills/session-debrief/. |
| version | 2.0.0 |
| created | "2026-02-20T00:00:00.000Z" |
| last_updated | "2026-07-09T00:00:00.000Z" |
| maintainer | pvragon |
| status | graduated |
Session Debrief (graduated)
This skill has graduated to the shared library: see team-lib/skills/session-debrief/ for the canonical, current version — including the preflight.sh / postflight.sh scripts that do the deterministic work.
Why this stub exists
It demonstrates the graduation lifecycle that keeps the workspace healthy:
- A capability starts as a personal skill in
my-lib/skills/ — fast to iterate, only you depend on it.
- Once it stabilizes and proves useful beyond one person, it's promoted to
team-lib/skills/ via the graduate-to-team-library directive.
- The my-lib copy becomes a pointer (this file) so nothing links to a stale duplicate.
If you're building your own workspace from this reference: run the debrief from the team-lib copy.