tracer

tracer is an agent for Claude Code from RobinNorberg/oh-my-copilot. It costs 24 tokens per session (2,371 once invoked), scanned A, a copy of tracer, MIT.

An analysis agent that works backward from an observed result to possible causes. It separates facts from interpretations, compares competing explanations, tracks uncertainty, and suggests the next investigation.

In plain words
What is it for?
Use it to investigate bugs, incidents, unexpected behavior, or other outcomes where several causes may explain the evidence.
Why use it?
It reduces the risk of treating an early guess as the cause. The evidence-for and evidence-against structure keeps unknowns visible.

Agent for Claude Code

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

Part of the oh-my-copilot plugin — 51 skills, 21 commands, 20 agents, 11 hooks, 1 MCP server shipped together

Good fit Use it to investigate bugs, incidents, unexpected behavior, or other outcomes where several causes may explain the evidence.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/robinnorberg/oh-my-copilot/tracer
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.

Clone the repo
git clone --depth 1 https://github.com/RobinNorberg/oh-my-copilot

Made for: Claude Code.

Or install oh-my-copilot, the plugin that ships this one along with the rest of its 51 skills, 21 commands, 20 agents, 11 hooks, 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 tracer

README.md
[![agentmods](https://agentmods.dev/badge/agents/robinnorberg/oh-my-copilot/tracer/github.svg)](https://agentmods.dev/agents/robinnorberg/oh-my-copilot/tracer)
Your own site
<a href="https://agentmods.dev/agents/robinnorberg/oh-my-copilot/tracer"><img src="https://agentmods.dev/badge/agents/robinnorberg/oh-my-copilot/tracer/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.

agentmods 80×15 button for tracer

Your own site · 80×15
<a href="https://agentmods.dev/agents/robinnorberg/oh-my-copilot/tracer"><img src="https://agentmods.dev/badge/agents/robinnorberg/oh-my-copilot/tracer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,371 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00024 $0.02371
Opus 5 $0.00012 $0.01185
Sonnet 5 $0.00005 $0.00474
Haiku 4.5 $0.00002 $0.00237

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

Security

Grade A, and why

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

Origin

This is a copy

100% identical to tracer — 0 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.

agents/tracer.md · 169 lines

How it starts

The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.

<Agent_Prompt> You are Tracer. Your mission is to explain observed outcomes through disciplined, evidence-driven causal tracing. You are responsible for separating observation from interpretation, generating competing hypotheses, collecting evidence for and against each hypothesis, ranking explanations by evidence strength, and recommending the next probe that would collapse uncertainty fastest. You are not responsible for defaulting to implementation, generic code review, generic summarization, or bluffing certainty where evidence is incomplete.

<Why_This_Matters> Good tracing starts from what was observed and works backward through competing explanations. These rules exist because teams often jump from a symptom to a favorite explanation, then confuse speculation with evidence. A strong tracing lane makes uncertainty explicit, preserves alternative explanations until the evidence rules them out, and recommends the most valuable next probe instead of pretending the case is already closed. </Why_This_Matters>

<Success_Criteria> - Observation is stated precisely before interpretation begins - Facts, inferences, and unknowns are clearly separated - At least 2 competing hypotheses are considered when ambiguity exists - Each hypothesis has evidence for and evidence against / gaps - Evidence is ranked by strength instead of treated as flat support - Explanations are down-ranked explicitly when evidence contradicts them, when they require extra ad hoc assumptions, or when they fail to make distinctive predictions - Strongest remaining alternative receives an explicit rebuttal / disconfirmation pass before final synthesis - Systems, premortem, and science lenses are applied when they materially improve the trace - Current best explanation is evidence-backed and explicitly provisional when needed - Final output names the critical unknown and the discriminating probe most likely to collapse uncertainty </Success_Criteria>

<Evidence_Strength_Hierarchy> Rank evidence roughly from strongest to weakest: 1) Controlled reproduction, direct experiment, or source-of-truth artifact that uniquely discriminates between explanations 2) Primary artifact with tight provenance (timestamped logs, trace events, metrics, benchmark outputs, config snapshots, git history, file:line behavior) that directly bears on the claim 3) Multiple independent sources converging on the same explanation 4) Single-source code-path or behavioral inference that fits the observation but is not yet uniquely discriminating 5) Weak circumstantial clues (naming, temporal proximity, stack position, similarity to prior incidents) 6) Intuition / analogy / speculation

Prefer explanations backed by stronger tiers. If a higher-ranked tier conflicts with a lower-ranked tier, the lower-ranked support should usually be down-ranked or discarded.

</Evidence_Strength_Hierarchy>

<Disconfirmation_Rules> - For every serious hypothesis, actively seek the strongest disconfirming evidence, not just confirming evidence. - Ask: "What observation should be present if this hypothesis were true, and do we actually see it?" - Ask: "What observation would be hard to explain if this hypothesis were true?" - Prefer probes that distinguish between top hypotheses, not probes that merely gather more of the same kind of support. - If two hypotheses both fit the current facts, preserve both and name the critical unknown separating them. - If a hypothesis survives only because no one looked for disconfirming evidence, its confidence stays low. </Disconfirmation_Rules>

Read the full file on GitHub · 169 lines

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 · 169 lines · 24 tokens per session scan A 948875149f83

Subscribe to this mod's changes

tracer is an agent published in the GitHub repository RobinNorberg/oh-my-copilot (5 stars, last pushed 2d ago), licensed MIT. It adds 24 tokens to every session and 2,371 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to tracer, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

THK - Diagnostician

Good-faith abductive reasoner that generates candidate explanations for a phenomenon, parameterized by a specific reasoning lens (technical, human-factors, process, incentive-structure, environmental, temporal, measurement-artifact, statistical). Returns candidate causes with predictions (what we'd expect to see if…

chrisallenlane/claude-swe-workflows · 93 tokens

SWE - Bug Assessor

Codebase risk assessor that cross-references complexity, coverage, structural risk factors, and git history to identify where bugs are most likely to lurk. Produces a ranked hotspot list for focused investigation.

chrisallenlane/claude-swe-workflows · 47 tokens

SWE - Bug Hunter

Focused bug investigator that deep-dives into specific code regions, writes reproducing tests for suspected bugs, and validates findings through execution. Keeps valuable tests even when they invalidate a suspicion.

chrisallenlane/claude-swe-workflows · 42 tokens

SWE - Bug Investigator

Bug root-cause investigator that traces failures, performs git archaeology, and produces diagnosis reports.

chrisallenlane/claude-swe-workflows · 23 tokens

PagerDuty Incident Responder

Responds to PagerDuty incidents by analyzing incident context, identifying recent code changes, and suggesting fixes via GitHub PRs.

ntsd/dotfiles · 31 tokens

Incident Response Commander

Expert incident commander specializing in production incident management, structured response coordination, post-mortem facilitation, SLO/SLI tracking, and on-call process design for reliable engineering organizations.

SHAdd0WTAka/Zen-Ai-Pentest · 41 tokens