todo

todo is a command for coding agents from wenhaochai/claude-plugins. It costs 22 tokens per session (3,188 once invoked), scanned A, original, MIT.

A command for managing a project’s TODO.md file, a plain-text list of unfinished and completed work, and for showing today’s calendar. It understands natural-language requests to add, complete, delete, or update tasks.

In plain words
What is it for?
Read the project task list, add new work, mark tasks complete, remove tasks, update their status, and view today’s calendar.
Why use it?
It keeps task status, reminders, and dated progress notes in one consistent file, so you do not have to edit the format by hand.

Command

Part of the daily plugin — 2 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/wenhaochai/claude-plugins/todo
Clone the repo
git clone --depth 1 https://github.com/wenhaochai/claude-plugins

Or install daily, the plugin that ships this one along with the rest of its 2 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for todo

README.md
[![agentmods](https://agentmods.dev/badge/commands/wenhaochai/claude-plugins/todo.svg)](https://agentmods.dev/commands/wenhaochai/claude-plugins/todo)
Your own site
<a href="https://agentmods.dev/commands/wenhaochai/claude-plugins/todo"><img src="https://agentmods.dev/badge/commands/wenhaochai/claude-plugins/todo.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,188 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00022 $0.03188
Opus 5 $0.00011 $0.01594
Sonnet 5 $0.00004 $0.00638
Haiku 4.5 $0.00002 $0.00319

Measured 5d ago against content hash 2a22594cd943, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

todo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

daily/commands/todo.md · 229 lines

How it starts

The opening of the file, as written. The whole thing — 229 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manage ./TODO.md (project root by default). Supports read and write via a single command — the caller passes a natural-language description as $ARGUMENTS; branch on intent.

  • No arguments → read-only rendering (see "Read mode" below).
  • With arguments → infer intent (add / complete / delete / update) from the natural-language description and edit ./TODO.md accordingly (see "Write mode" below).

TODO.md format (authoritative)

Every item has live metadata (always-fresh one-liner + at most one next reminder) plus an append-at-top history log of dated progress entries in reverse chronological order.

Active item:

- [ ] Item title
  - 备注:one-line summary of current state + next action
  - 提醒:MM/DD/YYYY or 每天

  - MM/DD:latest update

  - MM/DD:earlier update

Completed item:

- [x] Item title
  - 备注:final-state one-liner
  - 完成:MM/DD/YYYY

  - MM/DD:history entry

Core rules:

  • Dates use MM/DD/YYYY.
  • Titles stay short; detail goes in - 备注: (live one-liner) and history entries.
  • - 备注: is live, not append-only. Rewrite it on every update so it reflects "current state + next action" in a single sentence. Old context is preserved by the history log below, not by stacking context inside 备注.
  • At most one - 提醒: per item, pointing to the next actionable date. When a reminder becomes moot (passed, superseded by newer info, no longer relevant), replace it with the next one — or delete it if nothing's pending. Never accumulate multiple 提醒 lines.
  • History entries (- MM/DD:...) go in reverse chronological order — newest directly under the metadata lines, older ones below, separated by blank lines. Never overwrite or reorder existing entries.
  • Preserve quoted content (emails, Slack messages, replies) with > blockquotes inside the relevant history entry.
  • No emphasis noise: avoid **bold**, ~~strikethrough~~, italics. Plain prose only.
  • Do not use a separate - 状态:... field — status folds into - 备注:.
  • Group items under ## <category> headers (e.g. 财务/报销, 工作/沟通, 生活/杂务, 每月固定, 每年固定). Pick the best fit; if none obvious, create a new one or put under ## 杂项.
  • If TODO.md does not exist, create it with a minimal header and the relevant category.

Read the full file on GitHub · 229 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 229 lines · 22 tokens per session scan A 2a22594cd943

Subscribe to this mod's changes

todo is a command published in the GitHub repository wenhaochai/claude-plugins (16 stars, last pushed 5d ago), licensed MIT. It adds 22 tokens to every session and 3,188 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.