Kanban board setup

The Tasks section in Ultrathink displays your tasks on a Kanban board, a visual layout where tasks are organised into columns that represent stages of your workflow. You can drag tasks between columns, reorder them within a column, and configure the board to match how you work.

This page covers the default board layout, how drag and drop works, column width options, and how tasks map to columns.

Accessing the Kanban board

  1. Click Tasks in the sidebar
  2. The Kanban board loads as the default view, showing all your tasks organised into columns

The board displays every entry with the entity type set to Task. Entries with other entity types (Knowledge, Project, Unclassified) do not appear on the board.

Default columns

Every new Ultrathink account comes with four default columns:

ColumnPurposeTypical use
BacklogTasks to do eventuallyCaptured tasks that have not been prioritised yet
To DoTasks planned for soonWork you intend to start in the near future
In ProgressCurrently working onActive tasks you are making progress on
DoneCompleted tasksFinished work

These columns represent a simple workflow that suits most use cases. You can rename, reorder, or add to them; see Custom columns for details.

How tasks enter the board

When an entry is classified as a task (either by AI auto-classification or by manually setting the entity type), it is placed in the Backlog column by default. From there, you move it through columns as you work on it.

Drag and drop

The Kanban board supports full drag and drop for organising your tasks.

Moving tasks between columns

  1. Click and hold a task card
  2. Drag it to the target column
  3. Release to drop it in place

When you move a task to a different column, its status updates automatically based on the column's status mapping. For example, dragging a task from To Do to In Progress changes its status to "In Progress".

Reordering within a column

  1. Click and hold a task card within its current column
  2. Drag it up or down to the desired position
  3. Release to set the new order

Your custom order is saved per column and persists across browser sessions. If you close and reopen Ultrathink, your tasks remain in the positions you set.

Drag and drop tips

  • You can drop a task at any position within a column, not just at the top or bottom
  • Dragging a task to an empty column places it as the only card in that column
  • If a column has many tasks, scroll within the column while dragging to reach cards further down

Column width options

Each column can be set to one of three widths to control how much horizontal space it takes on the board:

WidthBest for
NarrowColumns with fewer tasks or shorter titles
MediumGeneral-purpose width (the default)
WideColumns with many tasks or tasks with longer titles

To change a column's width:

  1. Go to Settings > Display > Kanban
  2. Find the column you want to resize
  3. Select the desired width from the width dropdown
  4. The board updates immediately

Mixing widths across columns lets you give more screen space to the columns you use most. For example, you might set In Progress to wide and Done to narrow.

How tasks map to columns

Each Kanban column has an associated task status. This mapping controls what happens to a task's status when you drag it into a column.

Default status mapping

ColumnMapped status
BacklogNot Started
To DoNot Started
In ProgressIn Progress
DoneDone

When you drag a task into a column, Ultrathink automatically sets the task's status to match the column's mapped status. This keeps the status field and the board position in sync without requiring you to update both manually.

Changing status from the detail panel

You can also change a task's status directly:

  1. Click on a task to open the detail panel
  2. Find the Status dropdown
  3. Select a new status

The task moves to the appropriate column on the board based on the status you selected. If multiple columns share the same status mapping (for example, Backlog and To Do both map to "Not Started"), the task stays in its current column unless you drag it.

Column settings

Beyond width, each column has additional settings you can configure:

SettingDescription
NameThe title displayed at the top of the column
ColourA colour indicator shown on the column header
IconAn optional emoji displayed next to the column name

All column settings are managed from Settings > Display > Kanban. Changes take effect immediately on the board.

Board layout recommendations

Here are a few approaches to setting up your board, depending on your workflow:

Simple personal workflow

Use the four default columns as they are. Move tasks left to right as you work through them. This works well for individual task management with a straightforward process.

Team-style workflow

Add columns for review or approval stages:

  • Backlog, To Do, In Progress, Review, QA, Done

Project-based workflow

Use custom columns to reflect your project phases:

  • Planning, Design, Development, Testing, Shipped

For instructions on adding and configuring custom columns, see Custom columns.

Next steps