this repo has no description
0
fork

Configure Feed

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

Update README with /handoff instructions feature

Document the new optional instructions parameter for /handoff.

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

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

alice 148a966c be67d99a

+7 -1
+7 -1
README.md
··· 163 163 | `/latest-plan` | Load the most recent plan from `.claude/plans/` | 164 164 | `/latest-plan <query>` | Find a plan by number or name | 165 165 | `/reflect` | Reflect on session learnings and update CLAUDE.md | 166 - | `/handoff` | Create a handoff document for session continuity | 166 + | `/handoff [instructions]` | Create a handoff document for session continuity | 167 167 168 168 #### `/reflect` 169 169 ··· 178 178 - **Remaining Work** — what's left to do 179 179 - **Context** — file paths, patterns, gotchas discovered 180 180 - **Blockers** — anything stuck or needing answers 181 + - **Additional Instructions** — any extra text you provide after `/handoff` 182 + 183 + **Optionally pass instructions for the next session:** 184 + ``` 185 + /handoff please just acknowledge the pending issue before continuing 186 + ``` 181 187 182 188 Start a new session with "Continue from .claude/handoff.md" to pick up where you left off. 183 189