> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/thiagofinch/mega-brain/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Mega Brain

> Transform expert materials into structured knowledge, playbooks, and AI agents

<img className="block" src="https://mintcdn.com/thiagofinch-mega-brain/r4cFfi3g-y6r2R4L/logo.png?fit=max&auto=format&n=r4cFfi3g-y6r2R4L&q=85&s=0ec48f4a4a3e2f1e4d5e7509340fce5e" alt="Mega Brain" style={{ maxWidth: '200px', margin: '0 auto 2rem' }} data-path="logo.png" />

# AI Knowledge Management System

Mega Brain is a Claude Code-powered system that ingests expert materials — videos, PDFs, transcriptions, podcasts, training courses — and transforms them into structured knowledge. It produces playbooks, DNA schemas, and AI agents that reason with traced evidence.

Built for solo entrepreneurs and small teams who want to operationalize the expertise they have accumulated across dozens of courses, mentors, and resources.

## Key Features

<CardGroup cols={2}>
  <Card title="Multi-Format Ingestion" icon="download">
    Ingest videos, PDFs, transcriptions, podcasts, and training courses from any source
  </Card>

  <Card title="5-Layer DNA Extraction" icon="dna">
    Extract structured knowledge across Philosophies, Mental Models, Heuristics, Frameworks, and Methodologies
  </Card>

  <Card title="Mind Clone Agents" icon="brain">
    Create AI agents that reason like specific experts, grounded in their actual materials
  </Card>

  <Card title="Multi-Agent Conclave" icon="users">
    Multi-agent deliberation sessions with evidence-based debate and structured output
  </Card>

  <Card title="JARVIS Orchestrator" icon="robot">
    Intelligent pipeline management with 20+ automation hooks for quality control
  </Card>

  <Card title="CLI-First Workflow" icon="terminal">
    Powerful slash commands for common operations with session persistence
  </Card>
</CardGroup>

## Quick Start

Get up and running in minutes:

<Steps>
  <Step title="Install Dependencies">
    ```bash theme={null}
    npm install
    ```
  </Step>

  <Step title="Run Setup">
    ```bash theme={null}
    npx mega-brain-ai setup
    ```
  </Step>

  <Step title="Configure API Keys">
    Fill in API keys when prompted (only `OPENAI_API_KEY` is required)
  </Step>

  <Step title="Check System Status">
    Open Claude Code and run:

    ```
    /jarvis-briefing
    ```
  </Step>
</Steps>

<Note>
  Setup auto-triggers on first use if `.env` is missing, so you can skip straight to step 2 if you prefer.
</Note>

## How It Works

Mega Brain transforms unstructured expert materials into actionable knowledge through a sophisticated pipeline:

1. **Ingest** — Import materials from any source (YouTube, PDFs, audio, text)
2. **Process** — JARVIS runs a 5-phase pipeline to extract structured knowledge
3. **Extract DNA** — Build cognitive profiles across 5 knowledge layers
4. **Create Agents** — Generate mind-clone agents or role-based cargo agents
5. **Deliberate** — Use the Conclave for multi-perspective decision-making

Every piece of extracted knowledge traces back to its source material with full provenance.

## What You'll Build

<CardGroup cols={2}>
  <Card title="Playbooks" icon="book">
    Structured, actionable guides synthesized from multiple expert sources
  </Card>

  <Card title="DNA Schemas" icon="sitemap">
    Complete cognitive profiles with philosophies, mental models, and frameworks
  </Card>

  <Card title="Mind Clones" icon="user-robot">
    AI agents that think and respond like specific experts
  </Card>

  <Card title="Knowledge Base" icon="database">
    Organized repository with full source traceability
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Installation Guide" icon="circle-down" href="/installation">
    Set up your environment and configure API keys
  </Card>

  <Card title="Quick Start Tutorial" icon="rocket" href="/quickstart">
    Ingest your first material and create a mind clone
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/concepts/architecture">
    Understand the architecture and knowledge pipeline
  </Card>

  <Card title="CLI Commands" icon="terminal" href="/commands/overview">
    Master the command-line interface and slash commands
  </Card>
</CardGroup>

## Community vs Pro

| Feature                      | Community (L1) | Pro (L2) |
| ---------------------------- | -------------- | -------- |
| CLI and setup wizard         | ✓              | ✓        |
| Core engine and templates    | ✓              | ✓        |
| Skills and hooks             | ✓              | ✓        |
| Agent templates and examples | ✓              | ✓        |
| Populated knowledge base     | —              | ✓        |
| Mind clone agents            | —              | ✓        |
| Pipeline processing          | —              | ✓        |
| Council / Conclave           | —              | ✓        |

<Card title="Learn More About Pro" icon="crown" href="/community/community-vs-pro">
  Explore the differences between Community and Pro editions
</Card>
