ZaloogZaloogCommunityยท1 Agent Skills Included

kanban-tui

Terminal kanban boards with task dependencies and Jira sync

Manages kanban boards, tasks, and workflow stages directly from the terminal or command line. Tracks task dependencies, due dates, and blockers so blocked work cannot move forward prematurely. Connects to SQLite, Jira, or Claude task files and exposes every command as JSON for automation. Eliminates manual project tracking across scattered spreadsheets and browser tabs.
npx skills add Zaloog/kanban-tui --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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.

Related Repositories in Product & Management

View All in Product & Managementโ†’