How-To Guides
Step-by-step guides for common board operations
The ait board command launches an interactive terminal-based kanban board for managing your tasks visually. Built with Textual, it provides a full-featured TUI with columns, task cards, inline metadata editing, git integration, and keyboard-driven navigation.
The ait board kanban view with task cards organized into columns
ait board
The board reads all task files from aitasks/*.md and displays them as cards organized into kanban columns. On first launch, it creates a default configuration with three columns: Now, Next Week, and Backlog.
The board has four main areas from top to bottom:
a All │ g Git │ i Impl) and a Search box on the right. The view selector switches between task view modes; the search box filters tasks by text. Both start unfocused.Columns are displayed left to right. Each column has:
An Unsorted / Inbox column appears automatically on the left when there are tasks that haven’t been assigned to any column.
All navigation is keyboard-driven:
When you focus a card, it receives a double cyan border to indicate selection. The card also scrolls into view automatically.
Each task card displays a summary of the task information:
From top to bottom, a card shows:
The card’s border color indicates priority:
Press Enter on any focused card to open the task detail dialog. This modal shows the full task metadata, lock status, and markdown content. From here you can edit metadata, lock or unlock the task, pick it for implementation, and more. See How to Edit Task Metadata and How to Lock and Unlock Tasks for details.
If you work on tasks from multiple machines, the board can sync task data with a remote repository. Press s to sync manually, or enable automatic sync in the options dialog (O) so the board syncs on each auto-refresh. See How to Sync with Remote for details.
Next: Workflow Guides
Step-by-step guides for common board operations
Keyboard shortcuts, configuration, and technical details