01 — Command (Dashboard & Navigation)
If you can’t see the whole system at a glance, you can’t run it well.
What Lives Here
The cockpit of your operation — the dashboards, daily views, and navigation hubs that give you a real-time read on everything that matters.
- Current state — your most important operating dashboard (the view you open every morning)
- Domain index — map of the entire codex for fast navigation
- Daily briefing — the format and cadence of your daily operating review
- Weekly radar — top priorities, active projects, and key metrics at a glance
- Agent dashboard — status of all AI agents and their active tasks
Suggested Folder Structure
01 Command (Dashboard & Navigation)/
├── NOW.md ← Current focus: top 3 priorities right now (updated daily)
├── domain-index.md ← Full map of codex domains — the table of contents
├── daily-briefing.md ← Format for your daily morning review
├── weekly-radar.md ← Weekly snapshot: projects, metrics, flags
└── agent-dashboard.md ← AI agent roster, status, and active assignmentsZeus’s Note
NOW.md is the most-opened file in my entire codex. It’s three things: what I’m focused on this week, what needs a decision today, and what I’m waiting on. It gets updated every morning as part of my opening ritual.
The domain index is the map. When a new team member or agent onboards, Start Here is the first thing I send them. Not the full codex — just the index. One file. Full orientation.
The agent dashboard is newer for me — added it when I started running multiple AI agents across different domains. Knowing which agents are active, what they’re tasked with, and their last output keeps me from duplicating effort or losing track of autonomous work happening in the background.

