Skip to main content

Panopticon CLI

“The Panopticon had six sides, one for each of the Founders of Gallifrey…” — Classic Doctor Who. The Panopticon was the great hall at the heart of the Time Lord Citadel, where all could be observed. We liked the metaphor.
Spawn AI agents from a dashboard. Route tasks to the right model. Review, test, and merge automatically. Panopticon Kanban Board

Why Panopticon?

  • Stop babysitting agents. Spawn them from a dashboard, monitor progress in real time, and let specialists handle code review, testing, and merging.
  • Use the right model for the job. Opus for planning, Sonnet for implementation, Haiku for quick commands — automatic routing based on task type and required capabilities.
  • Work survives across sessions. PRDs, state files, beads, and skills persist context so agents don’t start from zero every time.
  • One skill format, every tool. Write a SKILL.md once and it works across Claude Code, Codex, Cursor, and Gemini CLI.

How It Works

Create a workspace, and Panopticon handles the rest: planning with Opus, implementation with your configured model, automated code review, test execution, and merge — the only manual step is clicking MERGE when you’re satisfied.

Key Features

FeatureDescription
Multi-Agent OrchestrationSpawn and manage AI agents in tmux sessions via dashboard or CLI
Cloister Lifecycle ManagerAutomatic model routing, stuck detection, cost tracking, and specialist handoffs
Mission Control11-view dashboard — project tree, activity feed, kanban board, agent status, costs, metrics, and more
PRD-Driven WorkflowOpus writes a PRD before implementation starts; agents are blocked without one
67+ Universal SkillsPre-built skills ship out of the box, synced via pan sync — one SKILL.md works across all AI tools
Multi-Tracker SupportGitHub Issues, Linear, GitLab, Jira, Rally — all from one dashboard
Multi-Model RoutingAnthropic, OpenAI, Google, Kimi, Zhipu — route by task type, capability, and budget
WorkspacesGit worktree-based feature branches with Docker isolation (local and remote via exe.dev)
ConvoysRun parallel agents on related issues with automatic synthesis
SpecialistsDedicated review, test, and merge agents — fully automated quality pipeline
BeadsGit-backed task tracking that survives context compaction and works offline
Cost TrackingPer-issue, per-stage token costs with dashboard analytics
Legacy Codebase SupportAI self-monitoring skills that learn your codebase conventions over time

Supported Tools

ToolSupport
Claude CodeFull support — agent runtime, hooks, skills
CodexSkills sync
CursorSkills sync
Gemini CLISkills sync
Google AntigravitySkills sync

Dashboard Views

The dashboard at https://pan.localhost provides 11 views:
ViewPurpose
Mission ControlProject tree + activity timeline — see the full pipeline for any feature
BoardKanban board with cost badges, agent status, and workspace controls
AgentsCloister Deacon, specialist agents, and issue agents with token/cost tracking
ConvoysParallel agent runs with synthesis status
HandoffsSpecialist handoff queue and history
ActivityReal-time agent command output log
MetricsRuntime comparison and performance analytics
CostsPer-issue, per-stage cost breakdown with daily totals
SkillsAll available skills with descriptions and sync status
HealthSystem health checks and diagnostics
SettingsModel routing, tracker API keys, and project configuration
Mission Control

Quick Start

npm install -g panopticon-cli && pan install && pan sync && pan up
Dashboard runs at https://pan.localhost (or http://localhost:3011 if you skip HTTPS setup).

Learn More