FundamentalsHow the Brain Works

How the Brain Works

A local-first vault, 83 skills, 7 agents, and a governance system that keeps you in control.

The Architecture

Agent0 has four layers. Each one builds on the last:

LayerWhat It DoesBuilt On
The VaultStores everything. Files, notes, captures, artifacts.Obsidian
SkillsDefine what the system can do. 83 reusable instructions.Claude Code
AgentsDecide when and how to act. 7 specialized team members.Claude Code
GovernanceKeeps you in control. Approval matrix and escalation rules.Vault files

Everything runs locally. Your vault is an Obsidian workspace on your machine, connected to Claude Code for AI capabilities. Files sync to GitHub for backup and cross-device access. No cloud database. No vendor lock-in. You own every file.

The Vault

The vault is an Obsidian workspace with a specific folder structure. Each folder has a clear purpose:

FolderPurpose
daily/Universal entry point. Brain dumps, captures, agent standups. The daily note IS the inbox.
ideas/Business concepts and app ideas. Only one idea can be active at a time.
tasks/Folder-based pipeline: backlog, ready-to-start, in-progress, waiting-for-review, done.
projects/Active work with status and next actions.
decisions/What was decided, why, and what changed. Your future self will thank you.
artifacts/Everything the system produces. Briefs, articles, page copy, plans.
knowledge-base/Reference material. TikTok digests, YouTube summaries, repo analyses.
personal/Life outside work. Family, investments, health, goals.
radar/External market signals. Competitor moves, pricing changes, emerging trends.

Every folder has a hub file that explains what belongs there, how content flows in and out, and which skills and agents touch it. The vault is self-documenting.

Skills

Skills are reusable instructions that tell the AI exactly how to perform a task. You invoke them with slash commands:

  • /daily to start your journal
  • /capture to process a link or video
  • /get-shit-done to execute approved tasks
  • /distribute to create platform-native content
  • /reflect to generate weekly and monthly reflections

There are 83 skills across 10 categories:

CategoryCountExamples
Workflows14daily, capture, sync, tldr, publish
Marketing27copywriting, page-cro, seo-audit, content-strategy
Thinking6trace, connect, challenge, drift
Tools10obsidian-markdown, vault-setup, defuddle
Meta7brainstorming, writing-plans, skill-evolution
+ 5 more19Sales, Dev, Reviews, Advertising, Services

Skills load on demand. Only 3 to 5 are active in any session based on what you are doing. This keeps the system fast and focused.

Agents

Seven specialized agents handle different domains. Each has its own personality, scoped skills, and rules about what it can and cannot do.

AgentRoleWhat They Handle
CortexChief of StaffCoordination, task routing, scheduling. Runs interactive and unattended.
LoomCreative DirectorCopy, content strategy, brand voice.
RadarHead of GrowthMarket signals, competitors, conversion optimization.
HippocampusHead of ResearchKnowledge capture, link processing, SEO.
SignalSocial Media DirectorPlatform-native content, distribution, scheduling.
SentinelOperations AnalystVault health, broken links, service monitoring.
AxonCode ReviewerImplementation review, code quality, verification.

Two agents also run on a schedule without you. Cortex handles inbound work: task proposals, nightly journal entries, reflections. Radar handles outbound work: repo monitoring and signal detection.

The Governance Layer

The governance system is what makes this safe. Every action is classified:

ClassificationExamples
Auto-executeDaily note processing, nightly journal entries, reflections, content drafts
Requires approvalTask execution, publishing to social media, skill modifications, external API calls

Four governance documents define the boundaries:

  • Approval Matrix defines what each agent can auto-execute vs. what needs your sign-off
  • Agent Permissions sets per-agent access and capability limits
  • Escalation Rules define when agents must stop and ask you
  • Rejection Log tracks patterns so agents learn what you do not want

How It All Connects

Here is the flow from brain dump to shipped output:

  1. You brain dump into the daily note
  2. The system extracts tasks, routes ideas, logs decisions, processes captures
  3. Agents analyze what you wrote and connect it to existing vault knowledge
  4. Tasks flow through the pipeline (backlog, approved, in-progress, done)
  5. Content gets drafted, reviewed, and published
  6. Everything syncs via git across all your devices

The vault is the memory. Skills are the capabilities. Agents are the team. Governance is the rulebook. Together, they form a second brain that actually works.