dailyreport

dailyreport is a command for Claude Code from TheWayWithin/agent-11. It costs 33 tokens per session (9,444 once invoked), scanned A, original, MIT.

A command that turns the day's entries in `progress.md` into a progress report and a set of written updates, including social posts and an image brief.

In plain words
What is it for?
Use `/dailyreport` after recording the day's work to create the report, an X thread, a LinkedIn post, a WIP.co line, and image specifications.
Why use it?
It removes the need to rewrite the same work summary separately for each publishing format.

Command for Claude Code

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/thewaywithin/agent-11/dailyreport
Clone the repo
git clone --depth 1 https://github.com/TheWayWithin/agent-11

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 dailyreport

README.md
[![agentmods](https://agentmods.dev/badge/commands/thewaywithin/agent-11/dailyreport.svg)](https://agentmods.dev/commands/thewaywithin/agent-11/dailyreport)
Your own site
<a href="https://agentmods.dev/commands/thewaywithin/agent-11/dailyreport"><img src="https://agentmods.dev/badge/commands/thewaywithin/agent-11/dailyreport.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 9,444 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.1 $0.00033 $0.09444
Opus 5 $0.00016 $0.04722
Sonnet 5 $0.00007 $0.01889
Haiku 4.5 $0.00003 $0.00944

Measured today against content hash d721108a1215, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

dailyreport 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 today.

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/dailyreport.md · 775 lines

How it starts

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

/dailyreport Command

Turn today's work from progress.md into a structured daily report, then into a publishable package: a long-form post, an X thread, a LinkedIn post, a WIP.co line and the image specs. Voice-aligned, Claude-native, no API keys required.

/dailyreport is the progress-log counterpart to /blog. Where /blog takes any topic you want to write about, /dailyreport parses your structured changelog and narrates the day. Both commands share the same voice guide, the same package shape and the same publish handoff.

Canonical spec. When ~/shared/reference/content-standard.md is present on this machine, it is the source of truth for the package: the five outputs, the frontmatter, the social shapes and the publish handoff. This command implements it. Where this file deliberately differs, the divergence is marked DIVERGENCE and says why. Anything else that disagrees with the standard is a bug in this file, not a local exception (A11-ISS-29).

USAGE

/dailyreport

No arguments. Reads the current day's work from progress.md, creates or updates the daily report, regenerates the package.

WHAT IT DOES

First run of the day

Creates progress/YYYY-MM-DD.md capturing:

  • Completed milestones grouped by category (features, fixes, infrastructure, docs)
  • Issues encountered with root-cause analysis when available
  • Lessons learned and patterns noticed
  • Metrics when present in the source logs
  • Next steps for tomorrow

Then generates the publishable package from that report.

Subsequent runs the same day

Updates the existing progress/YYYY-MM-DD.md with new work added since the last run, then regenerates the package so it reflects the full day.

OUTPUT FILES

The raw daily report stays in the repo. It is project state, not content:

progress/
└── 2026-04-11.md            # Raw daily report (source of truth for the day)

The package is staged where the publish tool can reach it — five files, all in the same directory, because jpub finds companions beside the post:

Read the full file on GitHub · 775 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. today First seen · 775 lines · 33 tokens per session scan A d721108a1215

Subscribe to this mod's changes

dailyreport is a command published in the GitHub repository TheWayWithin/agent-11 (15 stars, last pushed 13d ago), licensed MIT. It adds 33 tokens to every session and 9,444 once invoked, about $0.0002 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-09-04.