···163163| `/latest-plan` | Load the most recent plan from `.claude/plans/` |
164164| `/latest-plan <query>` | Find a plan by number or name |
165165| `/reflect` | Reflect on session learnings and update CLAUDE.md |
166166-| `/handoff` | Create a handoff document for session continuity |
166166+| `/handoff [instructions]` | Create a handoff document for session continuity |
167167168168#### `/reflect`
169169···178178- **Remaining Work** — what's left to do
179179- **Context** — file paths, patterns, gotchas discovered
180180- **Blockers** — anything stuck or needing answers
181181+- **Additional Instructions** — any extra text you provide after `/handoff`
182182+183183+**Optionally pass instructions for the next session:**
184184+```
185185+/handoff please just acknowledge the pending issue before continuing
186186+```
181187182188Start a new session with "Continue from .claude/handoff.md" to pick up where you left off.
183189