todos.md
Are you an agent?

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, schedule, and history.

List

List tasks
todos list

Add

Add task
todos add "Fix production health check"
Scheduled task
platform-todos tasks add "Refresh release notes" --due 2026-05-22T09:00:00Z --start-after 2026-05-21T09:00:00Z --recurrence weekly --sla-minutes 120

Show

Show details
todos show <task-id>

Start

Start work
todos start <task-id>

Claim

Claim next ready task
platform-todos tasks claim --worker codex

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.
ScheduleDue date, delayed start, recurrence, and SLA window.
CommentsDecisions and verification notes.
bun install -g @hasna/todos