Resumes Salesforce development sessions by loading saved org context, Apex work-in-progress, and session state from ~/.claude/sessions/ files. Provides structured briefing of project status, blockers, and next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/salesforce-claude-code:resume-sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load the last saved session state and orient fully before doing any work.
Load the last saved session state and orient fully before doing any work. This skill is the counterpart to the save-session skill.
/resume-session # loads most recent file in ~/.claude/sessions/
/resume-session 2026-03-18 # loads most recent session for that date
/resume-session ~/.claude/sessions/2026-03-18-apex-trig-session.md # loads a specific file
If no argument provided:
Check ~/.claude/sessions/
Pick the most recently modified *-session.md file
If the folder does not exist or has no matching files, tell the user:
No session files found in ~/.claude/sessions/
Run /save-session at the end of a session to create one.
Then stop.
If an argument is provided:
YYYY-MM-DD), search ~/.claude/sessions/ for matching files
and load the most recently modified variant for that dateRead the complete file. Do not summarize yet.
Respond with a structured briefing in this exact format:
SESSION LOADED: [actual resolved path to the file]
PROJECT: [project name / topic from file]
WHAT WE'RE BUILDING:
[2-3 sentence summary in your own words]
CURRENT STATE:
Working: [count] items confirmed
In Progress: [list files that are in progress]
Not Started: [list planned but untouched]
WHAT NOT TO RETRY:
[list every failed approach with its reason — this is critical]
OPEN QUESTIONS / BLOCKERS:
[list any blockers or unanswered questions]
NEXT STEP:
[exact next step if defined in the file]
Ready to continue. What would you like to do?
Do NOT start working automatically. Do NOT touch any files. Wait for the user to say what to do next.
Multiple sessions for the same date: Load the most recently modified matching file for that date.
Session file references files that no longer exist:
Note this during the briefing — "WARNING: path/to/file.cls referenced in session but not found on disk."
Session file is from more than 7 days ago: Note the gap — "WARNING: This session is from N days ago. Things may have changed." — then proceed normally.
Session file is empty or malformed: Report: "Session file found but appears empty or unreadable. You may need to create a new one with /save-session."
/save-session again at the end of the new sessionnpx claudepluginhub jiten-singh-shahi/salesforce-claude-code --plugin salesforce-claude-codeReads a CONTINUE_HERE.md continuation file at session start and resumes from where a prior session left off, detecting freshness, parsing structured handoff, and cleaning up after consumption.
Resumes prior AI coding-agent work by reconstructing context from transcripts, chat logs, or session summaries before continuing from the actual stopping point.
Presents menu-driven interface to scan, select, and resume saved sessions from CONTEXT files. Extracts headers, summaries next tasks, hot files; supports active/archived.