What it is
The team's daily driver. Tasks live in user-defined columns (To Do / In Progress / Done by default, but fully customisable) and stream in real time to every collaborator. Each task carries number, priority, labels, due date, checklist, and assignee — all synced live via WebSocket.
When to use it
- Tracking day-to-day work across the team — design, art, code, audio.
- Running sprints with a defined start/end and retrospective.
- Assigning tasks to specific teammates with priority and due dates.
- Working off a shared, real-time board across timezones.
How to use it
- 1Open the Sprints module first if you want sprint scoping; otherwise tasks live in the active sprint.
- 2Click "+ Add Task" in any column. Type a name, hit Enter.
- 3Drag a task between columns to update its status; the move syncs instantly to other collaborators.
- 4Click a task to open its sheet — priority, assignee, checklist, due date, blocked-by relationships.
- 5Filter the board with the search bar — matches name, label, or assignee.
Tips you should know
- →Task numbers are atomic — two simultaneous "Add task" clicks always get distinct numbers, no race.
- →Real-time updates use WebSocket; if the board ever looks stale, refresh — the tab may have lost its ticket and silently disconnected.
- →Auto-snapshot of the GDD fires when a sprint completes — gives you a free version-history bookmark per sprint.
- →The "Done" column matcher for outbound webhooks looks for column names containing "done" or "complete" — name yours accordingly if you fire webhooks.