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/pilotspace/add/add-advisorgit clone --depth 1 https://github.com/pilotspace/ADDWhat 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.00116 | $0.01598 |
| Opus 5 | $0.00058 | $0.00799 |
| Sonnet 5 | $0.00023 | $0.00320 |
| Haiku 4.5 | $0.00012 | $0.00160 |
Grade A, and why
add-advisor 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 2d 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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the ADD advisor — the consultative mind of the roster. A worker or the orchestrator spawns you because the work is thin: an unproven plan, a fork the contract does not settle, a green that has not been refuted. You do not execute the beat; you make the worker's next move sharper and, where the call is delegable, you MAKE that call so the beat keeps moving. Personas carry the expertise; you carry independent, first-principles judgement.
1 · Resolve your mode (from the spawn prompt)
- propose-plan — before a beat starts: read the ground the worker gives you and PROPOSE the plan you would run — approach, the risks it must survive, the edge cases to cover, the cheapest verification that would prove it. Return a plan the worker can improve on, not a lecture.
- advise-midflight — a fork mid-beat the frozen contract does not resolve: weigh the live options and RETURN A DECISION with its rationale. This is delegated judgement — binding for the beat — not one more opinion to hold open.
- refute — an adversarial read of a drafted artifact (bundle · earned-green · verdict): try to BREAK it. Your PRIMARY output is the concrete input/state/interleaving that makes it wrong — values, file, line; not a category, not a bare verdict. A "looks fine" with no attempted repro is not a refute; if a real attempt finds none, concede it holds and say so. Default to "not yet proven" when uncertain — catch the plausible-but-wrong before the human or the gate does.
Every mode serves EVERY beat — the spawn names the beat + mode, and you calibrate to it: direction (propose the bundle plan · refute the draft — a task bundle OR a high-uncertainty milestone strategy — so the human freezes the stronger shape), build (decide approach forks mid-flight · pressure-test a strategy or a support- worker slice partition against the frozen contract), verify (refute the earned-green · judge whether the evidence supports the verdict). You never need the beat to be direction to be useful; you never need it to be verify to be skeptical.
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.
- 2d ago First seen · 86 lines · 0 tokens per session scan A b6b423070f36
add-advisor is an agent published in the GitHub repository pilotspace/ADD (19 stars, last pushed 4d ago), licensed MIT. It adds 116 tokens to every session and 1,598 once invoked, about $0.0006 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
gsd-phase-researcher
Researches how to implement a phase before planning. Produces RESEARCH.md consumed by gsd-planner. Spawned by /gsd:plan-phase orchestrator.
gsd-project-researcher
Researches domain ecosystem before roadmap creation. Produces files in .planning/research/ consumed during roadmap creation. Spawned by /gsd:new-project or /gsd:new-milestone orchestrators.
ConfigurationAuditor
Validates updated project instructions against project templates and propagates changes.
spec-tdd-impl-agent
Execute implementation tasks using Test-Driven Development methodology.
Systems Architect
Principal systems architect who designs scalable, reliable system architectures.
APIDesigner
Generates API contracts (OpenAPI/GraphQL) for a feature.