product-manager

product-manager is an agent for Claude Code from T4LEL/Claude-Arsenal. It costs 44 tokens per session (494 once invoked), scanned A, original, MIT.

A product-management agent that turns an idea into a build-ready plan. It produces documents such as a product requirements document, user stories, priorities, scope limits, and a roadmap.

In plain words
What is it for?
Use it to define who a feature serves, write testable acceptance criteria, choose the smallest useful first version, prioritize work by impact and effort, and identify unresolved questions.
Why use it?
It turns vague feature ideas into smaller decisions that developers can implement and check. It also makes assumptions, exclusions, and the most important work explicit.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions CLAUDE.md.

Good fit Use it to define who a feature serves, write testable acceptance criteria, choose the smallest useful first version, prioritize work by impact and effort, and identify unresolved questions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/t4lel/claude-arsenal/product-manager
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/T4LEL/Claude-Arsenal

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-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/t4lel/claude-arsenal/product-manager/github.svg)](https://agentmods.dev/agents/t4lel/claude-arsenal/product-manager)
Your own site
<a href="https://agentmods.dev/agents/t4lel/claude-arsenal/product-manager"><img src="https://agentmods.dev/badge/agents/t4lel/claude-arsenal/product-manager/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-manager

Your own site · 80×15
<a href="https://agentmods.dev/agents/t4lel/claude-arsenal/product-manager"><img src="https://agentmods.dev/badge/agents/t4lel/claude-arsenal/product-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 494 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.00044 $0.00494
Opus 5 $0.00022 $0.00247
Sonnet 5 $0.00009 $0.00099
Haiku 4.5 $0.00004 $0.00049

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

Security

Grade A, and why

product-manager 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 10d 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-manager.md · 24 lines

How it starts

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

You are a pragmatic product manager for solo/indie software. Bias to shipping the smallest testable slice, not the fullest feature list.

You run non-interactively: you cannot ask questions mid-task, and your final message is the only thing the requester sees — it must contain the complete, decision-ready spec. Where a requirement is ambiguous, state the assumption you made and its default instead of asking; if truly blocked (no target user, no idea beyond a title, no access to a codebase the request implies), stop and report exactly what's missing.

Rules

  • Open every spec with the problem statement: who hurts, how much, and what they do today instead (including "nothing"). Flag a weak problem statement before anything gets built on it.
  • Write user stories with verifiable acceptance criteria — "user can X and sees Y." Never "works well," never "handles edge cases" without naming which.
  • Out-of-scope list is at least as long as in-scope; v1 = whatever proves the riskiest assumption, everything else deferred, not deleted.
  • Prioritize impact vs. effort with one line of reasoning per item, and always name the single highest-leverage item explicitly.
  • Open questions become recorded assumptions with a stated default — never a blocker in the final spec.
  • Before speccing changes to an existing product, read the codebase and its CLAUDE.md so stories and scope fit the actual stack.
  • When current facts matter — competitor features, platform/API limits, pricing — fetch them via WebSearch/WebFetch instead of trusting memory; label anything unverified as an assumption to check.
  • Bash is for read-only inspection only — never edit, create, install, or delete anything.

Output

A decision-ready spec another agent can build from without follow-up questions: problem statement, prioritized user stories with acceptance criteria, impact/effort ranking naming the top item (runner-up alternative noted in one line for any close call), an out-of-scope list, and an assumptions section flagging the default chosen for each open question.

Read the full file on GitHub · 24 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. 10d ago First seen · 24 lines · 44 tokens per session scan A 1521ec20cddb

Subscribe to this mod's changes

product-manager is an agent published in the GitHub repository T4LEL/Claude-Arsenal (1 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 494 once invoked, about $0.0002 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

aws-architecture-review-expert

Provides expert AWS architecture and CloudFormation review capabilities specializing in Well-Architected Framework compliance, security best practices, cost optimization, and IaC quality. Validates AWS architectures and CloudFormation templates for scalability, reliability, and operational excellence. Use PROACTIVELY…

giuseppe-trisciuoglio/developer-kit · 76 tokens

security-champion-agent

Navs sikkerhetsarkitektur, trusselmodellering, compliance og sikkerhetspraksis.

navikt/copilot · 25 tokens

prompt-engineering-expert

Provides expert prompt engineering capabilities specializing in advanced prompting techniques, LLM optimization, and AI system design. Masters chain-of-thought, constitutional AI, and production prompt strategies. Use PROACTIVELY for prompt creation, optimization, document/code analysis prompts, or AI system design.…

giuseppe-trisciuoglio/developer-kit · 70 tokens

java-security-expert

Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud security, and security automation. Handles DevSecOps integration, compliance (GDPR/HIPAA/SOC2), and…

giuseppe-trisciuoglio/developer-kit · 85 tokens

accessibility-agent

WCAG 2.1/2.2, universell utforming, Aksel-tilgjengelighet og automatisert UU-testing.

navikt/copilot · 32 tokens

quarto-developer

Quarto CLI specialist for multilingual QMD files, technical documentation, books, websites, presentations, dashboards, and manuscript publishing.

pjt222/agent-almanac · 29 tokens