Install
openclaw skills install memory-handoffUse at the end of any session that discovered durable knowledge (architecture decisions, root causes, setup gotchas, workflow changes, security findings, reusable patterns), or when the user says "hand off", "write a handoff", or "save this for the memory system".
openclaw skills install memory-handoffCoding sessions die with their transcripts. A memory handoff is a short structured note that a memory owner (a long-lived agent, a teammate, or future you) can review and file into durable memory. This skill pairs with brigade, which lints and ingests handoffs, but works standalone.
Durable knowledge only: architecture decisions, non-obvious root causes, environment gotchas, workflow changes, security findings, reusable commands or patterns, user preferences, research findings. Not task chatter, not anything the repo already records (code, git history, existing docs).
.brigade/ config) or an existing handoff dir (.claude/memory-handoffs/, .codex/memory-handoffs/), write there..claude/memory-handoffs/ and write there.Filename: YYYY-MM-DD-HHMM-<slug>.md
# Memory Handoff
## Type
setup | workflow | bugfix | decision | security | preference | research | project-context
## Title
Short, specific title
## Summary
2 to 4 sentences. What happened and why it matters.
## Durable facts
- Fact 1
- Fact 2
## Evidence
- files changed: ...
- commands run: ...
- error strings: ...
## Recommended memory action
create-card | update-card | no-card
## Target card
descriptive-card-name.md
## Suggested card content
(the exact card to save; MUST start with YAML frontmatter)
brigade handoff lint requires the routing sections: Recommended memory action is mandatory, and for create-card/update-card the suggested card content must begin with YAML frontmatter. For no-card, replace the card sections with ## Target document and ## Suggested document content instead. When unsure of the destination system's exact expectations, scaffold with brigade handoff draft and fill it in.
If the brigade CLI is installed, run brigade handoff lint on the repo and fix what it flags. If not, re-read the handoff asking: could someone who was not in this session act on this?