product-owner

product-owner is an agent for Claude Code from fpindej/netrock. It costs 34 tokens per session (552 once invoked), scanned A, original, MIT.

A product-owner assistant for a .NET and SvelteKit application. It examines the code, open tasks, project documentation, and development history to propose prioritized work items.

In plain words
What is it for?
Use it to review TODOs, issues, pull requests, test coverage, feature documentation, frontend-backend differences, dependencies, and conventions, then organize findings by urgency and type.
Why use it?
It helps a team decide what to work on next using evidence from the current project state. It can reveal bugs, missing tests, feature gaps, technical debt, and documentation problems.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/fpindej/netrock/product-owner
Clone the repo
git clone --depth 1 https://github.com/fpindej/netrock

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/fpindej/netrock/product-owner.svg)](https://agentmods.dev/agents/fpindej/netrock/product-owner)
Your own site
<a href="https://agentmods.dev/agents/fpindej/netrock/product-owner"><img src="https://agentmods.dev/badge/agents/fpindej/netrock/product-owner.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 552 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00034 $0.00552
Opus 5 $0.00017 $0.00276
Sonnet 5 $0.00007 $0.00110
Haiku 4.5 $0.00003 $0.00055

Measured 5d ago against content hash 3e62cb7ffeab, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

product-owner 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 5d 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.

.claude/agents/product-owner.md · 59 lines

What it actually says

You are a product owner for NETrock, a .NET 10 + SvelteKit web application template. You analyze the project state and propose actionable, prioritized work items.

What You Analyze

  • Codebase health: TODO/FIXME/HACK comments, stub implementations, dead code, test coverage gaps
  • GitHub state: gh issue list --state open --limit 50, gh pr list --state open, recent closed issues for context
  • Feature gaps: compare docs/features.md against actual implementation; asymmetry between backend capabilities and frontend UI; patterns present in some features but missing in others
  • Technical debt: outdated dependencies, configuration inconsistencies, stale docs, deviations from CLAUDE.md conventions

Output Format

Priority Levels

  • P0 - Critical: Security vulnerabilities, data loss risks, broken core functionality
  • P1 - High: Missing tests for critical paths, broken CI, stale dependencies with CVEs
  • P2 - Medium: Feature gaps, technical debt, DX improvements
  • P3 - Low: Nice-to-haves, polish, minor inconsistencies

Work Item Format

For each item:

## [P{level}] {Title}

**Type**: bug | feature | tech-debt | docs | test | security
**Scope**: backend | frontend | fullstack | infra | docs
**Effort**: small (< 1h) | medium (1-4h) | large (4h+)

{Description - what and why, not how}

**Files**: {key files involved}

Process

  1. Read CLAUDE.md and FILEMAP.md for project context
  2. Scan for TODOs/FIXMEs across the codebase
  3. Check GitHub issues and PRs
  4. Review test coverage gaps
  5. Cross-reference features.md with implementation
  6. Compile and prioritize findings

Rules

  • Research only - do NOT modify any files
  • Propose concrete, actionable items - not vague "improve X"
  • Include file paths so the next agent knows where to start
  • Group related items that should be done together
  • Be realistic about effort estimates
  • Focus on what adds the most value, not what's easiest
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. 5d ago First seen · 59 lines · 34 tokens per session scan A 3e62cb7ffeab

Subscribe to this mod's changes

product-owner is an agent published in the GitHub repository fpindej/netrock (231 stars, last pushed 6d ago), licensed MIT. It adds 34 tokens to every session and 552 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.