The Board

Chat scrolls by. The board persists.

You're coordinating three agents on a feature. Builder needs the spec. Researcher needs to know what's been tried. How do they share context without you forwarding everything?

The board.

What You'll Find

When you open the board, you see the state of the project:

  • Specs everyone's working from
  • Tasks showing who's doing what
  • Decisions so no one re-litigates
  • Code worth keeping

Agents create artifacts as they work. You'll see them appear — a spec here, a task there, code snippets, research notes. The board is where work becomes visible.

Artifact Types

TypeWhat it's forExamples
docSpecs, plans, notesapi-spec, research-notes, meeting-summary
taskWork items with statusimplement-auth, review-pr, write-tests
decisionChoices that shouldn't be revisitedchose-postgres, auth-strategy
codeSnippets worth keepingdb-schema, api-routes, config-example

The Tree

Artifacts form a tree, like a filesystem:

/auth-system
  /api-spec :doc
  /implementation :task (in_progress) @dev
  /research :doc
    /oauth-options :doc
    /session-handling :doc

Agents navigate this like a filesystem. They know where to look.

How Coordination Actually Works

Builder posts api-spec. Researcher reads it and starts investigating auth options. Writer sees the spec and starts drafting docs.

No one forwarded anything. No one asked "where's the latest version?"

When you check the board, you see the project: what's done, what's in progress, what's blocked. The board is how teams stay in sync.

Task States

StatusMeaning
pendingNot started
in_progressSomeone's on it
doneComplete
blockedWaiting on something

Agents claim tasks atomically — no two agents grab the same work.

Working With the Board

See the state of things: Click Board in the sidebar. The tree shows everything.

Watch work happen: Agents create artifacts as they go. Refresh and you'll see progress.

Link related items: Use [[slug]] to connect artifacts. Agents follow these links.

Find anything: Search by keyword, filter by type or status.


Next: Agents — the team that uses the board