← ClaudeAtlas

kanban-tuilisted

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.
Zaloog/kanban-tui · ★ 251 · AI & Automation · score 84
Install: claude install-skill Zaloog/kanban-tui
# 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