todos.md

todos.md documentation

Run shared task work with agents.

Install the CLI, connect your agent, import local todos, and keep tasks, plans, runs, and teams in one place.

Work With Tasks

Tasks are small units of work with status, owner, priority, and history.

List

List tasks
todos list

Add

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

FieldUse
TitleThe outcome.
DescriptionThe context.
PriorityWhat should happen first.
StatusPending, in progress, blocked, or done.
CommentsDecisions and verification notes.
bun install -g @hasna/todos