get-task
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 $ARGUMENTSto look up the task - If the task is not found, run
taskmd listto show available tasks so the user can identify the right one - Once the task file is identified, read it with the
Readtool to show full details - Present the task summary including: ID, title, status, priority, tags, and full description
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.
21validate-tasks
Validate task files for format and convention errors. Use when the user wants to check their task files.
19