Slash Commands
Mega Brain extends Claude Code with 40+ slash commands for knowledge management, agent orchestration, and pipeline processing.Quick Reference
| Command | Alias | Category | Description |
|---|---|---|---|
/jarvis | - | System | Activate JARVIS orchestrator |
/agents | /a | Agents | Show agent status and memory |
/conclave | - | Deliberation | Multi-agent council session |
/inbox | /i | Pipeline | List pending files |
/process-jarvis | - | Pipeline | Run 5-phase processing |
/extract-knowledge | - | Knowledge | Extract insights from source |
/create-agent | - | Agents | Create new cargo agent |
/save | - | Session | Save current session |
/resume | - | Session | Resume previous session |
JARVIS (Orchestrator)
/jarvis
Activate the JARVIS meta-agent orchestrator. Syntax:Optional subcommand:
status, resume, checkpoint, rollback, diagnose, log, decisions, suggest, pending, explain, pause, force, clear-pending- Loads state from
/.claude/jarvis/STATE.json - Displays system status with visual timeline
- Auto-resumes if process in progress
- Provides context preservation and error recovery
/.claude/jarvis/STATE.json- Current state (never edit manually)/.claude/jarvis/CONTEXT-STACK.json- Context history (max 50)/.claude/jarvis/DECISIONS-LOG.md- All autonomous decisions/.claude/jarvis/PENDING.md- Items requiring resolution/.claude/jarvis/SESSION-*.md- Per-session logs
.claude/commands/jarvis.md:1-213
Agents
/agents
Show status of all agents and their memory freshness. Syntax:List agents with memory not updated in 3+ days
Find agents with knowledge about specific person
Filter by category:
SALES, C-LEVEL, OPERATIONS, MARKETING.claude/commands/agents.md:1-162
/create-agent
Create new cargo agent from detected role. Syntax:Name of the role (e.g., “ACCOUNT-EXECUTIVE”, “PRODUCT-MANAGER”)
- Checks role mention threshold (10+ weighted mentions)
- Generates agent files:
AGENT.md,SOUL.md,MEMORY.md - Updates
AGENT-INDEX.yaml - Assigns DNA from knowledge base
.claude/commands/create-agent.md:1-12
Conclave (Multi-Agent Deliberation)
/conclave
Run full council session with debate, critic, devil’s advocate, and synthesizer. Syntax:Strategic decision or question to deliberate
- Constitutional Foundation - Invoke core principles (Empiricism, Pareto, Inversion, Antifragility)
- Debate - Multi-agent discussion between relevant roles (CRO, CFO, etc.)
- Critic - Methodological quality assessment (score 0-100)
- Devil’s Advocate - Challenge assumptions, identify risks
- Synthesis - Unified recommendation with confidence score
.claude/commands/conclave.md:1-197
/debate
Run debate between specific agents (without full council). Syntax:Comma-separated agent IDs (e.g., “cro,cfo,cmo”)
Topic or decision to debate
.claude/commands/debate.md:1-10
Pipeline Processing
/inbox
List files pending processing in inbox. Syntax:Show both processed and pending files
Show only pending files (default)
Filter by person name
Auto-organize files into correct folders (dry-run)
Execute auto-organization (requires —organize)
- Detects person from filename/content
- Classifies content type (PODCASTS, COURSES, MASTERMINDS, etc.)
- Standardizes naming (UPPERCASE, [youtube link])
- Moves to
{PERSON}/{TYPE}/structure
.claude/commands/inbox.md:1-297
/process-jarvis
Run 5-phase pipeline processing on source file. Syntax:Path to source file in inbox (e.g., “inbox/COLE-GORDON/PODCASTS/farm-system.txt”)
- Chunking - Split into semantic chunks (500-1500 words)
- Entity Resolution - Normalize persons, themes, roles
- Insight Extraction - Extract DNA layers, frameworks, heuristics
- Narrative Synthesis - Create coherent narratives per person/theme
- Cascade - Update agent memories, dossiers, and knowledge base
- Each phase creates checkpoint in
/.claude/jarvis/CHECKPOINTS/ - Auto-resume from last checkpoint on interruption
- Rollback support via
/jarvis rollback
/processing/chunks/{source-id}.json- Chunks with metadata/processing/canonical/CANONICAL-MAP.json- Entity mappings/processing/insights/INSIGHTS-STATE.json- Extracted insights/processing/narratives/NARRATIVES-STATE.json- Synthesized narratives/knowledge/dossiers/persons/{person}.md- Updated dossiers/agents/{category}/{agent}/MEMORY.md- Updated agent memories
.claude/commands/process-jarvis.md:1-144
/ingest
Ingest new material (URL, file, or folder) into inbox. Syntax:URL, file path, or folder path to ingest
Content type:
podcast, course, mastermind, blueprint, vsl, script- YouTube URLs (auto-transcription)
- Google Drive files/folders
- Local files (.txt, .md, .pdf, .docx)
- Audio files (.mp3, .wav, .m4a)
- Downloads/copies to inbox
- Extracts transcriptions (audio/video)
- Detects person and content type
- Registers in
INBOX-REGISTRY.md
.claude/commands/ingest.md:1-4
/extract-knowledge
Extract insights from source and populate knowledge base. Syntax:Path to source file or “auto” to use NARRATIVES-STATE.json
Extraction mode:
legacy (direct from file) or narratives (from pipeline output)01-ESTRUTURA-TIME- People structure, roles02-PROCESSO-VENDAS- Selling process, techniques03-CONTRATACAO- Hiring, onboarding04-COMISSIONAMENTO- Compensation, commissions05-METRICAS- Performance metrics06-FUNIL-APLICACAO- Lead qualification, pipeline07-PRICING- Pricing strategy08-FERRAMENTAS- Tools, tech stack09-GESTAO- Management practices10-CULTURA-GAMIFICACAO- Culture, motivation99-SECUNDARIO- Other insights
.claude/commands/extract-knowledge.md:1-508
Knowledge Management
/dossiers
View or update person/theme dossiers. Syntax:.claude/commands/dossiers.md:1-6
/view-dna
View DNA structure for person or agent. Syntax:Person or agent name
Specific DNA layer:
L1 (PHILOSOPHIES), L2 (MENTAL-MODELS), L3 (HEURISTICS), L4 (FRAMEWORKS), L5 (METHODOLOGIES)- L1: PHILOSOPHIES - Core beliefs, worldview
- L2: MENTAL-MODELS - Thinking frameworks
- L3: HEURISTICS - Practical rules, shortcuts
- L4: FRAMEWORKS - Structured methodologies
- L5: METHODOLOGIES - Step-by-step implementations
.claude/commands/view-dna.md:1-8
Session Management
/save
Save current session state. Syntax:Custom session name. If omitted, uses timestamp.
- JARVIS state and context stack
- Processing phase and position
- Pending decisions and items
- Conversation history
/.claude/jarvis/SESSION-{timestamp}.md
Source: .claude/commands/save.md:1-9
/resume
Resume previous session. Syntax:Specific session ID to resume. If omitted, resumes most recent.
.claude/commands/resume.md:1-5
System Commands
/system-digest
Generate system health and metrics digest. Syntax:Include detailed breakdown per agent and knowledge domain
- Total agents: minds (5), cargo (14), conclave (3)
- Knowledge base: sources, dossiers, themes
- Pipeline status: processed files, pending items
- Agent memory freshness
- Recent errors and warnings
.claude/commands/system-digest.md:1-8
/verify
Run 6-level verification protocol. Syntax:Specific level:
L1 (syntax), L2 (schema), L3 (references), L4 (consistency), L5 (completeness), L6 (semantic)Auto-fix detected issues where possible
- L1: Syntax - File structure, YAML validity, JSON schemas
- L2: Schema - Compliance with core schemas
- L3: References - Foreign key integrity, broken links
- L4: Consistency - Cross-file consistency, entity canonicalization
- L5: Completeness - Required fields, minimum thresholds
- L6: Semantic - Logical coherence, narrative quality
.claude/commands/verify.md:1-9
Notes
All slash commands are defined in
.claude/commands/ and auto-indexed by skill_router.py.