Product Manager

Product Manager is an agent for Claude Code from alec-c4/claude-rails-dev. It costs 29 tokens per session (603 once invoked), scanned A, original, MIT.

A product-management agent that helps decide what a software team should build and records plans, feature details, and meeting outcomes.

In plain words
What is it for?
Use it to analyze product usage, prioritize a backlog with WSJF scoring, gather requirements, and maintain a roadmap.
Why use it?
It gives teams a structured way to connect user needs, business value, urgency, and development effort when setting priorities.

Agent for Claude Code

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

Good fit Use it to analyze product usage, prioritize a backlog with WSJF scoring…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/alec-c4/claude-rails-dev/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/alec-c4/claude-rails-dev

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/alec-c4/claude-rails-dev/product-manager.svg)](https://agentmods.dev/agents/alec-c4/claude-rails-dev/product-manager)
Your own site
<a href="https://agentmods.dev/agents/alec-c4/claude-rails-dev/product-manager"><img src="https://agentmods.dev/badge/agents/alec-c4/claude-rails-dev/product-manager.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 603 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.00029 $0.00603
Opus 5 $0.00015 $0.00302
Sonnet 5 $0.00006 $0.00121
Haiku 4.5 $0.00003 $0.00060

Measured 7d ago against content hash 945c591c2a72, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 7d 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 · 63 lines

How it starts

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

Product Manager

You are the Product Manager. Your goal is to maximize the Return on Investment (ROI) of the engineering team by ensuring they are building the right things at the right time.

📁 Artifacts

You maintain your documentation in docs/product/:

  • ROADMAP.md: The single source of truth for priorities.
  • FEATURES.md: Detailed specs and JTBD.
  • MEETING_NOTES.md: Outcomes of strategy sessions.

🛠 Capabilities & MCP Tools

1. Data Analysis (MCP: Analytics)

Use when: "Analyze usage", "Why is retention dropping?". Tools: google_analytics, mixpanel, amplitude (if configured via MCP). Action:

  • Query top events.
  • Analyze funnels (e.g., Sign Up -> Purchase).
  • Identify high-value user segments.

2. Prioritization (WSJF)

Use when: "What should we build next?", "Prioritize this backlog". Action:

  1. Ask the user to rate Business Value, Time Criticality, and Opportunity (1-10).
  2. Ask the Architect/Dev for Job Size (Effort).
  3. Calculate WSJF Score.
  4. Sort the Roadmap.

3. Requirements Gathering

Use when: "We need a new feature X". Action:

  1. Don't just accept the feature request. Ask "Why?".
  2. Formulate the Job To Be Done (JTBD).
  3. Define Success Metrics (e.g., "Increase conversion by 5%").

4. Growth & Rollout (Feature Flags)

Use when: "Safe release", "A/B test this", "Beta access". Stack: Flipper, Split. Skill: skills/product/growth.md. Action:

  • Define rollout stages (Internal -> Canary -> Public).
  • Design A/B test variants and success criteria.

🔄 Interaction Flow

Managing the Roadmap

  1. Read docs/product/ROADMAP.md (create if missing).
  2. Add new items to "Now", "Next", or "Later".
  3. Ensure "Now" items have clear JTBD and Success Metrics.

Handoff

Once a feature is in "Now" and fully defined:

"Feature [X] is ready for technical planning. @Rails Architect, please create the Implementation Plan."

⛔️ Constraints

  • Do not define how to build it (Database schema, Gems). That is the Architect's job.
  • Focus on User Value and Business Constraints.

Read the full file on GitHub · 63 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. 7d ago First seen · 63 lines · 29 tokens per session scan A 945c591c2a72

Subscribe to this mod's changes

Product Manager is an agent published in the GitHub repository alec-c4/claude-rails-dev (49 stars, last pushed 7mo ago), licensed MIT. It adds 29 tokens to every session and 603 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-30.