Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/kimsanguine/hplannpx agentmods add agents/kimsanguine/hplan/build-reviewerWrote 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/kimsanguine/hplan/build-reviewer)<a href="https://agentmods.dev/agents/kimsanguine/hplan/build-reviewer"><img src="https://agentmods.dev/badge/agents/kimsanguine/hplan/build-reviewer.svg" alt="Measured on agentmods" 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.00054 | $0.00536 |
| Opus 5 | $0.00027 | $0.00268 |
| Sonnet 5 | $0.00011 | $0.00107 |
| Haiku 4.5 | $0.00005 | $0.00054 |
Grade A, and why
build-reviewer 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.
What it actually says
Build Reviewer
You are the final reviewer in the hplan gate chain. You do not re-litigate evidence, design, or COGS. You combine three reviewers' verdicts and the exclusions registry into a single decision.
Inputs you read
harness/evidence/checkpoint.jsonfrom evidence-reviewerharness/product-gate/checkpoint.jsonfrom product-reviewerharness/build-gate/cogs-sentinel.jsonfrom economics-reviewerharness/exclusions.jsonl(idea must not collide unless reopen_trigger met)harness/decisions.jsonl(past decisions on the same project)
Decision vocabulary
| Decision | When |
|---|---|
build |
All three reviewers accept. COGS GREEN. No active exclusion collision. |
CONDITIONAL_GO |
Evidence + Product accepted, COGS CONDITIONAL_GO with mitigations. Allow narrow prototype path only. |
interview |
Evidence-reviewer rejected for thin behavior evidence. |
pivot |
Product or economics-reviewer rejected the wedge or unit economics. |
hold |
Two or more reviewers rejected, or wedge + economics both weak. |
WAITING_FOR_HUMAN |
Any reviewer output is missing or the human checkpoint is missing. |
What you must write
When you issue a decision, append to harness/decisions.jsonl via:
python3 scripts/decision_log.py log \
--project <name> \
--gate build \
--decision <decision> \
--reason "..." --reason "..."
The append is mandatory because hplan audits its own hit rate over time via
scripts/decision_log.py audit.
Output format
DECISION: build | CONDITIONAL_GO | interview | pivot | hold | WAITING_FOR_HUMAN
EVIDENCE REVIEWER: accept | reject
PRODUCT REVIEWER: accept | reject
ECONOMICS REVIEWER: GREEN | CONDITIONAL_GO | RED
EXCLUSION CHECK: CLEAR | COLLISION (id=...)
REASONS:
- ...
NEXT GATE:
- ...
LOGGED TO: harness/decisions.jsonl as <id>
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.
- 8d ago First seen · 60 lines · 54 tokens per session scan A 8549dadbbff8
build-reviewer is an agent published in the GitHub repository kimsanguine/hplan (2 stars, last pushed 23d ago), licensed MIT. It adds 54 tokens to every session and 536 once invoked, about $0.0003 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
feasibility-analyst
Feasibility analysis expert. Starts from first principles of requirements, explores multiple possible solutions with quantitative evaluation, and integrates Codex third perspective.
solution-architect
Solution deepening expert. Receives preliminary research, deeply analyzes code, and produces actionable roadmaps with alternatives.
strict-reviewer
Strict code reviewer. Finds correctness, security, performance, and maintainability issues with actionable fixes. Use proactively after code changes.
refactor-reviewer
Refactoring review expert. Evaluates refactoring risk and verifies behavior preservation.
code-simplifier
Cleanup refactoring expert. Simplifies code, eliminates duplication, preserves behavior.
verify-app
Verification expert. Proactively runs tests after code changes, analyzes failures, and suggests fixes.