Skip to main content

Slash Commands

Mega Brain extends Claude Code with 40+ slash commands for knowledge management, agent orchestration, and pipeline processing.

Quick Reference

CommandAliasCategoryDescription
/jarvis-SystemActivate JARVIS orchestrator
/agents/aAgentsShow agent status and memory
/conclave-DeliberationMulti-agent council session
/inbox/iPipelineList pending files
/process-jarvis-PipelineRun 5-phase processing
/extract-knowledge-KnowledgeExtract insights from source
/create-agent-AgentsCreate new cargo agent
/save-SessionSave current session
/resume-SessionResume previous session

JARVIS (Orchestrator)

/jarvis

Activate the JARVIS meta-agent orchestrator. Syntax:
/jarvis [subcommand]
subcommand
string
Optional subcommand: status, resume, checkpoint, rollback, diagnose, log, decisions, suggest, pending, explain, pause, force, clear-pending
Behavior:
  • 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
Subcommands: Files:
  • /.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
Source: .claude/commands/jarvis.md:1-213

Agents

/agents

Show status of all agents and their memory freshness. Syntax:
/agents [--outdated | --knowledge "person" | --category CATEGORY]
--outdated
flag
List agents with memory not updated in 3+ days
--knowledge
string
Find agents with knowledge about specific person
--category
string
Filter by category: SALES, C-LEVEL, OPERATIONS, MARKETING
Output:
═══════════════════════════════════════
           AGENTS STATUS
═══════════════════════════════════════
🤖 AGENTES ATIVOS: 22

C-LEVEL:
  CRO      │ MEMORY: 2026-03-01 │ 12 pessoas
  CFO      │ MEMORY: 2026-02-28 │ 8 pessoas
  CMO      │ MEMORY: 2026-03-02 │ 15 pessoas
  COO      │ MEMORY: 2026-03-01 │ 10 pessoas

SALES:
  CLOSER   │ MEMORY: 2026-03-05 │ 25 pessoas
  BDR      │ MEMORY: 2026-03-04 │ 18 pessoas
  ...
Source: .claude/commands/agents.md:1-162

/create-agent

Create new cargo agent from detected role. Syntax:
/create-agent <role-name>
role-name
string
required
Name of the role (e.g., “ACCOUNT-EXECUTIVE”, “PRODUCT-MANAGER”)
Behavior:
  • 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
Source: .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:
/conclave "<decision or question>"
decision
string
required
Strategic decision or question to deliberate
Example:
/conclave "Should we change closer commission from 10% to 15%?"
/conclave "Invest R$500k in Q1 team expansion?"
Phases:
  1. Constitutional Foundation - Invoke core principles (Empiricism, Pareto, Inversion, Antifragility)
  2. Debate - Multi-agent discussion between relevant roles (CRO, CFO, etc.)
  3. Critic - Methodological quality assessment (score 0-100)
  4. Devil’s Advocate - Challenge assumptions, identify risks
  5. Synthesis - Unified recommendation with confidence score
Output:
═══════════════════════════════════════
DECISÃO RECOMENDADA: [recommendation]
CONFIANCA: 85%

RISCOS RESIDUAIS:
• Risk 1: Mitigation strategy
• Risk 2: Mitigation strategy

PRÓXIMOS PASSOS:
1. Action - Owner - Deadline
2. Action - Owner - Deadline
Anti-loop Rule: Council runs once per query. If confidence < 60%, escalates to human decision. Source: .claude/commands/conclave.md:1-197

/debate

Run debate between specific agents (without full council). Syntax:
/debate <agent1>,<agent2>[,<agent3>] "<topic>"
agents
string
required
Comma-separated agent IDs (e.g., “cro,cfo,cmo”)
topic
string
required
Topic or decision to debate
Example:
/debate cro,cfo "Reduce CAC by 30% in Q2"
Source: .claude/commands/debate.md:1-10

Pipeline Processing

/inbox

List files pending processing in inbox. Syntax:
/inbox [--all | --pending | --person "Name" | --organize [--execute]]
--all
flag
Show both processed and pending files
--pending
flag
Show only pending files (default)
--person
string
Filter by person name
--organize
flag
Auto-organize files into correct folders (dry-run)
--execute
flag
Execute auto-organization (requires —organize)
Auto-Organization:
  • Detects person from filename/content
  • Classifies content type (PODCASTS, COURSES, MASTERMINDS, etc.)
  • Standardizes naming (UPPERCASE, [youtube link])
  • Moves to {PERSON}/{TYPE}/ structure
Output:
═══════════════════════════════════════
           INBOX STATUS
═══════════════════════════════════════
📥 AGUARDANDO PROCESSAMENTO: 5

1. COLE-GORDON/PODCASTS/farm-system.txt
   ├─ Added: 2 days ago | ~5,400 words
   └─ Command: /process-jarvis "inbox/..."
Source: .claude/commands/inbox.md:1-297

/process-jarvis

Run 5-phase pipeline processing on source file. Syntax:
/process-jarvis "<file-path>"
file-path
string
required
Path to source file in inbox (e.g., “inbox/COLE-GORDON/PODCASTS/farm-system.txt”)
Phases:
  1. Chunking - Split into semantic chunks (500-1500 words)
  2. Entity Resolution - Normalize persons, themes, roles
  3. Insight Extraction - Extract DNA layers, frameworks, heuristics
  4. Narrative Synthesis - Create coherent narratives per person/theme
  5. Cascade - Update agent memories, dossiers, and knowledge base
Checkpoints:
  • Each phase creates checkpoint in /.claude/jarvis/CHECKPOINTS/
  • Auto-resume from last checkpoint on interruption
  • Rollback support via /jarvis rollback
Output Artifacts:
  • /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
Source: .claude/commands/process-jarvis.md:1-144

/ingest

Ingest new material (URL, file, or folder) into inbox. Syntax:
/ingest <source> [--type TYPE]
source
string
required
URL, file path, or folder path to ingest
--type
string
Content type: podcast, course, mastermind, blueprint, vsl, script
Supported Sources:
  • YouTube URLs (auto-transcription)
  • Google Drive files/folders
  • Local files (.txt, .md, .pdf, .docx)
  • Audio files (.mp3, .wav, .m4a)
Behavior:
  • Downloads/copies to inbox
  • Extracts transcriptions (audio/video)
  • Detects person and content type
  • Registers in INBOX-REGISTRY.md
Source: .claude/commands/ingest.md:1-4

/extract-knowledge

Extract insights from source and populate knowledge base. Syntax:
/extract-knowledge "<file-path>" [--mode MODE]
file-path
string
required
Path to source file or “auto” to use NARRATIVES-STATE.json
--mode
string
Extraction mode: legacy (direct from file) or narratives (from pipeline output)
Modes:
/extract-knowledge "inbox/source.txt"
# Reads raw file directly
# Extracts insights without pipeline
Extraction Categories:
  1. 01-ESTRUTURA-TIME - People structure, roles
  2. 02-PROCESSO-VENDAS - Selling process, techniques
  3. 03-CONTRATACAO - Hiring, onboarding
  4. 04-COMISSIONAMENTO - Compensation, commissions
  5. 05-METRICAS - Performance metrics
  6. 06-FUNIL-APLICACAO - Lead qualification, pipeline
  7. 07-PRICING - Pricing strategy
  8. 08-FERRAMENTAS - Tools, tech stack
  9. 09-GESTAO - Management practices
  10. 10-CULTURA-GAMIFICACAO - Culture, motivation
  11. 99-SECUNDARIO - Other insights
Output Structure:
/knowledge/SOURCES/{SOURCE-NAME}/{CATEGORY}/{topic}.md
Source: .claude/commands/extract-knowledge.md:1-508

Knowledge Management

/dossiers

View or update person/theme dossiers. Syntax:
/dossiers [--person "Name" | --theme "topic" | --list]
Source: .claude/commands/dossiers.md:1-6

/view-dna

View DNA structure for person or agent. Syntax:
/view-dna <person-or-agent-name> [--layer LAYER]
name
string
required
Person or agent name
--layer
string
Specific DNA layer: L1 (PHILOSOPHIES), L2 (MENTAL-MODELS), L3 (HEURISTICS), L4 (FRAMEWORKS), L5 (METHODOLOGIES)
DNA Layers:
  • 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
Source: .claude/commands/view-dna.md:1-8

Session Management

/save

Save current session state. Syntax:
/save [session-name]
session-name
string
Custom session name. If omitted, uses timestamp.
Saved State:
  • JARVIS state and context stack
  • Processing phase and position
  • Pending decisions and items
  • Conversation history
Location: /.claude/jarvis/SESSION-{timestamp}.md Source: .claude/commands/save.md:1-9

/resume

Resume previous session. Syntax:
/resume [session-id]
session-id
string
Specific session ID to resume. If omitted, resumes most recent.
Source: .claude/commands/resume.md:1-5

System Commands

/system-digest

Generate system health and metrics digest. Syntax:
/system-digest [--full]
--full
flag
Include detailed breakdown per agent and knowledge domain
Metrics:
  • 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
Source: .claude/commands/system-digest.md:1-8

/verify

Run 6-level verification protocol. Syntax:
/verify [--level LEVEL] [--fix]
--level
string
Specific level: L1 (syntax), L2 (schema), L3 (references), L4 (consistency), L5 (completeness), L6 (semantic)
--fix
flag
Auto-fix detected issues where possible
Verification Levels:
  1. L1: Syntax - File structure, YAML validity, JSON schemas
  2. L2: Schema - Compliance with core schemas
  3. L3: References - Foreign key integrity, broken links
  4. L4: Consistency - Cross-file consistency, entity canonicalization
  5. L5: Completeness - Required fields, minimum thresholds
  6. L6: Semantic - Logical coherence, narrative quality
Source: .claude/commands/verify.md:1-9

Notes

All slash commands are defined in .claude/commands/ and auto-indexed by skill_router.py.
Commands that modify state (create-agent, process-jarvis) create automatic backups in /.claude/jarvis/CHECKPOINTS/.

Build docs developers (and LLMs) love