Query and interact with AI agents enriched with expert knowledge from your materials
Mega Brain creates AI agents that are automatically enriched with knowledge as you process materials. This guide shows you how to work with different agent types and get expert insights.
/ask closer "How do I handle the 'I need to think about it' objection?"
Response format:
──────────────────────────────────── CLOSER RESPONDS────────────────────────────────────"I need to think about it" is Layer 3 of theOnion of Blame (Cole Gordon framework).It's NOT the real objection - it's a smoke screen.USE THE PEEL-BACK:"I understand you want to think about it. AndI respect that. But just so I'm clear - whenpeople say they need to think about it, it'susually because ONE of three things:1. They're not 100% sure this will work for them2. The timing doesn't feel quite right3. The investment feels like a stretchWhich one of those is closest for you?"Then SHUT UP. Let them tell you the real objection.SOURCES:[chunk_CG001_067] Onion of Blame framework[chunk_CG002_034] Layer 3 = thinking objection[chunk_CG001_089] Peel-back techniqueCONFIDENCE: 0.87 (High)RELATED:- NEPQ framework for discovery- 7 Universal Closes
Expertise: Cold outreach, lead qualification, appointment setting
/ask bdr "What's a good cold call opening?"
Response:
Pattern Interrupt → Permission → Reason for Call"Hey [Name], this is [Your Name] with [Company].I know I'm calling out of the blue - did I catchyou at a bad time?"[Wait for response]"Great. The reason I'm calling is I work with[similar companies] who struggle with [specific problem].I'm not sure if that's relevant to you, but if itis, I'd love to ask you 2 quick questions to seeif it makes sense to chat further. Fair?"KEY PRINCIPLES:1. Don't pretend you know them2. Ask permission ("bad time?")3. Use social proof ("companies like yours")4. Name the problem, not your solution5. Low commitment ask ("2 questions")SOURCES:[chunk_CG001_023] Cold call framework[chunk_CG001_024] Permission-based approachCONFIDENCE: 0.82
Expertise: Team structure, metrics, hiring, coaching
/ask sales-manager "How do I know if I need more closers or better closers?"
Response:
Use Cole Gordon's diagnostic:IF close rate < 60%: → Problem: SKILL (need better closers/training) → Don't hire more yetIF close rate >= 60% AND pipeline full: → Problem: CAPACITY (need more closers) → Safe to scaleIF close rate >= 60% BUT pipeline not full: → Problem: LEAD GENERATION (need more leads) → Don't hire closers, fix top of funnelCURRENT BENCHMARKS:• Elite closers: 70%+ close rate• Good closers: 60-70%• Need coaching: 50-60%• Replace: <50%SOURCES:[chunk_CG001_045] 60% benchmark[chunk_CG002_078] Diagnostic frameworkCONFIDENCE: 0.91 (Very High)
Ask questions as if speaking directly to the expert:
/ask alex-hormozi "How should I think about pricing?"# Responds using:# - Value Equation framework# - Grand Slam Offer principles # - His specific philosophies# - Direct quotes from materials
☐ AGENT COVERAGE CHECK (Mandatory):1. Identify all themes in SOURCE_ID2. For each theme, lookup THEME_TO_AGENTS3. For each framework, lookup FRAMEWORK_TO_AGENTS4. List ALL agents that SHOULD receive content5. Verify grep -l "$SOURCE_ID" in each MEMORY-{agent}.md6. IF any agent missing SOURCE_ID: → LOG ERROR: "Agent Coverage Failed" → List expected vs. actual agents → EXIT with status: AGENT_COVERAGE_FAILED
Issue: Agent says “I don’t have knowledge about that”Solutions:
Check if agent has been enriched with relevant sources:
/agents --knowledge "[expert-name]"
Process more materials on that topic
Use a different agent (e.g., mind clone vs. cargo)
Issue: Response lacks sources/chunk_idsCauses:
Agent memory not properly updated
Pipeline didn’t complete Phase 7
Sources missing from MEMORY-.md
Fix:
# Reprocess materials to update agent memories/process-jarvis inbox/[person]/[file].txt
Issue: Agent is outdated (>3 days)
# Check which agents need updates/agents --outdated# Process new materials to refresh/process-jarvis [new-materials]
Issue: Want to create agent but below threshold
# Check current mentions/agents# Either:# 1. Process more materials mentioning that role# 2. Force creation (not recommended):/create-agent [ROLE] --force