Work With Tasks
Tasks are small units of work with status, owner, priority, and history.
List
List tasks
todos listAdd
Add task
todos add "Fix production health check"Show
Show details
todos show <task-id>Start
Start work
todos start <task-id>Finish
Mark done
todos done <task-id>Good task shape
| Field | Use |
|---|---|
| Title | The outcome. |
| Description | The context. |
| Priority | What should happen first. |
| Status | Pending, in progress, blocked, or done. |
| Comments | Decisions and verification notes. |