Board
Route: /projects/:id/board
The central workspace. Kanban board with real-time collaboration, card detail drawer, bulk actions, and live Conjure integration. Move cards through 5 columns to trigger agents and automate work.
Overview
Board is a visual workflow engine. Each card represents an issue or work item. Move cards between columns to trigger agents, run automation, and collaborate with your team in real time.
Five columns represent issue lifecycle:
- Backlog — Not yet ready for work
- Ready — Prioritized and ready; moving here triggers agents
- In Progress — Actively being processed
- In Review — Complete; awaiting review or approval
- Done — Closed
Board Layout
Filter Bar
At the top, search and filter options:
- Search box — Find cards by title or description
- Label filter — Show only cards with specific labels
- Column customization — Show/hide columns, rename, set WIP limits
Kanban Columns
Five columns with card count and WIP indicator. Drag cards between columns to move them.
Each card shows:
- Title
- Assigned agent(s) or owner
- Labels
- Priority badge (if set)
- Run status (if currently executing)
- Updated time
Card Detail Drawer
Click any card to open the right-side detail panel. Closes on Escape or backdrop click.
Overview Tab
Full card context:
- Title and description
- Assigned column
- Labels and metadata
- Created/updated times
- Related cards or dependencies
- Attached files or context
Actions:
- Edit title/description
- Change labels
- Update priority
- Add comments
Runs Tab
Execution history for this card. Shows all agent runs triggered by moving to Ready.
Shows per run:
- Agent name
- Start time and duration
- Status (running, completed, failed)
- Token usage and cost
- Output summary
Actions:
- Click a run to open Live Run Viewer
- Retry failed run
- View full logs
Outputs Tab
Artifacts generated by this card's runs. Shows files, structured output, and any deliverables.
Organization:
- Grouped by run
- Grouped by artifact type
Actions:
- Download artifacts
- Copy output to clipboard
- Open artifact in new context
Flow Tab
How this card flows through your workflow. Shows:
- Agents involved (lineage)
- Dependencies and blocked cards
- Related ceremonies or rules
Visual representation of downstream impact.
Bulk Actions
Select multiple cards using checkboxes:
Selected card bar appears with:
- Count of selected cards
- Move to column — Batch move all selected cards
- Archive — Remove multiple cards at once
- Clear selection — Deselect all
Real-Time Collaboration
Presence indicators show team members currently viewing the board. Active presence cursors indicate who's selecting cards or reading detail.
Live conflict handling — If someone else moves a card while you're reading its detail, a toast notifies you and updates the view.
Realtime updates — All changes sync across connected clients instantly via WebSocket.
Conjure Integration
Floating FAB (bottom-right) opens Conjure directly from the board. Use to:
- Ask questions about cards
- Get suggestions on next steps
- Brainstorm approaches
- Open a card-in-context conversation
Conjure pre-loads the current board state and selected card (if any).
Actions
Move card
- Drag card between columns, or
- Click card, open detail drawer, change column dropdown
Create issue
- Click "+" in column header or "New card" button
- Enter issue title and optional description
- Card appears in Backlog by default
Customize columns
- Click column settings icon
- Rename columns
- Set WIP limits
- Hide/show columns
- Reorder columns
Search and filter
- Type in search box to find cards
- Click label badges to filter by label
- Search updates instantly
Bulk select
- Check checkbox on card to select
- Check column header checkbox to select all in column
- Check board header checkbox to select all visible
Open card detail
- Click card to open drawer
- Switch between tabs: Overview / Runs / Outputs / Flow
Archive cards
- Select one or more cards
- Click Archive in bulk action bar
- Cards move to archive (soft delete)
Configuration
Deep linking:
- Open board to a specific card:
?openIssue=CARD_ID - Open specific tab in detail drawer:
?openIssue=CARD_ID&tab=OVERVIEW|RUNS|OUTPUTS|FLOW
Display preferences:
- Column order persisted in user preferences
- WIP limits stored per project
- Filter and search not persisted (reset on reload)
Related
- Card Detail Drawer — View and edit issue details (4 tabs)
- Live Run Viewer — Monitor running agent executions
- Flow — See agent lineage and issue swimlanes
- Consult — Chat about cards and get suggestions
- Agents — View and customize agent routing