Install
openclaw skills install session-branchBranch a coding session into a new conversation with full context handoff — generate structured handoff doc, startup prompts, and guide the new session to pick up exactly where you left off.
openclaw skills install session-branchBranch your current coding session into a new conversation without losing context.
Scan the current conversation and project to extract:
For WorkBuddy, also scan:
~/.workbuddy/SOUL.md, IDENTITY.md, USER.md — persona and preferences.workbuddy/memory/MEMORY.md + daily logs — project memory~/.workbuddy/skills/ — list of active skillsFor TRAE SOLO, also scan:
.trae/rules/ — project-level rulesFor Cursor, also scan:
.cursor/rules/ or .cursorrulesFor Claude Code, also scan:
CLAUDE.md in project rootUse the template at references/handoff-template.md to create a structured handoff document.
Save location by IDE:
| IDE | Default path | Rationale |
|---|---|---|
| WorkBuddy | .workbuddy/session-handoff.md | Align with memory system, keep project root clean |
| TRAE SOLO | docs/session-handoff.md | Standard docs location |
| Cursor | docs/session-handoff.md | Standard docs location |
| Claude Code | docs/session-handoff.md | Standard docs location |
Critical rules:
<project-name>, <owner>, <your-path>Cross-check the generated handoff against references/checklist.md.
Every item must be covered. If something is not applicable, write "N/A" with a reason.
Use references/startup-prompts.md to generate the startup prompt for the new conversation.
The prompt must include:
Show the user:
| Setting | Default | Description |
|---|---|---|
handoff_path | Auto (by IDE) | Where to save the handoff document |
include_checklist | true | Whether to validate against checklist |
target_ide | auto | Target IDE for startup prompt (auto/trae/workbuddy/cursor/claude-code) |
references/handoff-template.md — Full template for the handoff documentreferences/checklist.md — Validation checklist (12 categories + IDE-specific)references/startup-prompts.md — IDE-specific startup prompt templates