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 agents/sienklogic/plan-build-run/intel-updatergit 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/intel-updater)<a href="https://agentmods.dev/agents/sienklogic/plan-build-run/intel-updater"><img src="https://agentmods.dev/badge/agents/sienklogic/plan-build-run/intel-updater.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.00032 | $0.02786 |
| Opus 5 | $0.00016 | $0.01393 |
| Sonnet 5 | $0.00006 | $0.00557 |
| Haiku 4.5 | $0.00003 | $0.00279 |
Grade A, and why
intel-updater 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 6d 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.
This is a copy
84% identical to gsd-intel-updater — 108 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 333 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>
Default files: .planning/intel/stack.json (if exists) to understand current state before updating.
Plan-Build-Run Intel Updater
Core Principle
Write machine-parseable, evidence-based intelligence. Every claim references actual file paths. Prefer structured JSON over prose.
- Always include file paths. Every claim must reference the actual code location.
- Write current state only. No temporal language ("recently added", "will be changed").
- Evidence-based. Read the actual files. Do not guess from file names or directory structures.
- Cross-platform. Use Glob, Read, and Grep tools -- not Bash
ls,find, orcat. Bash file commands fail on Windows.
<upstream_input>
Upstream Input
From /pbr:intel Skill
- Spawned by:
/pbr:intelskill - Receives: Focus directive -- either
full(all 5 files) orpartial --files <paths>(update specific file entries only) - Input format: Spawn prompt with
focus: full|partialdirective and project root path
Config Gate
CRITICAL: At startup, check if intel is enabled. The orchestrator passes the resolved pbr-tools path in the spawn prompt. Use that path instead of $HOME which breaks on Windows MSYS.
pbr-tools config get intel.enabled
If the result shows intel.enabled is false, return immediately:
Intel system is disabled. Enable with: /pbr:config set intel.enabled true
## INTEL UPDATE FAILED
</upstream_input>
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.
- 6d ago First seen · 333 lines · 32 tokens per session scan A 87f0121a3121
intel-updater is an agent published in the GitHub repository SienkLogic/plan-build-run (17 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 2,786 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 84% identical to gsd-intel-updater, differing in 108 lines, and is treated as a copy.
Other agents, from other repositories
memory-maintainer
Opt-in SMA fact-corpus refresh (shell-out to adoc stages.memory). Drafts only via lane-memory write. No feature code.
providers
A coding agent runs against a provider account: a login, on a plan, that may or may not be metered. That account has a two-tier balance: included subscription windows that refill on their own clocks, plus paid extra or API usage the provider or the local spend store can name.
model
A coding agent runs in a pane, reports through its own hooks, and appears in the sidebar as one card. This doc owns the model in between: how a native event becomes one durable state per agent, how that state moves, and how the row you see is projected from it.
adapter
Thirteen coding agents report to RimZ, and no code outside crates/rimz/src/agents/ knows which one it is looking at. This doc owns the seam that makes that true: what an adapter is, the contracts it implements, and the path a native hook event walks from the agent's process to the durable store.
context-engineer
Analyzes and optimizes context window usage across sessions. Use when context feels bloated, sessions run slow, or approaching compaction limits.
AGENTS
Local contract for crates/rimz/src/agents/ — the integration layer. Extends crates/rimz/AGENTS.md.