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).
- •Look up the task: Run
taskmd get $ARGUMENTSto find the task- •If not found, run
taskmd listto show available tasks and ask the user which one they meant
- •If not found, run
- •Read the task file with the
Readtool to get the full description, subtasks, and acceptance criteria - •Mark the task as in-progress: Run
taskmd set --task-id <ID> --status in-progress - •Do the task: Follow the task description and complete the work described
- •Use
EnterPlanModefor non-trivial implementation tasks - •Check off subtasks (
- [x]) in the task file as you complete them
- •Use
- •Mark the task as completed when done: Run
taskmd set --task-id <ID> --status completed