Transfer Context
Prepare context for a new chat session when this one is degraded or hitting limits.
Output Format
code
## Context Transfer ### Summary [What was accomplished in this session] ### Key Decisions - [Decision 1 and why] - [Decision 2 and why] ### Important Context - [Gotchas discovered] - [Patterns to follow] - [Things that didn't work] ### Relevant Files - path/to/file.ts - [what it does, why it matters] - path/to/other.ts - [description] ### Current State [What's working, what's broken, what's next] ### Prompt for New Chat [Ready-to-paste prompt with all necessary context to continue]
Instructions
- •Summarize what we accomplished (not just what we tried)
- •List decisions made and their reasoning
- •Note gotchas, failed approaches, important discoveries
- •List files touched with brief descriptions
- •Describe current state clearly
- •Create a complete prompt I can paste into a fresh chat
The prompt should give the new session everything it needs to continue without re-explaining.