Get started free
Fleet board

A board for the whole fleet, sorted by what needs you.

One agent is a chat window. Ten need a control surface: who is running, who is blocked, what each has changed and spent.

acme-shop · /agents
The intentic fleet board: an Attention lane with an agent asking a question and one blocked on a land conflict, an Active lane with three agents running, and a Finished lane where a completed agent offers Land now. Every card shows model, branch, tokens, cost and diff stats.
  • Attention, Active, Finished. The board sorts itself
  • every agent works on its own git worktree
  • Claude Code, Codex, Grok, Kimi, Gemini

Attention is a lane, not a notification

An agent that needs a decision stops and says so, with the reason on its card. A fleet of ten reads as a short list of things only you can do.

  • Question for you · Approval needed · Land conflict, each with the one action that clears it
  • Everything else keeps running while you answer

Every card carries the receipts

Model, branch, turns, tokens in and out, dollars spent, and the diff so far. No opening a transcript to find out where your money went.

The same fleet board on a phone: agent cards stacked in one column with model, branch, cost and diff stats.

Isolated by construction

Each agent gets its own git worktree off your base commit. They never write over each other, and nothing reaches your tree until you land it.

One base commit, one branch each
agent/checkout-stripe

its own worktree, its own checkout

agent/soft-deletes

its own worktree, its own checkout

agent/latency-p99

its own worktree, its own checkout

land, one at a time, after you have read the diff

untouched until you land, and still yours to amend or revert afterwards

Woken by events, not only by you

An automation starts an agent on a schedule or an event, as a fresh session with its own transcript. The nightly dependency audit arrived that way.

Push
GitHub · GitLab
Alert
Sentry
Payment
Stripe
Email
IMAP
Message
Discord
Schedule
cron
A fresh agent session

Its own transcript, its own worktree, the same review before anything lands.