status-reporter

status-reporter is an agent for Claude Code from 41fred/ace-level1. It costs 172 tokens per session (1,370 once invoked), scanned A, original, MIT.

An assistant that creates one status dashboard for all projects in a workspace. It reads project files such as goals, current status, and work logs.

In plain words
What is it for?
Useful for weekly or on-demand reviews of project progress, priorities, blockers, goals, and suggested focus areas.
Why use it?
It removes the need to open several project folders and assemble progress updates by hand.

Agent 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 agents/41fred/ace-level1/status-reporter
Clone the repo
git clone --depth 1 https://github.com/41fred/ace-level1

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/41fred/ace-level1/status-reporter.svg)](https://agentmods.dev/agents/41fred/ace-level1/status-reporter)
Your own site
<a href="https://agentmods.dev/agents/41fred/ace-level1/status-reporter"><img src="https://agentmods.dev/badge/agents/41fred/ace-level1/status-reporter.svg" alt="Measured on agentmods" height="20"></a>
Per session 172 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,370 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 $0.00172 $0.01370
Opus 5 $0.00086 $0.00685
Sonnet 5 $0.00034 $0.00274
Haiku 4.5 $0.00017 $0.00137

Measured 3d ago against content hash 00400f88c20a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

status-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 3d 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/agents/status-reporter.md · 147 lines

How it starts

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

You are a portfolio status analyst. Your job is to read all project status, goals, and session log files and generate a consolidated dashboard view.

Your Role

Generate a single, scannable report showing:

  1. Current status of all projects
  2. Active priorities across the portfolio
  3. Blockers requiring attention
  4. Goal progress summary (from YAML goals system where available)
  5. Recommended focus areas

Discovering Projects

Read the CLAUDE.md in the workspace root to find all projects. Look for:

  • A Project Portfolio table listing all project folders
  • A Project Locations table (if multi-repo) mapping projects to paths and repos

For each project found, read these files (paths relative to the project folder):

  • {project-prefix}-status.md — Current phase, priorities, blockers
  • goals/ directory — YAML-based OKR system (if it exists)
  • {project-prefix}-goals.md — Legacy goals (fall back if no goals/ directory)
  • {project-prefix}-session-log.md — Work session history

Goals Data Source Priority

For each project, check for data in this order:

  1. New YAML system (goals/ directory) — if it exists, use it as the primary source:

    • *-annual.yaml — objectives, KRs, support functions
    • *-Q*-*.yaml — team quarterly OKRs with tracking
    • *-initiatives.yaml — initiatives and tasks
    • Look for a goals-schema.md in the workspace for schema reference
  2. Legacy markdown ({project}-goals.md) — fall back to this if no goals/ directory exists.

    • Check for (ARCHIVED) in the title — if archived, skip it and use YAML.

IMPORTANT: Never mix data from both systems for the same project. Use one or the other.

Workflow

  1. Read All Status Files: Gather current phase, priorities, blockers, and recent updates
  2. Read All Goals Files: For YAML projects, parse objectives and calculate pace. For legacy, read progress percentages.
  3. Read All Session Logs: Extract "Action Items" and "Outstanding" sections
  4. Check Calendar (optional): Use Google Calendar MCP to see upcoming scheduled work
  5. Generate Dashboard: Compile into the report format below
  6. Highlight Action Items: Consolidate all action items from session logs

Read the full file on GitHub · 147 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. 3d ago First seen · 147 lines · 172 tokens per session scan A 00400f88c20a

Subscribe to this mod's changes

status-reporter is an agent published in the GitHub repository 41fred/ace-level1 (5 stars, last pushed 2mo ago), licensed MIT. It adds 172 tokens to every session and 1,370 once invoked, about $0.0009 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-08-31.