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 249 stars 14 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
80
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

Data & Documents Solid

board

Visual task management dashboard. Terminal-based kanban board, tiled agent status view, and progress tracking. Shows all agents, their current tasks, budget consumption, and overall workspace health at a glance. Triggers on: "board", "dashboard", "kanban", "status board", "show agents"

171 Updated 1 months ago
Miosa-osa
Web & Frontend Solid

typeui-cli

Guide for agentic tools to use the typeui.sh CLI for generating, updating, listing, and pulling design system skill files.

952 Updated today
bergside
AI & Automation Featured

kiro-skill

Interactive feature development workflow from idea to implementation. Creates requirements (EARS format), design documents, and task lists. Triggers: "kiro", ".kiro/specs/", "feature spec", "需求文档", "设计文档", "实现计划".

1,427 Updated 1 months ago
feiskyer
AI & Automation Featured

beads

Dolt-powered issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction. Trigger with "create task", "what's ready", "track this work", "resume after compaction". Make sure to use this skill whenever managing multi-session work, tracking dependencies, or recovering context.

24,081 Updated today
gastownhall
AI & Automation Featured

jira-cli

Interact with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items.

522 Updated 3 weeks ago
Code-and-Sorts