I've tried several ways to work with multiple coding agents, including Paperclip and other agent setups. I kept looking for something simpler.

I wanted to give an agent a task, see what it was doing, and hand the result to another agent for review. I wanted to stay involved without constantly copying messages between sessions.

In the setups I tried, too much effort went into running the coordination itself. Agents re-read context, discussed who should take work, and posted updates for other agents to read. That used tokens before much coding happened.

I wanted coordination simple enough to handle with a shared task board.

So I built agent-board. I'm sharing it because someone else might be looking for the same small thing.