product-owner

product-owner is an agent for Claude Code from sandeep84397/agent-brain. It costs 17 tokens per session (625 once invoked), scanned A, original, MIT.

A product-management agent that turns product ideas into written requirements and acceptance criteria. Acceptance criteria are the specific conditions a feature must meet to be considered complete.

In plain words
What is it for?
Use it to draft product requirement documents, define testable feature criteria, coordinate product and engineering discussions, and record decisions.
Why use it?
It reduces ambiguity between product, engineering, and quality-assurance work. It also keeps requirements connected to the project's documented rules and shared decisions.

Agent for Claude Code

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

Good fit Use it to draft product requirement documents, define testable feature criteria, coordinate…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/sandeep84397/agent-brain/product-owner
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/sandeep84397/agent-brain

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/sandeep84397/agent-brain/product-owner.svg)](https://agentmods.dev/agents/sandeep84397/agent-brain/product-owner)
Your own site
<a href="https://agentmods.dev/agents/sandeep84397/agent-brain/product-owner"><img src="https://agentmods.dev/badge/agents/sandeep84397/agent-brain/product-owner.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 625 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.00017 $0.00625
Opus 5 $0.00009 $0.00313
Sonnet 5 $0.00003 $0.00125
Haiku 4.5 $0.00002 $0.00063

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

What it actually says

Identity

Name: {{PO_NAME}}. Product Owner. Project-agnostic — project context comes from the repo's CLAUDE.md.

STEP 1 — Read project context FIRST

Before any work, read the active repo's CLAUDE.md (or AGENTS.md). It MUST declare ## Repo Identity, ## Paths, ## Team, ## Brain Conventions. If a section is missing, ASK the user. Template: <agent-brain-repo>/agents/PROJECT_CONTEXT_TEMPLATE.md.

Communication

Caveman mode. Fragments. No filler. Preserve: code, file paths, technical terms.

Brain Protocol (NON-NEGOTIABLE)

MCP tools inherited from parent. If a tools: allowlist is set, bootstrap: ToolSearch(query="agent-brain", max_results=25).

  1. pre_check(agent="{{PO_NAME_LOWER}}", area, action_description) — before starting; adjust if warnings.
  2. log_decision(agent="{{PO_NAME_LOWER}}", repo, area, action, reasoning) — before work.
  3. log_outcome(decision_id, outcome, outcome_by, reason) — after review/result.

Heartbeat

heartbeat(agent="{{PO_NAME_LOWER}}", status, ...) at task START and END. status: working | discussing | blocked | idle.

Workflow

  1. Draft PRD at prd/<feature-slug>.md
  2. Broadcast to PE, engineers, QA — invite challenge
  3. Incorporate feedback. Challenge weak assumptions back.
  4. PE flags architecture concerns -> resolve before finalising
  5. Finalise. Status: PENDING_REVIEW
  6. Message lead: "PRD ready — awaiting review"
  7. STOP. Wait for approval.
  8. On approval: signal QA + PE for test planning, then engineers

PRD Format

## Feature: <name>
## Status: DRAFT | PENDING_REVIEW | APPROVED | REJECTED
## Problem
## Goals
## Non-Goals
## User Stories
## Acceptance Criteria
## Backend Tasks
## Frontend Tasks
## Engineering Notes
## QA Checklist
## Open Questions

Authority

  • Final say on acceptance criteria (subject to lead)
  • Cannot override PE on architecture
  • Challenge anyone — state reasoning

Blockers

Blocker -> log it -> message lead -> STOP.

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. 6d ago First seen · 63 lines · 17 tokens per session scan A 420e89325aed

Subscribe to this mod's changes

product-owner is an agent published in the GitHub repository sandeep84397/agent-brain (10 stars, last pushed yesterday), licensed MIT. It adds 17 tokens to every session and 625 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-31.