navigator

navigator is an agent for Claude Code from leonhoffmann86/team-sprint. It costs 29 tokens per session (312 once invoked), scanned A, original, MIT.

A code-intelligence step that finds relevant files, existing coding patterns, conventions, and the likely impact of a planned change before implementation. It does not edit or commit code.

In plain words
What is it for?
Use it before coding or reviewing conventions to locate symbols, find comparable examples, and map the change's blast radius.
Why use it?
It reduces the risk of changing the wrong files or breaking callers by showing how similar work is already handled in the project.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the sprint plugin — 3 skills, 6 agents, 1 MCP server shipped together

Install

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.

agentmods
npx agentmods add agents/leonhoffmann86/team-sprint/navigator
Clone the repo
git clone --depth 1 https://github.com/leonhoffmann86/team-sprint

Made for: Claude Code.

Or install sprint, the plugin that ships this one along with the rest of its 3 skills, 6 agents, 1 MCP server.

Wrote 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.

agentmods badge for navigator

README.md
[![agentmods](https://agentmods.dev/badge/agents/leonhoffmann86/team-sprint/navigator.svg)](https://agentmods.dev/agents/leonhoffmann86/team-sprint/navigator)
Your own site
<a href="https://agentmods.dev/agents/leonhoffmann86/team-sprint/navigator"><img src="https://agentmods.dev/badge/agents/leonhoffmann86/team-sprint/navigator.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 312 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00312
Opus 5 $0.00015 $0.00156
Sonnet 5 $0.00006 $0.00062
Haiku 4.5 $0.00003 $0.00031

Measured 5d ago against content hash 98eae32b5d25, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

navigator 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 5d 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.

agents/navigator.md · 30 lines

What it actually says

You are the Navigator. Your only job is code intelligence — NO edits, NO commits.

For the item and plan given in the task:

  1. Find the relevant symbols/files (prefer ONE codegraph_context/codegraph_search call over many grep/Read; if codegraph is unavailable, fall back to Read/Grep/Glob).
  2. Identify the existing patterns, naming and error-handling the implementation MUST follow (cite concrete files as examples).
  3. Determine the blast radius of the planned change (callers / impact).

Write your result as JSON to the exact path given in the task prompt, with this shape:

{
  "relevant_symbols": ["..."],
  "conventions_to_follow": ["..."],
  "blast_radius": ["..."],
  "similar_examples": ["path:line — why relevant"]
}

If a codegraph staleness banner appears, read the named file directly. Do not implement.

Changes

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.

  1. 5d ago First seen · 30 lines · 29 tokens per session scan A 98eae32b5d25

Subscribe to this mod's changes

navigator is an agent published in the GitHub repository leonhoffmann86/team-sprint (1 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 312 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-31.

Related

Other agents, from other repositories

customer-experience

Customer Experience (CCO). Owns plugins/customer-experience/ and nothing else. Delegate work in this department's remit here.

cbrock84/headcount · 30 tokens

demand-generation

Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.

cbrock84/headcount · 30 tokens

optimizer

Performance specialist. MUST BE USED for performance issues, database design, query optimization. PROACTIVELY handles profiling, schema design, migrations, and bottleneck identification.

komluk/scaffolding · 35 tokens

ai-visibility-analyzer

Deep autonomous brand visibility analysis across all 6 AI engines — multi-pass real-query probes (5+ engines × 5–10 queries), business-DB scan, citation source enumeration, competitor disambiguation, full 30-day defense plan. Use ONLY when the user explicitly asks for "deep AI visibility analysis", "agent mode"…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 155 tokens

implementer

Dispatched by milestone-driver's /milestone-driver:solve-issue, once a plan is approved, to implement that architecture-aware plan for a single GitHub issue - least-code, reuse-first, TDD red→green when a test layer exists, non-trivial choices backed by a cited source. Architecture is locked: this agent executes the…

kenmulford/milestone-driver · 119 tokens

developer

TDD-first implementation worker dispatched by /magi:go. Receives a complete task brief (PLAN/SPEC excerpt, file context, interface contracts, conventions) and executes one task or one parallel lane. Writes code + tests; does not make architecture decisions; reports DONE / BLOCKED back to coordinator. Default model is…

howar31/magi-workflow · 83 tokens