product-os: Command for Claude Code

.claude/commands/daily-prep.md

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

A daily work-preparation command that reviews your calendar, open tasks, priorities, and meeting context, then saves the preparation and sends it to Telegram and Slack.

In plain words
What is it for?
Use it to plan the day, organise unfinished work, prepare for meetings, and identify time for high-priority tasks.
Why use it?
It brings scattered daily planning information together and highlights priorities, available focus time, and meeting preparation.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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/daily-prep.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 daily-prep

README.md
[![agentmods](https://agentmods.dev/badge/commands/motorway-sandbox/product-os/daily-prep/github.svg)](https://agentmods.dev/commands/motorway-sandbox/product-os/daily-prep)
Your own site
<a href="https://agentmods.dev/commands/motorway-sandbox/product-os/daily-prep"><img src="https://agentmods.dev/badge/commands/motorway-sandbox/product-os/daily-prep/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 daily-prep

Your own site · 80×15
<a href="https://agentmods.dev/commands/motorway-sandbox/product-os/daily-prep"><img src="https://agentmods.dev/badge/commands/motorway-sandbox/product-os/daily-prep.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,315 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.03315
Opus 5 $0.00000 $0.01657
Sonnet 5 $0.00000 $0.00663
Haiku 4.5 $0.00000 $0.00331

Measured 7d ago against content hash 5a55d8866cbd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

daily-prep 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 7d 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/daily-prep.md · 247 lines

How it starts

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

Daily Prep

Prep me for the day: review my calendar, prioritise my todo list, find focus time for high-priority work, and prep for each meeting. Save the output and deliver it to Telegram and Slack.

Instructions

Step 0: Identify the user

  • Check auto-memory (MEMORY.md) for the user's initials, name, direct reports, and manager
  • Set {initials} accordingly (e.g. CR)

Step 1: Gather inputs (parallelise all of these)

  1. Todo list — Read team/{initials}/todo_list.md

    • Extract ALL open (not done) items from the main table
    • Note priority (H/M/L), due date, and whether overdue
    • Also extract "Waiting on Others" items
  2. Calendar — Use mcp__claude_ai_Google_Calendar__gcal_list_events to get all events for today

    • Set condenseEventDetails: false — you need the full attendee list to filter by meeting size
    • If Calendar MCP is unavailable, fall back to reading 1:1 context files for known recurring meetings
  3. Current priorities — Read context/current-priorities.md for squad RAG statuses and initiative updates

  4. Agent state files — Read the following files if they exist (skip silently if missing):

    • team/{initials}/agents/cos.md — extract overdue follow-ups (Active items with status "chasing" where follow-up date is past by >3 working days), extract watch list items relevant to today or this week
    • team/{initials}/agents/analyst.md — extract Active items (metric anomalies being watched), Segment health flags, any Experiments concluding this week
    • team/{initials}/agents/uxr.md — extract Active items (converging themes), any signals relevant to today's meetings
    • team/{initials}/agents/coach.md — extract Development tracker ratings and trends, Review compliance (flag any overdue reviews), Active items (operating themes)
    • team/{initials}/agents/manager.md — extract PM tracker (per-PM three-pillar status), Active items (flags needing attention), any overdue Q1 reviews or Q2 goals
    • team/{initials}/agents/strategist.md — extract Active items (open commitments to leadership), Exec feedback tracker, any approaching deadlines
    • team/{initials}/agents/product-manager.md — extract Active investigations (what's being investigated and at what phase), Experiment pipeline (what's running), any blocked items or open threads
    • For each agent, note the "Last refreshed" timestamp — if stale (>48 hours on a working day), flag it in the brief

Read the full file on GitHub · 247 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. 7d ago First seen · 247 lines · 0 tokens per session scan A 5a55d8866cbd

Subscribe to this mod's changes

daily-prep is a command published in the GitHub repository motorway-sandbox/product-os (10 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,315 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.