do-task
Do Task
Look up a task and start working on it.
Instructions
The user's query is in $ARGUMENTS (a task ID like 077 or a task name/keyword).
More from driangle/taskmd
complete-task
Mark a task as completed. Use when the user wants to mark a task as done or complete.
26add-task
Create a new task file following the taskmd specification. Use when the user wants to add a new task to the project.
23import-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.
23next-task
Get the next recommended task to work on. Use when the user asks what to work on next or needs a task assignment.
22get-task
Get details of a specific task by ID or name. Use when the user wants to view or look up a task.
21verify-task
Run verification checks for a task and evaluate results. Use when the user wants to verify a task's acceptance criteria.
21