From taskmaster
Lists tasks filtered by intelligently parsed natural language arguments for status, priority, IDs, subtasks, tree view, blocked status, and combinations like 'pending high' or '1-5'.
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 all tasks with optional filtering by status or tag, tree view, or JSON format. Displays status symbols, task ID, description, and blockers.
/tasksLists tasks with id-prefix, state, subject, and owner in a table. Filters by state (pending, in_progress, completed, deleted) if provided; notes if no results.
/tasksLists all orchestrator tasks with status, agents, dependencies, grouped by status and epic. Shows totals, markdown tables, dependency graph. Supports filtered views like blocked or frontend tasks.