Load session state from a previous checkpoint and restore context
From session-resiliencenpx claudepluginhub nbkm8y5/claude-plugins --plugin session-resilience/resumeLists active task orchestrations with progress and resumes specific ones via --date --project or --latest. Shows tasks in progress, blocked/next tasks, git activity, and quick actions.
/resumeLists active task orchestrations with progress and resumes specific ones via --date --project or --latest. Shows tasks in progress, blocked/next tasks, git activity, and quick actions.
/resumeResumes a previous Claude agent by ID, loading its transcript to continue the interrupted task. Pass agent ID optionally with follow-up prompt via orchestrate.sh agent-resume.
/resumeResumes a babysitter workflow run by run ID or discovers/suggests incomplete runs based on status, inputs, and process.
/resumeResumes interrupted Lisa specification interviews: scans .claude/lisa-*.md state files, lists for user selection, continues questions via AskUserQuestion, updates draft spec, finalizes MD/JSON docs.
/resumeDetects and resumes interrupted Plan Cascade tasks by auto-detecting mega-plan, hybrid-worktree, or hybrid-auto context and routing appropriately.
Load the session state from .claude/session-state.md and restore context from a previous checkpoint.
Use Glob to locate .claude/session-state.md in the project root.
/checkpoint to create one.Read .claude/session-state.md in full. Parse each section:
Display a structured summary to the user:
## Session Restored
**Goal:** <session goal>
**Last checkpoint:** <timestamp>
**Current task:** <current task summary>
**Open issues:** <count> (<critical count> critical, <warning count> warning)
**Next steps:**
1. <top priority>
2. <second priority>
3. <third priority>
**Key context to remember:**
- <most important context items>
Internalize the full state file contents. From this point forward:
Ask the user:
This command is read-only. It does not modify the state file. Only /checkpoint and the PreCompact hook write to the state file.