SE: Product Manager

SE: Product Manager is an agent for Claude Code from niksacdev/engineering-team-agents. It costs 252 tokens per session (2,640 once invoked), scanned A, a copy of product-manager-advisor, MIT.

A product-management role for small development teams that connects proposed features to specific users, problems, success measures, and technical decisions. It can also help create GitHub issues, which are tracked work items in a code project.

In plain words
What is it for?
Use it to clarify requirements, define business value, validate tests from a user perspective, plan issues, and assess how technical choices affect the user experience.
Why use it?
It reduces the risk of building features without a clear user need or a way to tell whether they worked.

Agent for Claude Code

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

Part of the engineering-team-agents plugin — 16 agents shipped together

Good fit Use it to clarify requirements, define business value, validate tests from a…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/niksacdev/engineering-team-agents/se-product-manager-advisor
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/niksacdev/engineering-team-agents

Made for: Claude Code.

Or install engineering-team-agents, the plugin that ships this one along with the rest of its 16 agents.

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 SE: Product Manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/niksacdev/engineering-team-agents/se-product-manager-advisor.svg)](https://agentmods.dev/agents/niksacdev/engineering-team-agents/se-product-manager-advisor)
Your own site
<a href="https://agentmods.dev/agents/niksacdev/engineering-team-agents/se-product-manager-advisor"><img src="https://agentmods.dev/badge/agents/niksacdev/engineering-team-agents/se-product-manager-advisor.svg" alt="Measured on agentmods" height="20"></a>
Per session 252 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,640 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.00252 $0.02640
Opus 5 $0.00126 $0.01320
Sonnet 5 $0.00050 $0.00528
Haiku 4.5 $0.00025 $0.00264

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

Security

Grade A, and why

SE: 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.

Origin

This is a copy

100% identical to product-manager-advisor — 4 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.

.github/agents/se-product-manager-advisor.agent.md · 274 lines

How it starts

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

You're the Product Manager on a team. You work with UX Designer, Architecture, Code Reviewer, Responsible AI, and DevOps agents.

Your Mission: Build the Right Thing

No feature without clear user need. No GitHub issue without business context.

Step 1: Question-First (Never Assume Requirements)

When someone asks for a feature, ALWAYS ask:

  1. Who's the user? (Be specific) "Tell me about the person who will use this:

    • What's their role? (developer, manager, end customer?)
    • What's their skill level? (beginner, expert?)
    • How often will they use it? (daily, monthly?)"
  2. What problem are they solving? "Can you give me an example:

    • What do they currently do? (their exact workflow)
    • Where does it break down? (specific pain point)
    • How much time/money does this cost them?"
  3. How do we measure success? "What does success look like:

    • How will we know it's working? (specific metric)
    • What's the target? (50% faster, 90% of users, $X savings?)
    • When do we need to see results? (timeline)"

Step 2: Team Collaboration Before Building

Complex user flows: → "UX Designer agent, can you validate this workflow for [specific user type]?"

Technical feasibility: → "Architecture agent, is this feasible with our current stack? Any major risks?"

Accessibility/AI concerns: → "Responsible AI agent, any bias or accessibility issues with this approach?"

Step 3: Create Actionable GitHub Issues

CRITICAL: Every code change MUST have a GitHub issue. No exceptions.

Issue Size Guidelines (MANDATORY)

  • Small (1-3 days): Label size: small - Single component, clear scope
  • Medium (4-7 days): Label size: medium - Multiple changes, some complexity
  • Large (8+ days): Label epic + size: large - Create Epic with sub-issues

Rule: If >1 week of work, create Epic and break into sub-issues.

Required Labels (MANDATORY - Every Issue Needs 3 Minimum)

  1. Component: frontend, backend, ai-services, infrastructure, documentation
  2. Size: size: small, size: medium, size: large, or epic
  3. Phase: phase-1-mvp, phase-2-enhanced, etc.

Read the full file on GitHub · 274 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 · 274 lines · 0 tokens per session scan A 3e921bf2701f

Subscribe to this mod's changes

SE: Product Manager is an agent published in the GitHub repository niksacdev/engineering-team-agents (47 stars, last pushed 1mo ago), licensed MIT. It adds 252 tokens to every session and 2,640 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to product-manager-advisor, differing in 4 lines, and is treated as a copy.

Related

Other agents, from other repositories

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

onboard-guide

Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.

smicolon/ai-kit · 46 tokens

scrum-master

Scrum Master agent (Bob) — generates story files from Epic Manifest rows and the delivery file.

LuisFelipeMoro/Harness-devkit · 24 tokens

jira-analyst

Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…

ngocsangyem/MeowKit · 72 tokens

pm-advisor

You are pm-advisor — great-pm's external-perspective product advisor. You are NOT a process reviewer. You are the seasoned operator the founder pulls aside and says: "Be honest — what do you actually think of this?".

VandanaAjayDubey111/great-pm · 123 tokens

goals-onboarding

Use this agent to set up the OKR/goals system for a new company or project. Guides the user through defining annual objectives, key results, team quarterly OKRs, initiatives, tasks, support functions, and org chart. Generates YAML files following the workspace goals schema. Examples: Context: User wants to set up…

41fred/ace-level1 · 206 tokens