Transfer context between sessions without loss.
AI conversations don't persist. When you start a new session:
- Previous context is gone
- You repeat yourself
- Progress is lost
- Learnings disappear
A lightweight document (under 80 lines) that captures everything needed to continue.
- Session ID and date
- What was completed
- Current state
- Immediate next steps
- Files changed
- Key commits
- Blockers
- New learnings
- Task queue
- Open questions
- Dependencies
# Transfer Pack v[X.X]
**Session**: [ID] | **Date**: [DATE] | **Status**: [BRIEF]
## Completed
- [Task 1] ✅
- [Task 2] ✅
## Current State
[2-3 sentences: what's working, what's not]
## Next Steps
1. [Immediate action]
2. [Following action]
## Files Changed
- `path/to/file.ts`
## Learnings
| # | Learning |
|---|----------|
| 1 | [New insight] |Use: <area>-<feature>
Examples:
auth-oauth-flowapi-rate-limitingui-dark-modeinfra-caching
- Create/update Transfer Pack
- Commit current work
- Note stopping point clearly
- Read Transfer Pack
- Read relevant MASTER_REFERENCE sections
- Verify current state
- Continue from next step
See: templates/TRANSFER_PACK.md
Next: Project Knowledge