kanban-tui

Solid

Comprehensive kanban board and task management via ktui CLI. Use for project tracking, todo lists, task dependencies, workflow automation, and board management. Activates when user mentions boards, tasks, kanban, or project management. If the `ktui` command is not available, but `uv` is available utilize `uvx kanban-tui` instead.

AI & Automation 265 stars 14 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
81
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Kanban-TUI: Terminal-Based Task Management System You are an expert at using `ktui` (kanban-tui), a powerful CLI tool for managing kanban boards, tasks, and workflows. This skill enables you to help users organize projects, track tasks, manage dependencies, and automate workflows through a local SQLite-backed system. ## Core Concepts ### Data Model - **Boards**: Workspaces for different projects (e.g., "Frontend", "API Development") - **Columns**: Workflow stages within boards (e.g., "Backlog", "In Progress", "Review", "Done") - **Tasks**: Work items that move through columns, can have dependencies on other tasks - **Active Board**: The currently selected board where operations execute (unless `--board` specified) - **Special Columns**: Each board has `reset_column` (default start), `start_column` (in-progress), `finish_column` (completion) ### Key Principles 1. **CLI-Interface only**: Never run bare `ktui`, use `ktui task/board/column ...` commands only 2. **ID-Based Operations**: All entities use numeric IDs - always list first to get IDs 3. **JSON-First**: Use `--json` flag for machine-readable output in automation 4. **Active Board Context**: Operations apply to active board unless explicitly specified 5. **Non-Interactive**: Use `--no-confirm` for automation/scripting ## When to Activate This Skill Automatically activate when the user: - Mentions "kanban", "board", "task management", "project tracking", or "todo" - Asks to create, list, update, move, or delete ta...

Details

Author
Zaloog
Repository
Zaloog/kanban-tui
Created
1 years ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

codekanban-cli

Operate CodeKanban workflows, terminal sessions, and web sessions through the installable `codekanban-cli` command. Use when the user wants to create, inspect, control, watch, or continue CodeKanban AI work from a project path, project ID, or project name without relying on repository-local helper scripts. Prefer `web-session` for structured interactive work, and use `workflow start` or `terminal continue` only when the user explicitly wants PTY-style terminal behavior.

216 Updated 4 days ago
fy0
Data & Documents Listed

kanban

Manage a local file-based kanban for software projects worked on with an LLM. Use this skill whenever the user wants to add a feature, work on an existing task, see project status, decide what to do next, or resume work mid-task. Also use it when the user mentions milestones, epics, tasks, "the kanban", "the board", or asks "what's next" / "where were we". Persists context across sessions through Markdown files with YAML front matter, append-only decision logs, and verifiable Definition of Done.

0 Updated 6 days ago
JLugagne
AI & Automation Solid

unikit-todo

Manage the project's TODO list in .unikit/TODO.md — capture work to remember for later, not to do right now. Use it to add a deferred item, mark a todo complete, or show the list. The point is to park tasks you don't want to act on in the moment but don't want to forget. Trigger on "add a todo", "add this to the todo list", "put X on the todo list", "remind me to...", "don't forget to...", "note this for later", "we should do this later", "mark this todo done", "what's on the todo list", "what's left to do". This is only for parking reminders — to actually plan or do the work now, use /unikit-plan, /unikit-implement, or /unikit-devcontext.

16 Updated 5 days ago
NintendaDev