Skip to Content
DocsReferenceCLI CommandsInfrastructureboard

Synopsis

aigon board [--list] [--features] [--research] [--active] [--all] [--inbox] [--backlog] [--done] [--no-actions]

Shortcuts

  • /ab (slash command) · aigon ab (CLI)

Description

Displays a terminal Kanban board showing features and research across lifecycle stages. This is the text-based equivalent of the Dashboard Pipeline — useful when you want a quick overview without opening a browser.

Views

Kanban view (default) — columns for each lifecycle stage:

┌─ INBOX (3) ──────┬─ BACKLOG (2) ─────┬─ IN-PROGRESS (1) ─┬─ DONE (12) ───────┐ │ │ │ │ │ │ dark-mode │ #42 dark-mode │ #43 auth-refactor │ #41 landing-page │ │ search-feature │ #44 api-cache │ cc ● implementing│ #40 ci-pipeline │ │ mobile-nav │ │ gg ● submitted │ #39 test-suite │ │ │ │ │ │ └───────────────────┴───────────────────┴────────────────────┴───────────────────┘

List view (--list) — compact table format:

ID Feature Stage Agent Status 43 auth-refactor in-progress cc implementing 43 auth-refactor in-progress gg submitted 42 dark-mode backlog — — 44 api-cache backlog — —

Flags

FlagDescription
--listShow list view instead of Kanban
--featuresFeatures only (exclude research)
--researchResearch only (exclude features)
--activeOnly in-progress and evaluation stages
--allInclude all stages (default excludes done/paused)
--inboxShow inbox items
--backlogShow backlog items
--doneShow completed items
--no-actionsHide action hints (cleaner output)

Usage

# Full Kanban board aigon board # Compact list of active work aigon board --list --active # Just features aigon board --features # Everything including done aigon board --all
Last updated on