name: list-tasks description: List tasks with optional filters. Use when the user wants to see their tasks. allowed-tools: Bash
List Tasks
List tasks using the taskmd CLI.
Instructions
The user's arguments are in $ARGUMENTS (e.g. --status pending, --format json, a directory path).
- Run
taskmd list $ARGUMENTS- If
$ARGUMENTSis empty, run:taskmd list - Common flags:
--status,--priority,--filter,--format,--sort,--scope,--phase - Filter examples:
--status pending,--priority high,--filter "priority>=medium" - Phase filtering:
taskmd list --phase core-cliortaskmd list --filter phase=core-cli - Use
taskmd phasesto see all configured phases with progress stats
- If
- Present the output to the user