AI Command Center
Parallel AI task dispatch for Claude Code
The Problem
Claude Code runs one conversation at a time. If you need deep research, code generation, and planning done in parallel, you're stuck doing them sequentially — or juggling multiple terminal tabs and managing them yourself. I wanted something that felt more like a command center: fire off tasks, watch them run, pull results when they're ready.
What It Does
Background Task Dispatch
Fire off AI tasks as separate processes. They run in the background while you keep working — no waiting, no context switching.
Live Status Tracking
A tmux status pane shows task state in real time — spinning for running, green check for done, magenta clock for timed out.
Time Budgets & Clean Cancellation
Tasks auto-stop after 30 minutes (configurable up to 60) with partial output saved. Cancel anytime — subprocesses are killed cleanly.
Multi-Provider Support
Route tasks to Claude Code, Claude API, OpenAI, or Ollama depending on what the job needs.
Built With
Screenshots and demo coming soon.