CLI Commands Overview
Mega Brain provides a comprehensive set of slash commands for managing your AI knowledge system. These commands run inside Claude Code and orchestrate the entire pipeline from content ingestion to multi-agent deliberation.Quick Reference
Setup
Configure API keys and dependencies
Ingest
Import materials from YouTube, PDFs, or local files
Process
Run the 8-phase knowledge extraction pipeline
Briefing
View system status and health metrics
Extract DNA
Generate cognitive DNA from expert materials
Conclave
Multi-agent decision framework
Save Session
Save and resume work context
Command Categories
System Management
Commands for initial setup and system monitoring:| Command | Purpose | Frequency |
|---|---|---|
/setup | Configure environment and API keys | Once (first run) |
/jarvis-briefing | System health and status | Daily |
Content Pipeline
Commands for ingesting and processing knowledge:| Command | Purpose | Typical Usage |
|---|---|---|
/ingest | Add new materials to inbox | Per video/document |
/process-jarvis | Transform raw content into structured knowledge | Per source |
/extract-dna | Generate cognitive DNA schemas | Per expert (3+ sources) |
AI Agents
Commands for working with AI agents:| Command | Purpose | Use Case |
|---|---|---|
/conclave | Multi-agent deliberation | Strategic decisions |
Session Management
Commands for preserving work context:Common Workflows
First-Time Setup
Processing New Content
Making Strategic Decisions
Command Syntax
All commands start with
/ and run inside Claude Code. They are NOT terminal commands.General Pattern
Examples
Environment Requirements
Required
- Claude Code (Max or Pro plan)
- Node.js >= 18.0.0
- Python >= 3.10
- OpenAI API Key (for Whisper transcription)
Recommended
- Voyage API Key (for semantic search)
- Google Drive credentials (for importing from Drive)
Getting Help
Each command includes built-in help:Next Steps
Setup Command
Start here: Configure your environment
Ingest Command
Add your first material
Architecture
Understand the system design
DNA Schema
Learn about the 5-layer knowledge model
