plugins/remember.bak/skills/remember/SKILL.md
Quick-write a lightweight session note to memory/sessions/note.md. For full session wrap-up, use coordinator:session-end or /handoff.
npx skillsauth add oduffy-delphi/coordinator-claude rememberInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Write a session note so the next session can continue cleanly. Use your knowledge of the current session — you were here. Write in first person ("I").
Path: Write to tasks/session-note.md in the project root. Overwrite any existing content.
Format:
# Session Note
## State
{What's done, what's not. Files, MRs, decisions. 2-4 lines max.}
## Next
{What to pick up. Priority order. 1-3 items.}
## Context
{Non-obvious gotchas, blockers, preferences from this session. Skip if nothing.}
Rules:
Say "Saved." when done — nothing else.
tools
Orient session — preflight, load context, choose work
documentation
Wrap up finished work — capture lessons, update docs
testing
Use at cadence gates or to validate repo state. Resolves and runs the project's configured fast-test command.
development
Root-cause discipline for ONE identified bug, test failure, or unexpected behavior — pin the premise, reproduce, trace to source, fix at source, verify. For a single known issue, not a codebase sweep.