session-closeout
Installation
SKILL.md
Session Closeout Skill
Mandatory session termination ritual. Failing to run this means the conversation leaves no memory in the vault.
Execution Sequence
- Daily Note Summary (per
daily-noterules):- Ensure today's Daily Note exists (
Daily Notes/{YYYY}/{MM}/{YYYY}-{MM}-{DD}.md); create if missing. - Append 3-6 line summary under
## 💬 與 AI 的對話紀錄(or## 與 AI 的對話紀錄) detailing what was done, decided, produced. - Append skill usage tag on the last line:
使用 skill:{name, name}(or無).
- Ensure today's Daily Note exists (
- log.md: If this session produced ingest / decision / lint events not yet logged, append entry to
memorbs/log.md. - Git Commit & Push:
cd "$VAULT" git add -A git commit -m "session: {one-line summary} ({YYYY-MM-DD})" git push - Confirm closeout completion briefly to the user (1-2 sentences).