Files
claude-task-master/.claude/commands/tm/list/index.md
neno b9299c5af0 feat: Claude Code slash commands for Task Master (#774)
* Fix Cursor deeplink installation with copy-paste instructions (#723)

* fix: expand-task (#755)

* docs: Update o3 model price (#751)

* docs: Auto-update and format models.md

* docs: Auto-update and format models.md

* feat: Add Claude Code task master commands

Adds Task Master slash commands for Claude Code under /project:tm/ namespace

---------

Co-authored-by: Joe Danziger <joe@ticc.net>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: Volodymyr Zahorniak <7808206+zahorniak@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: neno-is-ooo <204701868+neno-is-ooo@users.noreply.github.com>
2025-06-21 20:48:20 +02:00

1.6 KiB

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 arguments contain "subtasks" → include subtasks
    • If arguments contain "tree" → hierarchical view
    • If arguments contain numbers → show specific tasks
    • If arguments contain "blocked" → show blocked tasks only
  2. Smart Combinations Examples of what I understand:

    • "pending high" → pending tasks with high priority
    • "done today" → tasks completed today
    • "blocked" → tasks with unmet dependencies
    • "1-5" → tasks 1 through 5
    • "subtasks tree" → hierarchical view with subtasks
  3. Execute Appropriate Query Based on parsed intent, run the most specific task-master command

  4. Enhanced Display

    • Group by relevant criteria
    • Show most important information first
    • Use visual indicators for quick scanning
    • Include relevant metrics
  5. Intelligent Suggestions Based on what you're viewing, suggest next actions:

    • Many pending? → Suggest priority order
    • Many blocked? → Show dependency resolution
    • Looking at specific tasks? → Show related tasks