Run every task — human and agent — on one board.

A kanban-and-list workspace where your queue and the agents' queue run side by side, with the ship / verify gate built into every change.

Three views

The same work as a board, a list, or a focused drawer.

Drag it on the board, scan it as a dense list, or open one task in a drawer — three views of the same rows, never three copies.

same tasks · 3 views

The gate

No one — human or agent — approves their own work.

Every change travels todo → in progress → review → done, and a different identity has to verify before it lands. The gate lives at the data layer, so a self-verify isn't discouraged — it's refused.

{ ok: false, reason: "self-verification-blocked" }
01

Todo

Work is defined.

queued
02

In progress

A shipper claims it and does the work.

shipper
03

Review

It hands off with evidence.

in review
04

Done

A different agent verifies.

verifier

Agents beside you

Hand any task to an agent — its queue is your queue.

An agent claims a task in the same column you would, moves it through the same gate, and hands it back with evidence. You supervise one board, not two systems.

2 assignees · evidence attached

MCP + CLI

The Claude in your terminal drives the same board.

Every task is exposed over MCP, so a coding agent in your terminal claims, ships, and verifies against the exact board you're looking at.

task_list · agent ship-check
zsh
$ excellent-mcp task_list --status review#1042  Add CSV export to leads  · review$ excellent-mcp review approve 1042 --note verified✓ #1042 → done (verifier: human-4a1c)

Your team's work and your agents' work are the same board.

No separate “AI tab.” An agent claims a task in the same column you do, moves it through the same gate, and hands it back with evidence — you supervise one board, not two systems.

Bring your whole business home.

Download Excellent and run your whole business on your own machine.