# Command Center

> The operator dashboard. One page showing everything that's running, what it
> costs, and what's paused. Auto-updated daily by its own cron.
> Part of the Dr Lead Flow AI Operations Playbook.

## Fleet Summary

| Metric | Value |
|---|---|
| Active agents | |
| Paused agents | |
| Est. total monthly cost | $ |
| Last auto-update | |

## Active Agents

| Agent | Channel | Frequency | Model | Est. cost/mo | Last run | Last QA result |
|---|---|---|---|---|---|---|
| | | | | | | |

## Paused Agents

| Agent | Paused since | Reason | Unpause requires |
|---|---|---|---|
| | | | |

## Connected Integrations

| Integration | Connector | Status | Agents using it |
|---|---|---|---|
| | | | |

## Resources

- [AI Headquarters (Notion)]()
- [Master Behavior Guide]()
- [SOP Template]()
- [Task Skill Template]()
- [Shared Source Skills Directory]()

---

## Auto-update cron spec

The Command Center is maintained by its own agent:

- **Frequency:** daily
- **Reads:** cron scheduler state, each agent's Run Log, economics sections
- **Writes:** the tables above (summary, active, paused, integrations)
- **QA Gate:** every active cron appears exactly once; totals match the sum of
  per-agent costs; timestamp updated
- New agents that pass Gate 4 are picked up automatically — no manual entry.
