Files
claude-task-master/assets/claude/commands/tm/list/list-tasks-by-status.md
2025-09-23 20:24:11 +02:00

966 B

List tasks filtered by a specific status.

Arguments: $ARGUMENTS

Parse the status from arguments and list only tasks matching that status.

Status Options

  • pending - Not yet started
  • in-progress - Currently being worked on
  • done - Completed
  • review - Awaiting review
  • deferred - Postponed
  • cancelled - Cancelled

Execution

Based on $ARGUMENTS, run:

task-master list --status=$ARGUMENTS

Enhanced Display

For the filtered results:

  • Group by priority within the status
  • Show time in current status
  • Highlight tasks approaching deadlines
  • Display blockers and dependencies
  • Suggest next actions for each status group

Intelligent Insights

Based on the status filter:

  • Pending: Show recommended start order
  • In-Progress: Display idle time warnings
  • Done: Show newly unblocked tasks
  • Review: Indicate review duration
  • Deferred: Show reactivation criteria
  • Cancelled: Display impact analysis