Surface
Dedicated task-board view for a project. Accessed via a project-level tab/toggle.
Layout
Four-column kanban with persistent left rail and bottom composer.
Top bar
- Thin header with Replit logo (leftmost).
- Project name:
Invoice Data Flow - Right:
π Search tasksβ¦field.
Left rail
β Main versionβ radio (selected).- Subtitle: "Invoice Data Flow" (project name again β this implies versioned agent runs; different versions can exist simultaneously).
+ New taskbutton with+ Corepill β feature is gated to Replit Core.
Bottom of left rail
β§ Filters(collapsible).β Close task boardβ dismiss the board view.
Main β kanban board
Four columns with count headers, each showing "No tasks" in this empty-state capture:
| Column | Count | Purpose (inferred) |
|---|---|---|
Drafts |
0 | User-composed, not yet dispatched |
Active |
0 | Agent currently working |
Ready |
0 | Complete, awaiting review |
Done |
0 | Closed / merged |
π
Task Board is how Replit productizes Replit - Parallel Agents. Each column maps to a lifecycle stage; tasks in Active imply concurrent agent work. This is the explicit UI for multi-agent orchestration. Anything.com has no equivalent.
The Drafts column is important: it lets humans plan tasks ahead and dispatch in batches. Different mental model than "type prompt β agent runs now." This is closer to a PM tool bolted onto an agent runtime.
Bottom composer
- Centered input box under the
Draftscolumn:Plan a new task⦠- Left:
+attach. - Right: circle submit button.
Pattern notes
- Agent Kanban β 4-lane state machine (Drafts β Active β Ready β Done).
- Versioned Agent Runs β "Main version" + radio implies multiple simultaneous versions of the same project can run agent tasks independently.
Components observed
| Component | Purpose |
|---|---|
| 4-column kanban | Task lifecycle |
| Column-header count | Per-lane cardinality |
| Radio-selectable version | Multi-version project state |
| "+ Core" pill badge on new task | Paywall indicator |
| Persistent bottom composer | Task creation always available |
| Empty-state "No tasks" | Per-column empty copy |
| Close task board button | Return to normal view |
Gating
+ New taskis Core-only. Free-tier users can see the board but not create tasks. Task Board itself may be Core-only too β this capture doesn't confirm.
Sources
- !TaskBoard.png