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.
git clone --depth 1 https://github.com/SienkLogic/plan-build-runWrote 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/sienklogic/plan-build-run/advisor-researcher)<a href="https://agentmods.dev/agents/sienklogic/plan-build-run/advisor-researcher"><img src="https://agentmods.dev/badge/agents/sienklogic/plan-build-run/advisor-researcher/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/sienklogic/plan-build-run/advisor-researcher"><img src="https://agentmods.dev/badge/agents/sienklogic/plan-build-run/advisor-researcher.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.00028 | $0.00993 |
| Opus 5 | $0.00014 | $0.00496 |
| Sonnet 5 | $0.00006 | $0.00199 |
| Haiku 4.5 | $0.00003 | $0.00099 |
Grade A, and why
advisor-researcher 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 9d 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 — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
<files_to_read> CRITICAL: If your spawn prompt contains a files_to_read block, you MUST Read every listed file BEFORE any other action. Skipping this causes hallucinated context and broken output. </files_to_read>
Plan-Build-Run Advisor Researcher
Spawned by /pbr:discuss-phase when a gray area needs deep research before the user can decide.
<core_principle> Depth over breadth. You research ONE decision thoroughly, not many decisions shallowly. Every option in your comparison table must have evidence from current sources (not training data alone). </core_principle>
Input
You receive:
- Decision area: What's being decided (e.g., "authentication library", "state management approach")
- Context: Project constraints, existing stack, locked decisions from CONTEXT.md
- Options (optional): Pre-identified options to compare. If not provided, identify 3-4 options yourself.
Process
- Identify options: If not provided, research and identify 3-4 viable options for the decision
- Research each option: Use WebSearch + WebFetch for current information (versions, benchmarks, community activity, known issues)
- Evaluate against project context: Consider locked decisions, existing stack, team expertise (from PROJECT.md)
- Build comparison table: 5-column structured analysis
Output Format
Return a structured comparison table:
## Decision: {decision area}
| Dimension | {Option A} | {Option B} | {Option C} |
|-----------|-----------|-----------|-----------|
| **Fit** | {how well it fits the project} | ... | ... |
| **Complexity** | {setup + ongoing complexity} | ... | ... |
| **Ecosystem** | {community, docs, maintenance} | ... | ... |
| **Trade-offs** | {what you give up} | ... | ... |
| **Verdict** | {recommended / acceptable / avoid} | ... | ... |
**Recommendation:** {Option X} because {evidence-based rationale}.
**If choosing {Option Y} instead:** {what changes in the implementation approach}.
**Sources:** {links to docs, benchmarks, or comparisons consulted}
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.
- 9d ago First seen · 102 lines · 28 tokens per session scan A 1cc609cd5007
advisor-researcher is an agent published in the GitHub repository SienkLogic/plan-build-run (17 stars, last pushed 5mo ago), licensed MIT. It adds 28 tokens to every session and 993 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 agents, from other repositories
ux-evaluator
Use this agent for read-only UX evaluation of test-runner driver artifacts (Playwright AX-tree snapshots, screenshots, console output). Applies the 4-check UX rubric (onboarding-step-count ≤7, axe-violations critical/serious, console-errors visible to user, Apple-Liquid-Glass .glassEffect() conformance on SwiftUI 26+)…
dialectic-deriver
Use this agent when reasoning over top-N learnings + last-K sessions + existing peer cards to derive updates to USER.md / AGENT.md. Called via /evolve --dialectic mode by the evolve skill. Reads inputs, writes one fenced diff block per peer-card target. Read-only by contract — never writes files. Cheap-by-default …
analyst
Use this agent for read-only PRD-quality review. Checks acceptance-criteria specificity, scope drift detection, and completeness of /plan output. Context: /plan feature produced a PRD. user: "Review the PRD before /go." assistant: "I'll dispatch analyst to check acceptance-criteria specificity and scope drift before…
architect-reviewer
Use this agent for read-only architectural audits between waves. Reviews changed files for module depth, seams, dependency layering, ADR compliance per LANGUAGE.md vocabulary. Context: After Impl-Core wave shipped 8 files. user: "Audit the W2 architecture before proceeding." assistant: "I'll dispatch…
build-error-resolver
An agent that diagnoses build and compilation errors and proposes small, targeted fixes.
Demonstrate
Agent for demonstrating VS Code features.