Resume from a previous session handoff
Resumes previous session handoffs and restores context including status, completed work, and next steps.
/plugin marketplace add sethdford/claude-toolkit/plugin install memory@claude-toolkit[handoff-id]Resume work from a previous session handoff.
/resume # Resume most recent handoff
/resume auth-work # Resume specific handoff
/resume list # List available handoffs
# List handoffs
"${CLAUDE_PLUGIN_ROOT}/scripts/memory.sh" handoff --list
# Get specific handoff
"${CLAUDE_PLUGIN_ROOT}/scripts/memory.sh" handoff --get "$ARGUMENTS"
When resuming, you receive:
## Resuming: auth-implementation (2024-01-15)
**Status:** Complete
### What Was Done
- Implemented JWT authentication
- Added refresh token rotation
- Created auth middleware
- Wrote 15 unit tests (all passing)
### Next Steps
1. Deploy to staging
2. Run integration tests
3. Update API documentation
### Open Questions
- Should we add OAuth providers?
---
Ready to continue. What would you like to work on?
When using /resume list:
## Available Handoffs
| ID | Session | Status | Date |
|----|---------|--------|------|
| auth-work | auth-implementation | complete | 2024-01-15 |
| payment-refactor | payment-service | in_progress | 2024-01-14 |
| api-docs | documentation | blocked | 2024-01-12 |
Resume with: /resume <id>
/recall <topic>