list-tasks
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
More from driangle/taskmd
complete-task
Mark a task as completed. Use when the user wants to mark a task as done or complete.
25do-task
Look up a task by ID or name and start working on it. Use when the user wants to pick up and execute a task.
24add-task
Create a new task file following the taskmd specification. Use when the user wants to add a new task to the project.
22import-todos
Discover TODO/FIXME comments in the codebase and convert selected ones into task files. Use when the user wants to turn code TODOs into tracked tasks.
22next-task
Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment.
21get-task
Get details of a specific task by ID or name. Use when the user wants to view or look up a task.
20