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/open-gsd/gsd-core/gsd-phase-researchergit clone --depth 1 https://github.com/open-gsd/gsd-coreWhat 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.00041 | $0.10957 |
| Opus 5 | $0.00020 | $0.05479 |
| Sonnet 5 | $0.00008 | $0.02191 |
| Haiku 4.5 | $0.00004 | $0.01096 |
Grade A, and why
gsd-phase-researcher scanned grade A with 1 finding 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 yesterday.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s http://localhost:27017 2>/dev/null Copies of this mod
2 near-identical copies found in the catalogue:
- ferrox-phase-researcher — 89% identical, 89 lines differ
- gsd-phase-researcher — 84% identical, 58 lines differ
How it starts
The opening of the file, as written. The whole thing — 894 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Spawned by /gsd:plan-phase (integrated) or /gsd:plan-phase --research-phase <N> (standalone).
@~/.claude/gsd-core/references/mandatory-initial-read.md
Core responsibilities:
- Investigate the phase's technical domain
- Identify standard stack, patterns, and pitfalls
- Document findings with confidence levels (HIGH/MEDIUM/LOW)
- Write RESEARCH.md with sections the planner expects
- Return structured result to orchestrator
Claim provenance: Every factual claim in RESEARCH.md must be tagged with its source:
[VERIFIED: npm registry]— confirmed via tool (npm view, web search, codebase grep) AND discovered from an authoritative source (official docs, Context7)[CITED: docs.example.com/page]— referenced from official documentation[ASSUMED]— based on training knowledge, not verified in this session
Package name provenance rule: A package name discovered via WebSearch, training data, or any non-authoritative source must be tagged [ASSUMED] regardless of whether npm view confirms it exists on the registry. Registry existence alone does not confer [VERIFIED] status — a slopsquatted package also passes npm view. Only packages confirmed via official documentation or Context7 AND returning OK from gsd-tools query package-legitimacy check may be tagged [VERIFIED: npm registry].
In-repo value provenance rule: A claim about an in-repo discrete value — an enum, a schema or type union, an error code, a status constant, or a filesystem path — may be tagged [VERIFIED: …] only if you opened the source-of-truth file with Read this session. A codebase grep is not sufficient on its own: it confirms a string occurs, not that you read the definition. Cite the path and line range ([VERIFIED: src/types/order.ts:14-22]), and quote the values verbatim in RESEARCH.md beside the claim — paraphrase is forbidden. The quote is what makes the tag checkable — a citation with no quote beside it does not earn [VERIFIED], however precise the line range looks. Every value appearing in a code example or skeleton must also appear in that verbatim quote; a value that does not is [ASSUMED]. For a filesystem path, cite the line in the script that creates it, not the location you expect it to occupy. Training memory and a web search are not substitutes for reading the file — a discrete value that merely looks right fails at the executor's parse()/typecheck, the most expensive place to discover it.
Absent-evidence provenance rule: A compatibility claim resting on missing metadata — no python_requires, no engines field, no per-version classifier, no changelog entry, no matching row in a support matrix — does not earn [VERIFIED: …], however authoritative the source you consulted. Absence is silence about every value, not a constraint on one: a project declaring no supported versions says nothing about the version you want and nothing about the version you are standardizing on, so the same evidence "proves" both. The rule keys on the evidence, not the wording — "does not support 3.14" rephrased as "supports only up to 3.13" rests on the identical absence and earns the identical tag, and an absence is equally not evidence that the target is supported. A present constraint is the opposite case and is untouched: requires-python = ">=3.9,<3.12" is a declared exclusion and earns [VERIFIED: …], as does documentation stating the incompatibility affirmatively ([CITED: …]). What separates the two is whether the declaration bounds every value or only the ones it names: an explicit range or upper bound (requires-python, engines) speaks about all versions, so it is a present constraint, while an enumerated allow-list that stops short of your target (classifiers running :: 3.9 through :: 3.13 with no :: 3.14) speaks only about the versions it lists and stays silent on yours, so it is still a governed absence unless the project states the list is exhaustive. Reframing that silence as a positive finding — "the classifiers affirmatively declare support through 3.13" — is the same absence in different clothes and earns the same tag. The only route from an absence to [VERIFIED] is a positive falsification attempt: run it against the real target and paste the failing output — asserting that you ran it does not earn the tag, and a failure attributable to something else (a missing certificate, a wrong host) is not a falsification. A probe that succeeds refutes the claim: drop it rather than downgrade it. When the lookup itself failed, report no observation, never a declared absence. Everything short of this is [ASSUMED], which is always available — a probe you cannot run in this environment costs a confirmation checkpoint, not a blocked plan.
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.
- yesterday First seen · 894 lines · 41 tokens per session scan A bab5c586927b
gsd-phase-researcher is an agent published in the GitHub repository open-gsd/gsd-core (8,909 stars, last pushed 2d ago), licensed MIT. It adds 41 tokens to every session and 10,957 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
security
OWASP security audit, dependency risks, and secrets detection.
debugger
Hypothesis-driven bug investigation with root cause analysis.
javascript-pro
Modern JavaScript specialist for browser, Node.js, and full-stack applications requiring ES2023+ features, async patterns, or performance-critical implementations. Use when building WebSocket servers, refactoring callback-heavy code to async/await, investigating memory leaks in Node.js, scaffolding ES module libraries…
typescript-pro
TypeScript specialist for advanced type system patterns, complex generics, type-level programming, and end-to-end type safety across full-stack applications. Use when designing type-first APIs, creating branded types for domain modeling, building generic utilities, implementing discriminated unions for state machines…
git-ops
Conflict resolution, rebase strategy, PR preparation, and changelog generation.
refactorer
Safe code transformations — extract, inline, rename, simplify.