this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add optional instructions support to /handoff command

Users can now pass additional text after /handoff that gets captured
in a new "Additional Instructions" section of the handoff document.

Example: /handoff please acknowledge the pending issue

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

alice be67d99a 6f420ec8

+5
+5
commands/handoff.md
··· 2 2 3 3 Context is running low. Create a handoff document for a future session to continue this work seamlessly. 4 4 5 + **If the user provided any additional text after `/handoff`, include those instructions in section 7 below.** 6 + 5 7 Write a file to `.claude/handoff.md` in this project containing: 6 8 7 9 ## 1. Goal ··· 29 31 ## 6. Blockers (if any) 30 32 - What's blocking progress? 31 33 - Questions that need answers? 34 + 35 + ## 7. Additional Instructions (if provided) 36 + If the user provided extra text after `/handoff`, include it here verbatim. These are instructions the next session should follow or acknowledge. 32 37 33 38 --- 34 39