From taskmaster
Lists tasks with intelligent argument parsing, supporting filters by status, priority, IDs, and special views like subtrees and blocked tasks.
How this command is triggered — by the user, by Claude, or both
Slash command
/taskmaster:list-tasksThe summary Claude sees in its command listing — used to decide when to auto-load this command
List tasks with intelligent argument parsing. Parse arguments to determine filters and display options: - Status: pending, in-progress, done, review, deferred, cancelled - Priority: high, medium, low (or priority:high) - Special: subtasks, tree, dependencies, blocked - IDs: Direct numbers (e.g., "1,3,5" or "1-5") - Complex: "pending high" = pending AND high priority Arguments: $ARGUMENTS Let me parse your request intelligently: 1. **Detect Filter Intent** - If arguments contain status keywords → filter by status - If arguments contain priority → filter by priority - If argument...
List tasks with intelligent argument parsing.
Parse arguments to determine filters and display options:
Arguments: $ARGUMENTS
Let me parse your request intelligently:
Detect Filter Intent
Smart Combinations Examples of what I understand:
Execute Appropriate Query Based on parsed intent, run the most specific task-master command
Enhanced Display
Intelligent Suggestions Based on what you're viewing, suggest next actions:
npx claudepluginhub eyaltoledano/claude-task-master --plugin taskmaster/listLists tasks from the tk task manager with optional filtering by status, tag, tree view, or output format.
/taskview-tasksShows tasks from a TaskView project. Resolves project/list IDs automatically, scopes to project or list, paginates, and displays a checklist of status, description, priority, deadline.
/tasksLists tasks with their state, ID prefix, subject, and owner. Optionally filter by state: pending, in_progress, completed, or deleted.