List all tasks with optional status filtering. Use when user wants to see tasks, check project status, or get an overview.
Displays all project tasks with optional status filtering and hierarchical views.
/plugin marketplace add iheanyi/tasuku/plugin install iheanyi-tasuku-plugins-tasuku@iheanyi/tasukuDisplay all tasks in the project, optionally filtered by status.
Run the tk task list command to show all tasks:
tk task list # All tasks
tk task list --status ready # Only ready tasks
tk task list --status in_progress # Only in-progress tasks
tk task list --status blocked # Only blocked tasks
tk task list --status done # Only completed tasks
tk task list --tree # Hierarchical view with subtasks
tk task list --format json # Output as JSON
Tasks are displayed with:
[-] ready, [*] in_progress, [!] blocked, [x] done