Context Elements: - Last task description - Current status (in_progress | completed | blocked) - Pending items list - Next steps - Important file paths - User notes - Timestamp
What do you want me to save as context?Examples:- "Processing Alex Hormozi materials, 3 of 5 files done"- "Fixing DNA extraction bug, need to test with Cole Gordon"- "Setting up new expert: Sam Ovens"
3
Update Session Files
Saves to two locations:CURRENT-SESSION.md (human-readable):
# Session: 2026-03-06## Current TaskProcessing Alex Hormozi materials through pipeline## StatusIN_PROGRESS## Completed- ✓ Ingested AH024 (VSL on scaling)- ✓ Ingested AH025 (Podcast episode)- ✓ Processed AH024 through all 8 phases## Pending- [ ] Process AH025- [ ] Process AH026- [ ] Extract DNA after 3rd file## Next Steps1. /process-jarvis "inbox/ALEX HORMOZI/PODCASTS/AH025.txt"2. /process-jarvis "inbox/ALEX HORMOZI/MASTERCLASSES/AH026.txt"3. /extract-dna alex-hormozi## Important Files- inbox/ALEX HORMOZI/VSL/AH024.txt- inbox/ALEX HORMOZI/PODCASTS/AH025.txt- inbox/ALEX HORMOZI/MASTERCLASSES/AH026.txt## NotesAH024 had excellent heuristics on pricing. Make sure to reviewHEURISTICAS.yaml after DNA extraction.---Saved: 2026-03-06T15:30:00Z
CONTEXT.json (machine-readable):
{ "last_task": "Processing Alex Hormozi materials through pipeline", "status": "in_progress", "pending": [ "Process AH025", "Process AH026", "Extract DNA after 3rd file" ], "next_steps": [ "/process-jarvis \"inbox/ALEX HORMOZI/PODCASTS/AH025.txt\"", "/process-jarvis \"inbox/ALEX HORMOZI/MASTERCLASSES/AH026.txt\"", "/extract-dna alex-hormozi" ], "important_files": [ "inbox/ALEX HORMOZI/VSL/AH024.txt", "inbox/ALEX HORMOZI/PODCASTS/AH025.txt", "inbox/ALEX HORMOZI/MASTERCLASSES/AH026.txt" ], "notes": "AH024 had excellent heuristics on pricing. Review HEURISTICAS.yaml after DNA extraction.", "timestamp": "2026-03-06T15:30:00Z"}
User: /saveAssistant: What do you want me to save as context?User: I'm halfway through processing Cole Gordon materials. ProcessedCG003 and CG004. Still need to do CG005, then extract DNA. CG004 hadgreat content on the Email Hammer framework.Assistant: [SAVED] Context saved in:- /logs/LIVE-SESSION/CURRENT-SESSION.md- /logs/LIVE-SESSION/CONTEXT.jsonSession Summary: • Task: Processing Cole Gordon materials • Status: In Progress • Pending: Process CG005, extract DNA • Note: Email Hammer framework in CG004Next session: execute /resume to load context
Restored Context: - Previous task description - Task status - Pending items - Next recommended steps - Important file references - User notes - Original save timestamp
# Reads both filescat /logs/LIVE-SESSION/CURRENT-SESSION.mdcat /logs/LIVE-SESSION/CONTEXT.json
2
Display Summary
[RESUMING SESSION]## Last ActivityProcessing Cole Gordon materials through pipeline## StatusIn Progress## Completed✓ Processed CG003 (Masterclass - Scaling Sales Teams)✓ Processed CG004 (Blueprint - Email Hammer Framework)## Pending◻ Process CG005◻ Extract DNA (after 3+ sources)## Next Steps1. /process-jarvis "inbox/COLE GORDON/COURSES/CG005.txt"2. /extract-dna cole-gordon## Important Files• inbox/COLE GORDON/MASTERCLASSES/CG003.txt• inbox/COLE GORDON/BLUEPRINTS/CG004.txt• inbox/COLE GORDON/COURSES/CG005.txt## NotesEmail Hammer framework in CG004 has great heuristics.Review after DNA extraction.---Last saved: 2026-03-06 15:30 (2 hours ago)Want to continue where you left off?
User: /resumeAssistant:[RESUMING SESSION]## Last ActivityProcessing Cole Gordon materials through pipeline## StatusIn Progress## Completed✓ Processed CG003 (Masterclass)✓ Processed CG004 (Blueprint)## Pending◻ Process CG005◻ Extract DNA## Next Steps1. /process-jarvis "inbox/COLE GORDON/COURSES/CG005.txt"2. /extract-dna cole-gordon## NotesEmail Hammer framework in CG004 - review after DNA extraction.---Last saved: 2 hours agoWant to continue where you left off?User: Yes, let's process CG005Assistant: [Executes /process-jarvis command...]
Meaning: Work is actively ongoing, not yet completeUse when: - Processing multiple files (some done, some pending) - Multi-step task partially complete - Waiting for something (but will continue)Example: "Processing 5 videos, 3 done, 2 remaining"
Meaning: Task fully finished, no pending workUse when: - All files processed - DNA extraction complete - Session concluded successfullyExample: "Extracted DNA for Cole Gordon, all 5 sources processed"
Meaning: Cannot proceed without external input/actionUse when: - Waiting for API keys - Missing source files - Dependency not met - Bug preventing progressExample: "Pipeline stuck at Phase 4, duplicate detection failing"
End of work session: "/save" before closing Claude CodeBefore switching tasks: Finish processing, then /save before starting new workAfter completing a batch: Processed 3 files? Save before ingesting more.
Scenario: Different Claude Code sessions (new chat)Old session: - Work for 2 hours - /save with detailed context - Close Claude CodeNew session: - Open Claude Code (fresh chat) - /resume - Continue seamlessly
# After completing a sessionmv logs/LIVE-SESSION/CURRENT-SESSION.md logs/LIVE-SESSION/history/cole-gordon-complete.md# Start fresh for next project/save