Skip to main content

Board and runs

Each project owns a durable board and run history. Cards are the stable objects that deterministic automation can inspect, route, skip, and audit.

Board state
Cards carry title, body, status, labels, owners, comments, and parent links.
Run actions
Manual or coordinator-selected runs attach execution to a card.
Audit history
Routing, monitor decisions, and lifecycle changes remain queryable.

Board model

CapabilityWhat it gives you
Durable cardsTitle, body, status, labels, assignees, comments, parent links, and history remain queryable.
Ready pickupThe visible Ready column is also the stored ready status, so code, MCP tools, and the UI all use the same word.
Runtime-owned progressIn Progress is owned by active or pending runs instead of manual drag-and-drop alone.
Audit trailRouting decisions and skipped dispatches are recorded instead of hidden in prompt text.
Semantic columnsAutomation follows backlog, ready, in_progress, review, done, or custom semantics, not display labels.

Relationship to Squad project boards

Upstream Squad treats labels as the state machine and GitHub Project boards as a read-mostly projection. Squadboard uses the same idea locally before work reaches GitHub: board state is durable, column semantics drive automation, and GitHub labels are only required when you enable GitHub sync.

Squad project-board conceptSquadboard behavior
go:no / backlogKeep in Backlog until the work is scoped enough to route.
go:needs-researchUse Consult, a Spike ceremony, or a custom research column before Ready.
go:yes and no squad:* assignmentMove to Ready; the coordinator can assign the best agent.
go:yes plus squad:{member}Ready card with an explicit assignee; Ralph-equivalent pickup can dispatch it.
Issue closed / PR mergedDone column or accepted output, optionally mirrored to GitHub.

For operating details, use Board and runs, Coordinator loops, and Squad integration.