SwarmGrid

AI agent swarm orchestrator for kanban boards
Poll your board. Launch Claude agents in tmux. Watch them work. Share sessions with your team. Scale from one agent to a swarm.
pip install swarmgrid
or: git clone https://github.com/starshipagentic/swarmgrid.git && cd swarmgrid && ./setup.sh

See it in action

The Progression

1
One agent solving a ticket
Drag a ticket to a trigger column. Claude picks it up and starts working.
2
A team of agents
Claude Opus 4.6 as team lead, coordinating specialised workers in parallel.
3
A squad of engineers
Each dev running their own constellation of agents. All visible in one Team view.
4
A swarm across your org
Multiple boards, multiple squads, one dashboard. Switch with a dropdown.

What it does

Heartbeat

Polls your kanban board every few minutes. When a ticket enters a trigger column, an agent launches automatically.

Routes

Map board columns to agentic slash commands. /solve for bugs, /migrate for DB changes, /prd2epic for planning. Configure from the UI.

Live Dashboard

Web UI with live board, terminal output streamed to your browser, session controls. Watch Claude work in real time.

Session Sharing

Share any tmux session with a teammate over SSH via upterm. One click, one link. Works across NAT, VPN, anywhere.

Team Visibility

See every ticket that went through the pipeline. Who has what, what status, when it moved. No standup needed.

Zero Infrastructure

No cloud. No Docker. No servers. Runs on your laptop with tmux, SSH, and SQLite. Just type swarmgrid.

The Stack

Python + FastAPI tmux Claude CLI upterm SQLite Jira API