Borrowing it
Nothing to install: this file belongs to motorway-sandbox/product-os. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/motorway-sandbox/product-os/main/.claude/commands/todo.mdgit clone --depth 1 https://github.com/motorway-sandbox/product-osWrote 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.
[](https://agentmods.dev/commands/motorway-sandbox/product-os/todo)<a href="https://agentmods.dev/commands/motorway-sandbox/product-os/todo"><img src="https://agentmods.dev/badge/commands/motorway-sandbox/product-os/todo/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/motorway-sandbox/product-os/todo"><img src="https://agentmods.dev/badge/commands/motorway-sandbox/product-os/todo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.03426 |
| Opus 5 | $0.00000 | $0.01713 |
| Sonnet 5 | $0.00000 | $0.00685 |
| Haiku 4.5 | $0.00000 | $0.00343 |
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.
How it starts
The opening of the file, as written. The whole thing — 273 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Todo List Generator
Extract action items from recent Granola meeting notes and update the PM's todo list.
Instructions
Step 0: Parse arguments
- The user provides arguments in the format:
$ARGUMENTS - Expected format:
{initials}, {first name}(e.g.CR, {YOUR_NAME}orJK, James) - If only initials are provided, ask for the PM's first name
- If no arguments are provided, check the auto-memory (MEMORY.md) for the user's initials and name before asking
- Use initials for file paths (e.g.
team/{initials}/todo_list.md) - Use first name when searching for action items assigned to the PM in meeting notes
Step 1: Housekeep the todo list
Before fetching meetings, run a lightweight housekeeping pass on team/{initials}/todo_list.md. This keeps the list clean between weekly reviews.
1a) Fix malformed rows
- Scan the main table for rows that don't match the expected 6-column format (
# | Action Item | Priority | Due Date | Source | Done) - For rows with missing columns: flag them in the terminal output as "Malformed items — please review" with the row content. Preserve them in the table rather than silently dropping them
- Fix minor Done-column typos (e.g.
x]→[x],[X]→[x])
1b) Archive completed and dropped items
- Move all
[x](completed) and[-](dropped) items from the main table to the Archive section at the bottom - Group under a week heading matching the format used by
/weekly-review(e.g.### Week of Mar 31) - If a heading for the current week already exists (from a previous
/todorun this week), append to it rather than creating a duplicate - Mark items as Done or Dropped in the archive table
- Don't prune old archive entries (that's the weekly review's job)
1c) Renumber items sequentially
- After removing archived items, renumber remaining open items starting from 1
- Eliminate letter suffixes (75a, 75b → sequential integers)
- Sort order: H first, then M, then L; within each priority, earliest due date first, TBD last
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.
- 5d ago First seen · 273 lines · 0 tokens per session scan A fadbbfd2acf7
todo is a command published in the GitHub repository motorway-sandbox/product-os (9 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,426 tokens. 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-09-04.
Other commands, from other repositories
standup
Quick daily standup from today's Claude Code sessions — grouped by project, with cost and errors.
fire-todos
Capture, list, and manage todos during work sessions.
gsd:resume-work
Resume work from previous session with full context restoration.
todo.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
ops
Weekly operations loop — triage the inquiry inbox, advance the CRM pipeline, sweep open PRs across repos, and surface the content plan. Loads the ops skill.
standup
A command that creates a daily stand-up report by summarizing recent work, planned tasks, calendar events, and blockers.