You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then start a new Claude Code session. The skill activates automatically on trigger phrases.
33
40
34
41
## Usage
@@ -41,6 +48,20 @@ session handoff
41
48
42
49
or `wrap up session` / `hand off` / `let's wrap up`. Claude produces the handoff in chat. Paste it into the next session's first message — done.
43
50
51
+
## Tutorial
52
+
53
+
For a full walkthrough with comparison of 9 session handoff implementations, 5 production triggers, customization patterns, and dual-tool (Claude Code + Codex CLI) workflow, see:
- 3 sharp edges from production testing (47 PRs measured)
64
+
44
65
## Example output
45
66
46
67
```
@@ -86,6 +107,16 @@ Writing the handoff to a file creates a management problem: where does it live,
86
107
87
108
Every handoff has the same 7 sections in the same order. A fresh agent can scan for `## Pick up here` in under a second. Structure stability is the whole point — if sections appear sometimes and not others, the next agent has to read everything to know what's missing.
0 commit comments