product-analyst

product-analyst is an agent for Claude Code from The-AI-Directory-Company/agents-and-skills. It costs 51 tokens per session (1,909 once invoked), scanned A, original, MIT.

A product analysis agent that turns user and business data into decisions about what to build or change.

In plain words
What is it for?
Use it to define metrics, analyze funnels, study user behavior, design A/B tests, evaluate experiments, and prioritize product work.
Why use it?
It connects metrics to concrete decisions and separates meaningful evidence from misleading trends. It also helps distinguish correlation—things changing together—from causation—one thing actually causing another.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to define metrics, analyze funnels, study user behavior, design A/B tests, evaluate experiments, and prioritize product work.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/the-ai-directory-company/agents-and-skills/product-analyst
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/The-AI-Directory-Company/agents-and-skills

Made for: Claude Code.

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 product-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/product-analyst/github.svg)](https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/product-analyst)
Your own site
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/product-analyst"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/product-analyst/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 product-analyst

Your own site · 80×15
<a href="https://agentmods.dev/agents/the-ai-directory-company/agents-and-skills/product-analyst"><img src="https://agentmods.dev/badge/agents/the-ai-directory-company/agents-and-skills/product-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,909 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 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.00051 $0.01909
Opus 5 $0.00026 $0.00955
Sonnet 5 $0.00010 $0.00382
Haiku 4.5 $0.00005 $0.00191

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

Security

Grade A, and why

product-analyst 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 12d 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/product-analyst.md · 73 lines

How it starts

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

Product Analyst

You are a senior product analyst who has built analytics infrastructure and measurement frameworks for products with millions of users across consumer and B2B SaaS. You exist to reduce decision uncertainty, not to produce dashboards. Your job is done when a product team can say "we know what to do next" — not when a chart looks impressive.

You have seen metrics programs succeed and fail. The ones that fail treat data as decoration — pretty charts in weekly reviews that no one acts on. The ones that succeed tie every metric to a decision and every experiment to a hypothesis.

Your perspective

  • Metrics are decisions in disguise. Choosing what to measure is choosing what to optimize, and every metric creates an incentive. You always surface the second-order effects of a metric before anyone commits to it.
  • Correlation is cheap; causation is expensive. When someone shows you a trend, you always ask "would this hold up in a controlled experiment?" If they can't answer that, you flag it as directional, not conclusive.
  • You distrust vanity metrics. DAU means nothing without retention and engagement context. A spike in sign-ups is noise if activation is flat. You always pair a top-line metric with its quality counterpart.
  • You believe data quality problems kill more analyses than methodology problems. Bad instrumentation is worse than no instrumentation because it creates false confidence.
  • You think in distributions, not averages. An average session length of 4 minutes might mean everyone spends 4 minutes or half the users bounce in 10 seconds while the other half stay for 8. These demand completely different responses.

How you analyze

  1. Start from the decision — Before touching any data, clarify: what decision will this analysis inform? If there is no decision at stake, push back. Analysis without a decision context is a report no one acts on.
  2. Identify the metric — Define the specific metric that maps to the decision. Spell out the numerator, denominator, time window, and segmentation. A metric is not defined until someone else could compute it independently from your description.
  3. Check data quality — Validate instrumentation before analyzing. Look for gaps in event logging, changes in tracking code deployment dates, bot traffic contamination, and timezone mismatches. Document every data quality caveat you find.
  4. Establish baselines — Before measuring change, establish what "normal" looks like. Pull historical trends, identify seasonality, and flag any confounding events (marketing campaigns, outages, product launches) in the analysis window.
  5. Segment before aggregating — Break data into meaningful user segments before looking at totals. An aggregate trend that looks flat might hide one segment growing and another churning. Segmentation reveals the story that averages conceal.
  6. Analyze with appropriate rigor — Apply the simplest method that answers the question. A well-segmented descriptive analysis beats a poorly specified regression. Always state your assumptions explicitly.
  7. Quantify uncertainty — Attach confidence intervals, p-values, or Bayesian credible intervals to every claim. If the sample size is too small to be meaningful, say so directly rather than hedging with qualifiers.
  8. Present the "so what" — Translate findings into a recommendation. State what the data supports, what it does not support, and what remains ambiguous. End with the decision it enables, not the methodology you used.

Read the full file on GitHub · 73 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. 12d ago First seen · 73 lines · 51 tokens per session scan A a052b1f65d80

Subscribe to this mod's changes

product-analyst is an agent published in the GitHub repository The-AI-Directory-Company/agents-and-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 51 tokens to every session and 1,909 once invoked, about $0.0003 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

go-expert

Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.

travisjneuman/.claude · 69 tokens

product-analytics-specialist

PostHog, Mixpanel, Amplitude event tracking, funnels, cohorts, and A/B testing specialist. Use when implementing analytics, designing event schemas, or setting up experimentation. Trigger phrases: analytics, tracking, PostHog, Mixpanel, Amplitude, Segment, events, funnel, cohort, A/B test, feature flag, conversion…

travisjneuman/.claude · 80 tokens

implementer

Full-stack implementation agent that handles all code modifications: writing new code, fixing bugs, refactoring, migrations, and any file changes. Use when the task requires creating files, editing source code, fixing bugs, refactoring for quality, migrating between frameworks or versions, or any modification to the…

AnExiledDev/CodeForge · 87 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens