ONE MIND CODEX

Human + AI = One Mind. This is the operating system.


1. Executive Summary

One Mind is an AI-native life operating system. Not a note-taking method. Not a productivity hack. A complete cognitive architecture where a human and their AI agents share a single, structured knowledge base — and act on it together.

Every prior framework — GTD, PARA, CODE, Zettelkasten — was designed for humans working alone. They assume you are the only reader, the only executor, the only reviewer. That assumption died the moment AI agents became capable of reading your notes, running your tasks, and reporting back.

One Mind starts where they stop:

  • Structured for AI — every document has machine-readable frontmatter, typed metadata, and progressive disclosure layers so agents can navigate without reading everything.
  • Execution built in — capture and organize are table stakes. One Mind includes direction, execution, and examination as first-class steps.
  • Feedback loops — weekly and monthly reviews are built into the method, not bolted on as afterthoughts.
  • Tool-agnostic — the vault is plain Markdown in folders. Obsidian today, whatever tomorrow. Your system outlives any app.

The result: a life OS that a human steers and AI agents execute against — together forming one mind.


2. The Vision

The Evolution of Personal Knowledge Systems

SystemYearPhilosophyAI RoleExecution
GTD (David Allen)2001”Mind like water” — capture everything, decide next actionsNoneHuman only
PARA (Tiago Forte)2017”Second brain” — organize by actionabilityNoneHuman only
CODE (Tiago Forte)2022Capture → Organize → Distill → ExpressNoneHuman only
One Mind (Zeus Delacruz)2025”Life OS” — human + AI cognitive architectureFirst-class participantHuman + AI agents

GTD gave us the capture habit. PARA gave us structure. CODE gave us a creative workflow. One Mind gives us an operating system — one that AI agents can read, navigate, and execute against alongside the human who built it.

Five Differentiators

1. AI-Native Architecture Every document has YAML frontmatter with ai_summary, typed tags, and status fields. Agents don’t need to read 10,000 words to understand your vault — they scan summaries, check types, and drill down only when needed.

2. Unified Life Model Four quadrants cover your entire existence — not just work, not just projects. Your health, your family, your business, and your infrastructure all live in one system with one schema.

3. Tool-Agnostic by Design Plain Markdown files in folders. No proprietary database. No vendor lock-in. Move between Obsidian, VS Code, Logseq, or raw vim — the system doesn’t care. Your operating system outlives any tool.

4. Solar-Punk Philosophy Build systems that compound. Design for resilience. Think in generations, not quarters. Technology serves human flourishing — not the other way around.

5. Generational Design The LE (Legacy Evolution) quadrant explicitly covers family, estate, and multi-generational planning. Your system should outlive you and serve those who come after.


3. The CODEX Method

Every piece of information flows through five stages:

  ┌─────────┐    ┌───────────┐    ┌────────┐    ┌─────────┐    ┌──────────┐
  │ CAPTURE │───▶│ ORGANIZE  │───▶│ DIRECT │───▶│ EXECUTE │───▶│ eXAMINE  │
  └─────────┘    └───────────┘    └────────┘    └─────────┘    └──────────┘
   Inbox, voice,   4 quadrants,    Prioritize,   Agents run     Weekly &
   quick capture   100 domains,    route to       tasks, skills  monthly
   from anywhere   frontmatter     human or AI    execute SOPs   reviews
                                                                    │
                                                                    │
                          ◀─────── feedback loop ──────────────────┘

How CODEX Compares

CapabilityGTDPARACODECODEX
Capture system
Organization framework
Covers entire life
AI can navigate
AI can execute
Built-in metrics
Feedback loops
Tool-agnostic

CODEX isn’t better at note-taking. It’s a different category — a life operating system with AI execution and built-in accountability.


4. The Four Quadrants

One Mind divides life into four quadrants, each spanning 25 domain numbers:

🧠 UI — Unified Intelligence (00–24)

The Brain. Technology, AI, infrastructure, architecture. Everything that powers the system itself.

This is where your AI agents live, your tools are documented, your infrastructure is mapped. If it’s about building and maintaining the machine — it’s UI.

Domains include: System Core, Security, AI Agents, Development, Data, Networking, Automation.

💪 HP — Holistic Performance (25–49)

The Self. Health, fitness, mental performance, skills, personal finance, learning.

Your body is the hardware. HP covers everything about maintaining and upgrading it — physical training, nutrition, mental health, skill acquisition, and personal wealth.

Domains include: Physical Training, Nutrition, Mental Health, Skills, Personal Finance, Relationships.

🏡 LE — Legacy Evolution (50–74)

The Family. Home, family, estate, agriculture, generational planning.

What you’re building that outlives you. Your home, your land, your family systems, your estate plan. The things measured in decades and generations, not sprints.

Domains include: Home, Property, Family, Agriculture, Estate Planning, Community.

👑 GE — Generational Entrepreneurship (75–99)

The Business. Ventures, revenue, marketing, partnerships, brand, wealth creation.

How you create and compound value in the world. Business strategy, marketing, sales, partnerships, IP, and the ventures that fund everything else.

Domains include: Strategy, Marketing, Sales, Partnerships, Products, Brand, Revenue.


5. Implementation

Vault Structure

your-codex/
├── _codex/                     ← System files (start here)
│   ├── INTERFACE.md            ← Navigation guide for humans and AI
│   ├── CONVENTIONS.md          ← Naming, tagging, and formatting rules
│   ├── system/                 ← Pinned context (always-loaded by agents)
│   ├── templates/              ← Document templates for every type
│   ├── profiles/               ← Review and performance profiles
│   └── skills/                 ← Agent skill definitions
├── 00-24 UI/                   ← 🧠 Unified Intelligence
├── 25-49 HP/                   ← 💪 Holistic Performance
├── 50-74 LE/                   ← 🏡 Legacy Evolution
├── 75-99 GE/                   ← 👑 Generational Entrepreneurship
├── ONEMIND-CODEX.md            ← This file (master document)
├── CODEX-FRAMEWORK.md          ← Deep-dive on the CODEX method
└── AGENTS.md                   ← Instructions for AI agents

Key Concepts

  • _codex/ — the system folder. Contains everything agents and humans need to understand and operate this vault.
  • _codex/system/ — pinned context files that agents load first. Contains the current state of quadrants, active priorities, and operational rules.
  • _codex/templates/ — standard templates for every document type (note, decision, SOP, project, person, review, etc.).
  • _codex/profiles/ — review cadences and performance profiles for weekly/monthly examination.
  • Frontmatter — every document has YAML frontmatter with title, type, status, tags, and ai_summary. This is how agents navigate without reading everything.
  • Progressive Disclosure — agents load context in layers: L0 (system/), L1 (ai_summary scan), L2 (full read), L3 (linked files).

6. Getting Started

For Humans

  1. Fork this vault — clone it, make it yours.
  2. Open in Obsidian — or any Markdown editor. Obsidian recommended for the best experience.
  3. Read _codex/INTERFACE.md — this is the navigation guide. Understand the structure before you start filling it.
  4. Start capturing — use templates from _codex/templates/. Don’t overthink organization — capture first, organize second.
  5. Pick one quadrant — don’t try to build all four at once. Start with the quadrant that has the most urgency in your life right now.
  6. Review weekly — the eXamine step isn’t optional. Use the review profile in _codex/profiles/ to stay accountable.

For AI Agents

  1. Read AGENTS.md — operating instructions for working in this vault.
  2. Load _codex/system/ — pinned context files. This is your ground truth.
  3. Scan ai_summary fields — don’t read everything. Scan summaries, drill down as needed.
  4. Follow templates — when creating documents, always use the template for that document type.
  5. Never create top-level folders — route uncertain content to the inbox.

The Philosophy

“The goal isn’t to remember everything. It’s to build a system that remembers for you, acts for you, and gets better every week.”

One Mind isn’t about perfect notes. It’s about building a cognitive operating system that compounds — where every document, every decision, and every review makes the whole system smarter. Human intelligence sets the direction. AI intelligence handles the execution. Together: One Mind.


Built by Zeus Delacruz. Fork it. Make it yours. Build your own One Mind.