Never lose your place
/continue when your context window is getting long or you need to switch tasks. Claude summarizes everything about the current work: what you were doing, which files are involved, what decisions were made, and what comes next. The prompt is saved to a file that a new session reads to pick up exactly where you left off.Analyze current session
Reviews the conversation to identify the active task, its current status, and the overall goal you are working toward.
Catalog files and changes
Lists all files being actively worked on, their current state (modified, created, in progress), and any uncommitted changes.
Document decisions
Records key decisions, approaches chosen, tradeoffs considered, and any constraints discovered during the session.
Outline next steps
Writes clear, actionable next steps so the new session knows exactly what to do first without re-reading the entire previous conversation.
Save the prompt
Writes the continuation file to ~/.claude/continue-prompts/ with a descriptive filename. Ready to be loaded with "continue" in a new session.