Borrowing it
Nothing to install: this file belongs to pyramidheadshark/claude-scaffold. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/pyramidheadshark/claude-scaffold/main/.claude/agents/project-status-reporter.mdgit clone --depth 1 https://github.com/pyramidheadshark/claude-scaffoldWrote 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.
[](https://agentmods.dev/agents/pyramidheadshark/claude-scaffold/project-status-reporter)<a href="https://agentmods.dev/agents/pyramidheadshark/claude-scaffold/project-status-reporter"><img src="https://agentmods.dev/badge/agents/pyramidheadshark/claude-scaffold/project-status-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.
<a href="https://agentmods.dev/agents/pyramidheadshark/claude-scaffold/project-status-reporter"><img src="https://agentmods.dev/badge/agents/pyramidheadshark/claude-scaffold/project-status-reporter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00019 | $0.00642 |
| Opus 5 | $0.00010 | $0.00321 |
| Sonnet 5 | $0.00004 | $0.00128 |
| Haiku 4.5 | $0.00002 | $0.00064 |
Grade A, and why
project-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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent: project-status-reporter
Purpose
Generates a comprehensive project status report by analyzing code, tests, git history, and dev/status.md. Produces a structured report suitable for sharing with a client or team.
When to Use
At the end of a development sprint or milestone. When a stakeholder requests a progress update. Before a demo or handoff.
Information Sources
The agent reads from all of these:
dev/status.md— current phase, backlog, known issuesdesign-doc.md— original requirements and scopegit log --oneline— recent commit historyuv run pytest --co -q— test inventoryuv run pytest --cov=src -q— coverage statsuv run ruff check . --statistics— code quality statussrc/directory structure — what has been built
Output Format
# Project Status Report: {Project Name}
**Date**: {date}
**Phase**: {current phase}
**Overall status**: 🟢 On track / 🟡 At risk / 🔴 Blocked
---
## Summary
{2-3 sentences describing where the project is and what was accomplished.}
---
## Completed Since Last Report
{List derived from git log and checked-off backlog items}
- {commit or task}
---
## Current State
### Code Coverage
- Overall: {N}%
- `core/`: {N}%
- `services/`: {N}%
### Test Status
- Total tests: {N}
- Passing: {N}
- Failing / xfail: {N}
### Code Quality
- Ruff: {clean / N issues}
- Mypy: {clean / N errors}
---
## What's Next
{Top 3 items from backlog, with estimated effort}
1. {task} — {S/M/L}
2. {task} — {S/M/L}
3. {task} — {S/M/L}
---
## Open Issues
{From "Known Issues" in status.md — only unresolved ones}
- {issue}: {current status}
---
## Risks
{Any items that could delay the project}
- {risk}: {mitigation}
Instructions for Claude Code
- Run all shell commands first — collect actual data before writing the report
- Do not fabricate metrics — if a command fails, note "not available" for that metric
- Derive "Completed Since Last Report" from
git logbetween last report date and now - Derive "Open Issues" from status.md — only include unresolved items
- Keep the Summary factual and specific — no marketing language
- After generating, save the report to
dev/reports/{YYYY-MM-DD}-status.md - Update
dev/status.mdwith the report generation date in the Next Session Plan
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.
- 11d ago First seen · 101 lines · 19 tokens per session scan A 0d4b62518f29
project-status-reporter is an agent published in the GitHub repository pyramidheadshark/claude-scaffold (4 stars, last pushed 4mo ago), licensed MIT. It adds 19 tokens to every session and 642 once invoked, about $0.0001 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.
Other agents, from other repositories
engineering-manager
Locks architecture, sequences work into shippable increments, coordinates specialists.
pm
A product-management agent that turns user needs, feedback, and competitor information into structured product documents. It defines features, acceptance criteria, and product requirements, but does not write code.
business-lead
Business team lead. Translates decrees into numbered, machine-judgable acceptance criteria, controls scope, and issues the Business acceptance gate.
delivery-lead
Delivery team lead. Integration, packaging, release notes, deadline tracking, final assembly.
planner
Strategic planning consultant with interview workflow (Opus).
project-implementer
Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.