This is a local-first Kanban board with an HTTP API designed specifically for coordinating multiple AI agents. One agent acts as Team Lead creating and assigning tasks, while Worker Agents poll via heartbeat (every 15m or whatever interval you set), pick up work, log progress, and mark things complete. Everything stores in JSON files, no database required. The repo includes a Next.js dashboard at localhost:8080 where you can watch your agents move tasks through backlog, todo, in progress, review, and done. It's built for OpenClaw's multi-agent mode but the API is generic enough to work with any setup that can make HTTP requests. If you're running more than one agent and tired of them stepping on each other, this gives them a shared task queue and audit trail.
npx skills add https://github.com/0xindiebruh/openclaw-mission-control-skill --skill openclaw-mission-control