Skip to main content
Auto-memory
Retell + Twilio
MCP ecosystem
Founder Pres.
Obsidian + QMD
Review pass
Claude / Codex
Convex
75K+ sold
SwiftUI CloudKit
Next.js + Vercel
1,350+ locations
Shopify
Session notes
Founder
MCP forks
<60s response
Operator chapters
QMD retrieval
121+ skills
Six figures raised
Founder office
back to grid
Projects2026

Mission Control

A private console for running a multi-agent system from one screen. Mission board, agent dispatch, terminal and session controls, a memory browser, GitHub sync, daily standup, gateway health, and release gates. Built on Next.js 16.

18
agent roster
7
mission-board stages
Parity
exit gate
Verified
release gate
§01The workLive system
Private · internal

An operator console for a multi-agent runtime.

The Mission Control dashboard in a live state: the agent online and healthy with 12 active sessions, 99.94% uptime, and a scheduler running 18 of 20 jobs; top-priority, active-risk-signal, and 92% branch-health tiles; a Recent Activity log of agent session events; a Mission Live Feed of routing, status, QA, and alert events; an Org Health roll-up with blocked cards, failed checks, and backlog by stage; and Operational Notes — all inside the command-center shell with its full left-hand navigation.
The workThe dashboard: agent status, active sessions, uptime, risk signals, scheduler and branch health, and an org-health roll-up on one screen.
§02The pipelineEnd-to-end flow
01

Intake

A request becomes a mission with type, priority, acceptance criteria, linked files, and an owner trail in one governed card.

Request -> mission
02

Dispatch

The chief-of-staff agent routes the mission to the right specialist lane and writes one mission artifact plus per-specialist handoff artifacts.

Routes to a lane
03

Execute

Sessions, terminal controls, gateway health, logs, and workspace files keep the run visible instead of inferred from raw output.

Sessions stay visible
04

Verify

Review, acknowledgement, QA events, workflow checks, and the release gate before a card is Done.

Review and gates
§03What I builtPieces that compound

Five parts: the shell, routing, the board, the gateway plane, and the reliability layer.

One shell, every surface.

Dashboard, ops cockpit, sessions, agents, terminals, kanban, timeline, standup, org health, knowledge, repos, files, QA loop, gateway, logs, org chart, settings, and memory viewer.

Dashboard -> memory viewer

A chief of staff routes the roster.

Each profile carries provider, model, status, role, and heartbeat config. Research, engineering, QA, ops, and content route to their own lanes; anything ambiguous goes back to the chief of staff.

Chief of Staff + specialist lanes

The board is a state machine.

Ideas, Backlog, Assigned, In Progress, Verification, Review, Done. Each card carries mission type, priority, assignees, acceptance criteria, linked files, GitHub metadata, verification and review status, outcome category, and event history.

Ideas -> Done · 7 stages

Gateway calls run server-side.

Server-side WebSocket RPC: endpoint probing, challenge/connect auth, signed device payloads, normalized errors, host allowlists. The browser sees health diagnostics, never the gateway token.

WebSocket RPC · token never in browser

Failure modes are wired in.

Redis-backed Kanban persistence, lock-protected proposal intake, idempotency fingerprints, retry timing, deterministic workflow errors, and degraded-but-available health when a gateway dependency is down.

Redis · idempotency · degraded health
§04StackEvery tool earns its line
Next.js 16 / FrameworkReact 19 / FrameworkTypeScript / LanguageTailwind / Stylingshadcn/ui / UITanStack Query / StateRedis / PersistenceGateway WS RPC / Runtime bridgednd-kit / KanbanMonaco / Workspace editorVitest / TestsVercel / Hosting
§05ArtifactsReceipts and public proof

The repo is private. Public-safe evidence only, no runtime URL, gateway token, workspace path, or customer data.

Mission Control repo

Private GitHub repo with the Next.js app, gateway bridge, mission board, agent roster, memory workspace, standup automation, QA loop, and readiness docs.

private · verified on GitHub
Parity matrix

Tracks acknowledgement gates, QA loop, terminal controls, memory, GitHub sync, standup automation, observability, shared context, and readiness gate completion.

internal evidence
Readiness checklist

Records route-load checks, gateway health checks, the release gate, UAT scripts, release signal, and backend-contract reliability evidence.

internal runbook