Skip to main content

kanban

Kanban board for task management. Five columns, cycle-safe task dependencies, priority indicators and WIP limits, over a task store independent of GTD.

Version1.6.1
Marketplacemagus
Commands8
Subagents0
Skills0
MCP serverno
Hooksyes

Install

claudeup

Find kanban on the Plugins tab and turn it on. claudeup registers the magus marketplace if you do not have it, and installs what the plugin needs to actually run — binaries, MCP servers, CLI tools.

For a team, press s to save your plugins as a profile and commit it. Everyone else runs claudeup install — see Teams and profiles.

Prefer to do it by hand? Installing Magus has the manual path.

Commands

CommandWhat it does
/kanban:addAdd a new task directly to the kanban board. Usage: /kanban:add "title" [--status todo] [--priority high]
/kanban:blockAdd a blocking dependency between tasks. Usage: /kanban:block #id #blocker-id
/kanban:boardShow the kanban board. Usage: /kanban:board [--filter @context] [--project #id] [--compact]
/kanban:helpShow all kanban commands with descriptions and usage examples.
/kanban:listList tasks filtered by kanban criteria. Usage: /kanban:list [--status in-progress] [--blocked] [--ready] [--priority high]
/kanban:moveMove a task between kanban columns. Usage: /kanban:move #id
/kanban:showShow detailed task view with subtask progress, dependency chain, and status. Usage: /kanban:show #id
/kanban:unblockRemove a blocking dependency. Usage: /kanban:unblock #id [#blocker-id]

Hooks

This plugin installs hooks. They run automatically and are the usual first place to look if its behaviour stops firing.

Source

plugins/kanban/ on GitHub, including its full README.