cadence-reporter

cadence-reporter is an agent for Claude Code from daddia/claude-for-strategy. It costs 44 tokens per session (715 once invoked), scanned A, original, MIT.

A reporting assistant that collects performance data for a defined period and drafts a narrative for people to review.

In plain words
What is it for?
Use it for weekly, monthly, or quarterly performance reports based on tracker data and connected Honeycomb telemetry.
Why use it?
It reduces the work of gathering figures and turning them into a regular progress update, while flagging missing data.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

Part of the performance plugin — 4 skills, 2 agents shipped together

Good fit Use it for weekly, monthly, or quarterly performance reports based on tracker data and connected Honeycomb telemetry.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/daddia/claude-for-strategy/cadence-reporter
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.

Clone the repo
git clone --depth 1 https://github.com/daddia/claude-for-strategy

Made for: Claude Code.

Or install performance, the plugin that ships this one along with the rest of its 4 skills, 2 agents.

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 cadence-reporter

README.md
[![agentmods](https://agentmods.dev/badge/agents/daddia/claude-for-strategy/cadence-reporter/github.svg)](https://agentmods.dev/agents/daddia/claude-for-strategy/cadence-reporter)
Your own site
<a href="https://agentmods.dev/agents/daddia/claude-for-strategy/cadence-reporter"><img src="https://agentmods.dev/badge/agents/daddia/claude-for-strategy/cadence-reporter/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 cadence-reporter

Your own site · 80×15
<a href="https://agentmods.dev/agents/daddia/claude-for-strategy/cadence-reporter"><img src="https://agentmods.dev/badge/agents/daddia/claude-for-strategy/cadence-reporter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 715 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.00044 $0.00715
Opus 5 $0.00022 $0.00358
Sonnet 5 $0.00009 $0.00143
Haiku 4.5 $0.00004 $0.00072

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

Security

Grade A, and why

cadence-reporter 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 8d 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.

performance/agents/cadence-reporter.md · 54 lines

How it starts

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

Cadence Reporter

Runs monthly by default (09:00 on the 1st) — override the schedule to match the reporting cadence recorded in the practice profile (~/.claude/plugins/config/claude-for-strategy/performance/CLAUDE.md) if it differs (e.g. weekly Monday, quarterly on the 1st of Jan/Apr/Jul/Oct).

What it does

  1. Reads the practice profile for reporting cadence, audience, North Star metric(s), metric taxonomy, and where period data lives (tracker path, ~~spreadsheet, ~~observability).

  2. Determines whether today is a reporting day for the recorded cadence. When the schedule fires on a non-reporting day (because the cron is a default), exit quietly — no post, no file. When today matches the cadence, proceed.

  3. Gathers period metrics for the reporting window just closed:

    • Manually-logged metrics from the tracker (~~spreadsheet or profile path)
    • Product-telemetry metrics from Honeycomb via the Honeycomb MCP (~~observability) when wired — same sourcing rules as KPI Breach Watcher
    • Flag any metric that could not be retrieved; do not invent values
  4. Drafts the period narrative using the same output shape as /performance:performance-narrative (Board Narrative Writer):

    DRAFT FOR HUMAN REVIEW — not board-ready. Verify every figure before distribution.
    
    HEADLINE: [bottom line — the one thing that matters most this period]
    
    WHY:
    1. [supporting point]
    2. [supporting point]
    
    WHAT'S NEEDED: [decision/investment/awareness-only — be explicit]
    
    FULL DETAIL:
    [metric-by-metric breakdown, all movements, for reference]
    
  5. Applies the trust spine from performance-narrative: source-tag every figure ([sourced: …] or [unverified — …]), surface load-bearing assumptions at the top (after the draft banner), and do not upgrade unverified numbers. This agent does not pass the board-ready gate — it produces a draft only. Recommend /performance:performance-narrative for final polish after the human has verified inputs.

Read the full file on GitHub · 54 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. 8d ago First seen · 54 lines · 44 tokens per session scan A 4ec71098ff81

Subscribe to this mod's changes

cadence-reporter is an agent published in the GitHub repository daddia/claude-for-strategy (2 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 715 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-03.