resume
Load the most recent session file from ~/.claude/session-data/ and resume work with full context from where the last session ended.
Input: $ARGUMENTS — optional: date (e.g., 2024-01-15) or full file path.
Load and fully absorb a saved session file before doing any work.
Steps:
- Find the file:
- No argument → most recent
*-session.tmpin~/.claude/session-data/ - Date argument → most recent file for that date
- File path → use directly
- If no files found: "No session files found. Run
/dog:saveto create one."
- No argument → most recent
- Read the file — absorb: completed work, current state, pending tasks, open decisions, known issues, environment details
- Orient — summarize what was in progress and what the immediate next steps are
- Confirm — ask the user: "Ready to continue with [X]. Should I proceed?"
- Resume — start immediately from where the session left off
Do NOT start any work before fully reading and summarizing the session file.