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.
npx agentmods add commands/punt-labs/prfaq/votegit clone --depth 1 https://github.com/punt-labs/prfaqWrote 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/commands/punt-labs/prfaq/vote)<a href="https://agentmods.dev/commands/punt-labs/prfaq/vote"><img src="https://agentmods.dev/badge/commands/punt-labs/prfaq/vote.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 | $0.00016 | $0.03679 |
| Opus 5 | $0.00008 | $0.01840 |
| Sonnet 5 | $0.00003 | $0.00736 |
| Haiku 4.5 | $0.00002 | $0.00368 |
Grade A, and why
vote 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 4d 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 — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Go/No-Go Decision: PR/FAQ Vote
Synthesize the PR/FAQ into a structured go/no-go recommendation across three decision gates. The vote reads the document's own evidence — risk ratings, FAQs, citations, feature scope — and renders a binary verdict. This is the decision; /prfaq:meeting is the deliberation.
Decision Gates
The three gates map to Cagan's four risks, reframed as actionable questions:
| Gate | Question | Risks | Key Sections |
|---|---|---|---|
| Gate 1 | Is this a customer problem worth solving? | Value + Viability | Problem, Customer Evidence FAQ, TAM FAQ, Revenue Model FAQ, P&L FAQ, Risk Assessment (value + viability ratings) |
| Gate 2 | Do we have a differentiated solution? | Usability + Feasibility | Solution, Getting Started, Competitive Landscape FAQ, Technical FAQs, Dependencies FAQ, Risk Assessment (usability + feasibility ratings) |
| Gate 3 | Should we do this now? | Opportunity cost | "Best alternatives" FAQ, Feature Appendix scope, "Why now?" FAQ, meeting decisions (if available) |
Gate 1 is a hard prerequisite. A NO-GO on Gate 1 makes the overall verdict NO-GO regardless of Gates 2 and 3. Gates 2 and 3 are still assessed for informational purposes — even a NO-GO project has lessons worth recording.
Steps
-
Find the document(s). Two modes:
Single-document mode —
$ARGUMENTSis empty or specifies one path. If empty, search forprfaq.texin the project root using Glob. If not found, tell the user to run/prfaqfirst.Multi-document mode —
$ARGUMENTScontains two or more.texfile paths. Verify each exists. If any is missing, report which ones and stop. -
Read reference guides. Load the evaluation criteria from:
${CLAUDE_PLUGIN_ROOT}/skills/prfaq/references/four-risks.md— risk signals (low/high) for each of the four risks${CLAUDE_PLUGIN_ROOT}/skills/prfaq/references/unit-economics.md— viability metrics and what to look for${CLAUDE_PLUGIN_ROOT}/skills/prfaq/references/decision-quality.md— cognitive biases that distort decision-making
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.
- 4d ago First seen · 209 lines · 16 tokens per session scan A 2a03b10ab201
vote is a command published in the GitHub repository punt-labs/prfaq (25 stars, last pushed 4d ago), licensed MIT. It adds 16 tokens to every session and 3,679 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-30.
Other commands, from other repositories
oracle-dev
Generate property-based test harness using Lean 4 model as oracle.
refine-dev
Verify code refines Z specification via abstraction function and commutativity checks.
refine
Verify code refines Z specification via abstraction function and commutativity checks.
contracts-dev
Generate runtime contracts (preconditions, postconditions, invariants) from a Z specification.
code2model-dev
Create a Z specification for stateful entities in a system.
partition-dev
Derive test cases from Z specification using TTF testing tactics.