Save, resume, and manage processing sessions with full context preservation
Mega Brain’s session management system allows you to save your work and resume exactly where you left off. This guide covers session workflows, context preservation, and best practices.
System prompts: “What do you want me to save as context?”
Example: Mid-Processing
Example: Strategic Decision
Example: Completed Work
User input:
"I've ingested 3 Cole Gordon videos and processed 2 of them.Still need to process the third one and then extract DNA."
Saved session:
# SESSION: 2026-03-06 14:32## StatusIN_PROGRESS## Last TaskProcessing Cole Gordon materials- Completed: 2/3 videos- Pending: 1 video (closing-masterclass-part3.txt)## Next Steps1. Process inbox/cole-gordon/MASTERCLASS/closing-masterclass-part3.txt2. Extract DNA: /extract-dna cole-gordon3. Verify agent enrichment## Important Files- inbox/cole-gordon/MASTERCLASS/closing-masterclass-part3.txt- knowledge/dossiers/persons/DOSSIER-COLE-GORDON.md## NotesUser wants to complete Cole Gordon DNA extraction beforemoving to Alex Hormozi materials.
User input:
"Just ran a Conclave on commission structure. Decision wasto implement tiered system. Need to create implementationplan and get CFO approval before executing."
Saved session:
# SESSION: 2026-03-06 16:45## StatusBLOCKED (waiting for approval)## Last TaskConclave deliberation on closer commission structure## Decision MadeImplement 3-tier commission system:- <60% close rate: 10%- 60-70% close rate: 12% - >70% close rate: 15%## Pending Actions1. Draft implementation plan2. Get CFO approval3. Communicate to sales team4. Update compensation docs## Important Files- logs/conclave/session-2026-03-06-commission.md- agents/cargo/C-LEVEL/MEMORY-CFO.md## NotesConclave confidence was 78%. Devil's Advocate flaggedentitlement spiral risk. Need to include reversioncriteria in implementation plan.
User input:
"Finished processing all Alex Hormozi materials, extractedDNA, and verified all agents were enriched. Ready to moveto next expert."
Saved session:
# SESSION: 2026-03-06 18:20## StatusCOMPLETED## Last TaskComplete Alex Hormozi processing pipeline## Completed Steps✓ Ingested 5 videos✓ Processed all 5 through pipeline✓ Extracted DNA (19 items, weight 0.74)✓ Verified agent enrichment (CRO, CFO, CLOSER)## Results- knowledge/dna/persons/alex-hormozi/- knowledge/dossiers/persons/DOSSIER-ALEX-HORMOZI.md- 5 sources: AH001-AH005- 47 insights extracted## Next ExpertSam Ovens (Setterlun) - 3 course modules pending## NotesAlex Hormozi DNA is high quality. All heuristics havenumeric thresholds. Ready for production use.
═══════════════════════════════════════════════ RESUMING SESSION═══════════════════════════════════════════════📅 Last ActivityProcessing Cole Gordon materialsSaved: 2026-03-06 14:32 (2 hours ago)🟡 StatusIN_PROGRESSCompleted:✓ Processed 2/3 videos - closing-masterclass-part1.txt → CG004 - closing-masterclass-part2.txt → CG005Pending:⚠ 1 video remaining: - inbox/cole-gordon/MASTERCLASS/closing-masterclass-part3.txt🎯 Next Steps1. Process remaining video: /process-jarvis inbox/cole-gordon/MASTERCLASS/closing-masterclass-part3.txt2. Extract DNA after processing: /extract-dna cole-gordon3. Verify agent enrichment: /agents --knowledge "Cole Gordon"📁 Important Files- inbox/cole-gordon/MASTERCLASS/closing-masterclass-part3.txt- knowledge/dossiers/persons/DOSSIER-COLE-GORDON.md📝 NotesUser wants to complete Cole Gordon DNA extractionbefore moving to Alex Hormozi materials.───────────────────────────────────────────────Want to continue from where you left off? (Y/n)
# Ingest multiple videos/ingest https://youtube.com/watch?v=video1/ingest https://youtube.com/watch?v=video2/ingest https://youtube.com/watch?v=video3# Save progress/save
Input: “Ingested 3 Cole Gordon videos. Will process tomorrow.”
2
Day 2: Resume and Process
# Resume where left off/resume# Process files/process-jarvis inbox/cole-gordon/video1.txt/process-jarvis inbox/cole-gordon/video2.txt# Save progress/save
Input: “Processed 2/3 videos. Third one tomorrow.”
3
Day 3: Complete and Extract DNA
# Resume/resume# Process final video/process-jarvis inbox/cole-gordon/video3.txt# Extract DNA/extract-dna cole-gordon# Save completion/save
Input: “Completed Cole Gordon processing and DNA extraction. Ready for next expert.”
# Check current session filecat logs/LIVE-SESSION/CURRENT-SESSION.md# If corrupted, restore from historycp logs/LIVE-SESSION/session-history/2026-03-06.md logs/LIVE-SESSION/CURRENT-SESSION.md# Resume again/resume
Issue: Lost progress (no recent save)Recovery:
# Check JARVIS briefing for last processing/jarvis-briefing# Check file registry for what was processedcat system/REGISTRY/file-registry.json# Check inbox for pending files/inbox# Reconstruct context and save/save
Issue: Multiple overlapping sessionsSolution:
# Review session historyls -lt logs/LIVE-SESSION/session-history/# Pick the correct sessioncat logs/LIVE-SESSION/session-history/[date].md# Copy to currentcp logs/LIVE-SESSION/session-history/[date].md logs/LIVE-SESSION/CURRENT-SESSION.md# Resume/resume
ls logs/LIVE-SESSION/session-history/cat logs/LIVE-SESSION/session-history/2026-03-06.md
Processing manifests:
# View specific pipeline runcat artifacts/processing/manifests/CG005-manifest.json# See all phases completed# Verify artifacts created# Check statistics
System operations:
# View audit log (JSONL format)tail -n 50 logs/AUDIT/audit.jsonl# Search for specific operationgrep "INGEST" logs/AUDIT/audit.jsonlgrep "EXTRACT_DNA" logs/AUDIT/audit.jsonl
Deliberation sessions:
# List conclave sessionsls logs/conclave/# View specific sessioncat logs/conclave/session-2026-03-06-commission.md# Shows:# - Full debate transcript# - Critic evaluation# - Devil's Advocate concerns# - Final synthesis