Install
openclaw skills install gstack-openclaw-handoffCompact the current conversation into a handoff document for another agent or fresh session to continue the work. Captures decisions, open threads, artifacts, and suggests skills. Use when: ending a long session, switching agents, handing off to a teammate, or user says handoff, wrap up, save context.
openclaw skills install gstack-openclaw-handoffWrite a handoff document so a fresh agent can continue this work with zero ramp-up time.
[REDACTED].# Handoff: {task summary}
Date: {YYYY-MM-DD}
From: {session context — e.g. "OpenClaw session on branch feature/x"}
## Goal
{One sentence: what we're trying to accomplish}
## Current State
{What's done, what's in progress, what's blocked}
- Completed: ...
- In progress: ...
- Blocked on: ...
## Key Decisions Made
{Decisions that would be expensive to re-derive}
- Decision 1: chose X over Y because Z
- Decision 2: ...
## Open Threads
{Unresolved questions, known issues, things the next session should address}
1. ...
2. ...
## Artifacts
{Paths, URLs, branches — anything the next agent needs to find}
- Branch: ...
- Key files modified: ...
- Related PR/issue: ...
## Suggested Skills
{Skills the next session should invoke}
- /skill-name — reason
## Context the Next Agent Won't Have
{Anything learned during conversation that isn't captured in code/commits}
- ...
If the user passed arguments (e.g. "handoff — next session will focus on the frontend"), tailor the Open Threads and Suggested Skills sections toward that focus. Deprioritize context irrelevant to the next session's scope.