project
Created: 2026-04-29
Updated: 2026-04-29

Sources:

crew-referencecrew-state
projectsLast updated 2026-04-29

Mission Control

Mission Control is the crew dashboard and HQ — a Next.js application giving Sofian a real-time view of The Ghost Squad's operations, tasks, and status.

Summary

Mission Control is the crew dashboard and HQ — a Next.js application giving Sofian a real-time view of The Ghost Squad's operations, tasks, and status.

Status

  • Phase: Building
  • Priority: High
  • Health: Core structure complete, real data from day one

Description

A Next.js dashboard displaying:

  • Agent status cards (online/offline, current task, queue depth)
  • Task board with state transitions
  • Project health indicators
  • Recent activity feed
  • Watchlist snapshot

Key Decisions

  • Real data only — No mock data, even during development
  • Native subagent execution — Blinky built the task system via sessions_spawn
  • Workspace file coordination — State lives in crew/state.json

Architecture

  • Next.js 14+ with App Router
  • Tailwind CSS for styling
  • Real-time updates via polling (WebSocket TBD)
  • Reads from crew/state.json and crew/inbox/

Relationships