Quickly continue work by loading context from SESSION.md, showing current state, and continuing from "Next Action".
Loads session context from planning docs and git history to resume work from last checkpoint.
/plugin marketplace add evolv3-ai/vibe-skills/plugin install evolv3-ai-vibe-skills@evolv3-ai/vibe-skillsQuickly continue work by loading context from SESSION.md, showing current state, and continuing from "Next Action".
Follow these steps to load session context and resume work efficiently.
Use the Task tool with subagent_type="Explore" and description "Load session context for resuming work" to gather:
git log --oneline -5 for recent commitsgit status for uncommitted changesIf SESSION.md doesn't exist:
If IMPLEMENTATION_PHASES.md doesn't exist:
If git status shows uncommitted changes:
⚠️ WARNING: Uncommitted changes detected!
Uncommitted files:
[list files from git status]
These changes weren't checkpointed. Continue anyway? (y/n)
If user says no:
If user says yes:
Output formatted git history:
📜 Recent Commits (last 5):
[hash] [commit message line 1]
[hash] [commit message line 1]
[hash] [commit message line 1]
[hash] [commit message line 1]
[hash] [commit message line 1]
Current checkpoint: [hash from SESSION.md] ([date])
Output formatted summary:
═══════════════════════════════════════════════
WELCOME BACK TO [PROJECT NAME]
═══════════════════════════════════════════════
📋 Current Phase: Phase [N] - [Phase Name] ([Status emoji])
📍 Current Stage: [Implementation/Verification/Debugging]
💾 Last Checkpoint: [hash] ([date])
───────────────────────────────────────────────
PROGRESS THIS PHASE:
───────────────────────────────────────────────
✅ [completed task]
✅ [completed task]
✅ [completed task]
🔄 [current pending task] ← CURRENT
⏸️ [future pending task]
⏸️ [future pending task]
───────────────────────────────────────────────
KNOWN ISSUES:
───────────────────────────────────────────────
• [issue 1]
• [issue 2]
[or "None" if no issues]
───────────────────────────────────────────────
NEXT ACTION:
───────────────────────────────────────────────
[Concrete next action from SESSION.md]
File: [file path]
Line: [line number] (if applicable)
Task: [specific action to take]
───────────────────────────────────────────────
PLANNING DOCS AVAILABLE:
───────────────────────────────────────────────
✅ SESSION.md (loaded)
✅ IMPLEMENTATION_PHASES.md (current phase loaded)
• [other docs from SESSION.md] (available)
═══════════════════════════════════════════════
If current stage is "Verification":
───────────────────────────────────────────────
VERIFICATION CHECKLIST (Current Phase):
───────────────────────────────────────────────
[ ] [verification item 1]
[ ] [verification item 2]
[ ] [verification item 3]
Check these items before marking phase complete.
───────────────────────────────────────────────
If current stage is "Debugging":
🐛 Currently debugging. Focus on resolving known issues above.
If current stage is "Implementation":
Check if SESSION.md references other planning docs (ARCHITECTURE.md, API_ENDPOINTS.md, DATABASE_SCHEMA.md, etc.)
If any are referenced, ask:
Additional planning docs available:
• ARCHITECTURE.md
• API_ENDPOINTS.md
• [others...]
Would you like me to load any of these? (Enter doc names or 'none'):
If user specifies docs:
If user says "none":
Extract file path from "Next Action".
Ask user:
Next Action file: [file path]
Would you like me to open this file? (y/n)
If yes:
If no:
Ask user:
Ready to proceed with Next Action?
Next Action: [action description]
Options:
1. Yes - proceed with this action
2. No - I'll tell you what to do instead
3. Context only - just keep loaded context, don't execute yet
Your choice (1/2/3):
If choice 1 (Yes):
If choice 2 (No):
If choice 3 (Context only):
Output:
✨ Session resumed successfully!
Current context loaded:
• Phase [N] progress
• Next Action ready
• [X] planning docs loaded
Ready to continue work.
SESSION.md doesn't exist:
IMPLEMENTATION_PHASES.md missing:
Next Action is vague or missing:
File from Next Action doesn't exist:
Git commands fail:
Phase number mismatch:
✅ User has full context of where they left off ✅ Current phase progress is crystal clear ✅ Next Action is specific and ready to execute ✅ User can immediately continue work or adjust direction ✅ All relevant planning docs are accessible ✅ Recent git history provides continuity