Categories
Developer Tools Productivity Automation AI Project Management Task Management Agent OrchestrationStars
Forks
Watchers
Developer links
Mission Control
With over 600 GitHub stars and a featured Show HN launch, Mission Control is the agent-first command center that replaces the chaos of manually shepherding AI agents with structured delegation, approval workflows, and autonomous execution. The Next.js 15 web UI delivers an Eisenhower priority matrix with drag-and-drop quadrants, a Kanban board tracking tasks through Not Started, In Progress, and Done columns, and a goal hierarchy with milestone progress bars — powered by shadcn/ui, Radix UI, and @dnd-kit. Six built-in agent roles — Researcher, Developer, Marketer, Business Analyst, Tester, and You — receive tasks through a token-optimized API compressing context by 92 percent to approximately 50 tokens versus 5,400 unfiltered. The autonomous daemon polls task queues on cron schedules, spawns Claude Code sessions via the official CLI, enforces concurrency limits, and auto-retries with loop detection that escalates to human decisions after three failures. Field Ops extends execution to 64 external services across 16 categories with working X, Ethereum with MetaMask signing, and Reddit adapters, protected by AES-256-GCM encrypted vault with scrypt key derivation, per-service and global spend limits, a circuit breaker, and three autonomy levels. All data lives in local JSON files with Zod validation and async-mutex locking ensuring safe concurrent writes, backed by 193 automated Vitest tests. Running on a dedicated VPS on RepoCloud with guaranteed CPU, RAM, and SSD, full root SSH access, and a browser serial console. AGPL-3.0 licensed.
Benefits
- Agent-First Task Delegation
- Assign tasks to six built-in AI agent roles or unlimited custom agents with unique instructions, skills injection, and multi-agent collaboration — agents pick up work, execute, and post reports automatically.
- Autonomous Background Execution
- The daemon process polls task queues on cron schedules, spawns Claude Code sessions, enforces concurrency limits, retries failures, and runs continuous missions that auto-dispatch across dependency chains.
- Financial Safety Controls
- Field Ops protects external actions with AES-256-GCM encrypted credentials, per-service and global spend limits, a master-password-protected circuit breaker, and three autonomy levels with approval workflows.
- Zero-Database Local Architecture
- All data lives in local JSON files with Zod schema validation and async-mutex locking for safe concurrent multi-agent writes — no cloud dependency, no vendor lock-in, no API keys leaked to third parties.
Features
- Eisenhower Priority Matrix
- Drag-and-drop tasks between Do, Schedule, Delegate, and Eliminate quadrants using @dnd-kit with ARIA live regions for screen reader accessibility.
- Token-Optimized API
- Filtered queries with sparse field selection compress agent context by 92 percent, delivering task payloads in approximately 50 tokens with pagination and metadata support.
- 64-Service Field Ops
- Pre-configured service catalog across 16 categories with working X, Ethereum, and Reddit adapters, dry run testing, and approval workflows for high-risk actions.
- Continuous Missions
- One-click project execution dispatches tasks automatically as predecessors complete, respecting dependency chains with loop detection that escalates after three agent failures.
- Session Resilience
- Agents that timeout or hit maximum turns automatically re-spawn continuation sessions, preserving progress in task notes and subtasks with configurable continuation limits.