Memory Handoff
/install memory-handoff
memory-handoff
Coding 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.
When a handoff is warranted
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).
Where to write it
- If the repo has a brigade inbox (check
.brigade/config) or an existing handoff dir (.claude/memory-handoffs/,.codex/memory-handoffs/), write there. - Otherwise create
.claude/memory-handoffs/and write there.
Filename: YYYY-MM-DD-HHMM-\x3Cslug>.md
Format
# 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.
Quality bar
- Durable, not session fluff. If it will not matter in a month, do not write it.
- Specific and verifiable. Exact paths, exact commands, exact error strings.
- Under 400 words. The reviewer should route it without rethinking the session.
- One handoff per distinct piece of knowledge. Two unrelated discoveries are two files.
- Convert relative dates ("yesterday", "last week") to absolute dates.
Verify
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?
Common mistakes
- Writing a session narrative instead of extracted facts. The reviewer needs the knowledge, not the story.
- Skipping the handoff because the session "was mostly debugging". Root causes are the single most valuable handoff type.
- Editing the memory owner's canonical files directly instead of handing off. The handoff flow exists so a reviewer can veto.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-handoff - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-handoff触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Memory Handoff 是什么?
Use at the end of any session that discovered durable knowledge (architecture decisions, root causes, setup gotchas, workflow changes, security findings, reu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。
如何安装 Memory Handoff?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-handoff」即可一键安装,无需额外配置。
Memory Handoff 是免费的吗?
是的,Memory Handoff 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Handoff 支持哪些平台?
Memory Handoff 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Handoff?
由 Solomon Neas(@solomonneas)开发并维护,当前版本 v1.0.0。