Prompt file imported from fabioc-aloha/Alex_ACT_Core (
.github/prompts/save-session-note.prompt.md). Copyright stays with the author.
Save Session Note
Capture a short observation, reminder, or open thread in repo-root HANDOFF.md so pending actions stay visible to the user across sessions.
This prompt is self-contained. If the generic skill tool is unavailable, continue with the numbered steps; do not report Core as missing.
Steps
-
Get the note from the user — one or two sentences. If they didn't include one in the request, ask: "What should I capture?"
-
Resolve repo root:
- If in a git repo, use the top-level root.
- If not in a git repo, use the current workspace root.
-
Upsert
HANDOFF.mdat repo root. If missing, create this structure:# Session Handoff Last updated: YYYY-MM-DD HH:MM ## Pending Actions - [ ] <user note> ## Resume Hint - Open this file first in the next session.If it exists, update
Last updatedand append the new item under## Pending Actionsas- [ ] <user note>. -
Confirm by quoting the line added to
HANDOFF.mdand its file path.
Notes
- Canonical handoff artifact is repo-root
HANDOFF.md. - Keep notes terse and action-oriented.
- Cross-session execution notes stay in the repository. Do not copy them into user memory unless the content is both project-agnostic and useful across projects.
Would Revise If
Revisit this prompt by 2026-10-30 (90 days) or sooner if any of the following fires: the workflow it invokes ceases to produce its intended output (skill body changed but prompt steps stale); the visible markers / verification steps in its body are consistently skipped; or the slash-command name is no longer discoverable in the prompt picker.