| name | get-task |
| description | Get details of a specific task by ID or name. Use when the user wants to view or look up a task. |
| allowed-tools | Bash, Read |
Get Task
Retrieve details of a specific task using the taskmd CLI.
Instructions
The user's query is in $ARGUMENTS (a task ID like 077 or a task name/keyword).
- Run
taskmd get $ARGUMENTS to look up the task
- If the task is not found, run
taskmd list to show available tasks so the user can identify the right one
- Once the task file is identified, read it with the
Read tool to show full details
- Present the task summary including: ID, title, status, priority, tags, and full description