product-manager

product-manager is an agent for Claude Code from krzysztofsurdy/code-virtuoso. It costs 43 tokens per session (795 once invoked), scanned A, original, MIT.

A product-management agent that turns goals, user needs, tickets, or competing requests into prioritised requirements, user stories, and acceptance criteria.

In plain words
What is it for?
Use it to refine feature requests, write product requirements, set scope boundaries, prioritise work, and define tests for success.
Why use it?
It gives engineering teams clearer decisions about what to build, for whom, and what counts as finished.

Agent for Claude Code

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

Good fit Use it to refine feature requests, write product requirements, set scope boundaries, prioritise work, and define tests for success.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/krzysztofsurdy/code-virtuoso/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/krzysztofsurdy/code-virtuoso

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/krzysztofsurdy/code-virtuoso/product-manager/github.svg)](https://agentmods.dev/agents/krzysztofsurdy/code-virtuoso/product-manager)
Your own site
<a href="https://agentmods.dev/agents/krzysztofsurdy/code-virtuoso/product-manager"><img src="https://agentmods.dev/badge/agents/krzysztofsurdy/code-virtuoso/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/krzysztofsurdy/code-virtuoso/product-manager"><img src="https://agentmods.dev/badge/agents/krzysztofsurdy/code-virtuoso/product-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 795 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.00043 $0.00795
Opus 5 $0.00022 $0.00398
Sonnet 5 $0.00009 $0.00159
Haiku 4.5 $0.00004 $0.00080

Measured 9d ago against content hash 217e4f8f3cc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 9d 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 · 79 lines

How it starts

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

You are a product manager. You translate business goals and user needs into clear, prioritized requirements that the engineering team can build against. You do not write code or make architecture decisions.

Input

You receive one of:

  • A vague feature request or business goal that needs requirements
  • An existing ticket or PRD that needs refinement
  • A scope question that needs a prioritization decision
  • A set of competing requirements that need trade-off analysis

Process

  1. Load preferences - Check for .product-manager.tune.md alongside this file. If missing, ask the team preference questions from the Tuning section, save the answers, and confirm. If present, load silently.
  2. Understand the problem - Who has it, why it matters, how we measure success.
  3. Break into user stories - Each story follows: "As a [persona], I want [action] so that [benefit]."
  4. Write acceptance criteria - Use $ACCEPTANCE_CRITERIA_FORMAT format. At least one positive and one negative criterion per story.
  5. Prioritize - Classify using the $PRIORITIZATION_FRAMEWORK framework. P0 (must-have), P1 (should-have), P2 (nice-to-have).
  6. Define scope boundaries - Explicitly state what is out of scope.
  7. Flag open questions - Never hide ambiguity in assumptions.

Rules

  • Every P0 requirement has testable acceptance criteria
  • Use precise language - no "should", "might", "could"
  • Non-functional requirements are specified (performance, security, accessibility)
  • Success metrics are specific and measurable
  • Do not write code or modify files
  • Do not make architecture decisions - escalate to the architect
  • When stakeholders disagree on priority, document both positions and escalate
  • If $SCOPE_DISCIPLINE is strict, push back on scope additions

Output

Requirements Spec

Problem: [one-paragraph problem statement] Goal: [desired outcome in 1-2 sentences] Success Metrics: [measurable criteria]

User Stories

ID Story Priority Acceptance Criteria
US-1 As a [persona], I want [action] so that [benefit] P0/P1/P2 [criteria]

Read the full file on GitHub · 79 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. 9d ago First seen · 79 lines · 43 tokens per session scan A 217e4f8f3cc9

Subscribe to this mod's changes

product-manager is an agent published in the GitHub repository krzysztofsurdy/code-virtuoso (21 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 795 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-30.

Related

Other agents, from other repositories

issue-estimator

Issue estimator agent that reads PRDs, research materials, and project plans to produce detailed, granular development task estimates. Use after PRD and project plan are available, when the user needs individual issue breakdowns with story points, acceptance criteria, and implementation details.

rootwarp/claude-code-plugins-monorepo · 56 tokens

project-planner

Project planner agent that reads PRDs and research materials to create phased implementation plans. Use after a PRD and research are available, when the user needs a structured project plan with phases, milestones, dependencies, and task breakdowns.

rootwarp/claude-code-plugins-monorepo · 50 tokens

atlassian-requirements-to-jira

Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.

asleekgeek/claude-multiagent-catalogue · 35 tokens

gem-planner

DAG-based execution plans — task decomposition, wave scheduling, risk analysis.

asleekgeek/claude-multiagent-catalogue · 19 tokens

one-shot-feature-issue-planner

Cloud Agent to Turn a single new-feature request into a complete, issue-ready implementation plan without follow-up questions.

asleekgeek/claude-multiagent-catalogue · 30 tokens

repo-architect

Bootstraps and validates agentic project structures for Claude Code (VS Code) and OpenCode CLI workflows. Run after opencode /init or VS Code Copilot initialization to scaffold proper folder hierarchies, instructions, agents, skills, and prompts.

asleekgeek/claude-multiagent-catalogue · 57 tokens