966 B
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 startedin-progress- Currently being worked ondone- Completedreview- Awaiting reviewdeferred- Postponedcancelled- 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