product-os: Command for Claude Code

.claude/commands/todo.md

todo is a command for Claude Code from motorway-sandbox/product-os. It costs 0 tokens per session (3,426 once invoked), scanned A, original, MIT.

A command that extracts action items from recent Granola meeting notes and updates a project manager's todo list. Granola is a meeting-notes tool.

In plain words
What is it for?
Use it to add meeting actions to the correct person's list, clean up malformed entries, and preserve details such as priority, due date, and source.
Why use it?
It reduces the manual work of finding assigned follow-up tasks and keeps the todo list maintained between reviews.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is motorway-sandbox/product-os's own configuration. It tells Claude Code how to work on product-os itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything product-os configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/motorway-sandbox/product-os/main/.claude/commands/todo.md
Clone the repo
git clone --depth 1 https://github.com/motorway-sandbox/product-os

Made for: Claude Code.

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/motorway-sandbox/product-os/todo/github.svg)](https://agentmods.dev/commands/motorway-sandbox/product-os/todo)
Your own site
<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.

agentmods 80×15 button for todo

Your own site · 80×15
<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>
Per session 0 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,426 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.03426
Opus 5 $0.00000 $0.01713
Sonnet 5 $0.00000 $0.00685
Haiku 4.5 $0.00000 $0.00343

Measured 5d ago against content hash fadbbfd2acf7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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.

.claude/commands/todo.md · 273 lines

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} or JK, 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 /todo run 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

Read the full file on GitHub · 273 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 · 273 lines · 0 tokens per session scan A fadbbfd2acf7

Subscribe to this mod's changes

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.