← All commands
chimera kanban
Task board with worker lanes (backlog/doing/review/done).
Subcommands
chimera kanban add
Add a card to the backlog.
Arguments
TITLEstrrequired
Short card title.
Options
--action, -astr
Task text to run (defaults to title).
--lane, -lstrdefault: 'solve'
Who works it: solve | crew | the id of one of your agents (`chimera agents`).
--verifystr
Verify command for the solve lane (exit 0).
chimera kanban board
Show the board, column by column.
Options
This command takes no options.
chimera kanban learn
Turn recurring tasks (from the experience buffer) into backlog cards.
Uses the cron-learner's recurrence detector; each card is confirmed (or --yes), and
a task already on the board is skipped — so re-running is safe.
Options
--minintdefault: 3
Min repeats to turn into a card.
--lane, -lstrdefault: 'solve'
Lane for the created cards.
--yes, -yboolean
Add every card without prompting.
chimera kanban move
Move a card to another column.
Options
This command takes no options.
chimera kanban rm
Remove a card.
Arguments
CARD_IDstrrequired
Card id.
Options
This command takes no options.
chimera kanban run
Dispatch backlog cards through their lanes (solve/crew). Requires a key.
Options
--limit, -nint
Max backlog cards to dispatch.
--workspace, -wstrdefault: '.'
Workspace for the solve lane.
--model, -mstr
Override the model slug.