kanban-tui
Terminal kanban boards with task dependencies and Jira sync
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install kanban-tui?โผ
Run `npx skills add Zaloog/kanban-tui --all -g -y` in your terminal to install this skill globally for your agent.
How to manage tasks from the terminal?โผ
Use commands like `ktui task create`, `ktui task list --json`, and `ktui task move` to create, view, and move tasks between board columns without opening a browser.
Can kanban-tui handle task dependencies?โผ
Yes. Add dependencies with the `--depends-on` flag, and the system blocks tasks from moving forward until their dependencies are finished, while preventing circular references.
Does kanban-tui work with Jira?โผ
Yes. It includes a Jira backend that connects via API key and pulls tasks using JQL queries, mapping columns to your Jira workflow transitions.
Can AI agents use kanban-tui automatically?โผ
Yes. Every command supports `--json` output and `--no-confirm` flags, and it can run as a local MCP server so agents manage boards and tasks programmatically.