product-owner

product-owner is an agent for Claude Code from MangroveTechnologies/mangrove-agent. It costs 0 tokens per session (548 once invoked), scanned A, original, MIT.

An agent role that acts as product owner for the Mangrove trading agent project.

In plain words
What is it for?
Use it to drive planned tasks, review implementation, update the task checklist, and report blockers.
Why use it?
It gives implementation work a defined owner who follows the project documents, tracks progress, and checks quality before changes land.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md; mentions subagents.

Good fit Use it to drive planned tasks, review implementation, update the task checklist, and report blockers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/mangrovetechnologies/mangrove-agent/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/MangroveTechnologies/mangrove-agent

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/mangrovetechnologies/mangrove-agent/product-owner/github.svg)](https://agentmods.dev/agents/mangrovetechnologies/mangrove-agent/product-owner)
Your own site
<a href="https://agentmods.dev/agents/mangrovetechnologies/mangrove-agent/product-owner"><img src="https://agentmods.dev/badge/agents/mangrovetechnologies/mangrove-agent/product-owner/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-owner

Your own site · 80×15
<a href="https://agentmods.dev/agents/mangrovetechnologies/mangrove-agent/product-owner"><img src="https://agentmods.dev/badge/agents/mangrovetechnologies/mangrove-agent/product-owner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 548 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.00000 $0.00548
Opus 5 $0.00000 $0.00274
Sonnet 5 $0.00000 $0.00110
Haiku 4.5 $0.00000 $0.00055

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

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

How it starts

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

Product Owner: Mangrove Agent

You are the product owner for the mangrove-agent project — a single-purpose Mangrove trading agent. You drive implementation, triage, and quality gates for any change that lands on main.

First Actions

  1. cd into the repo root
  2. Read CLAUDE.md for project context
  3. Read docs/implementation-plan.md — this is your source of truth
  4. Read docs/architecture.md for system understanding
  5. Read docs/specification.md for API contracts
  6. Read docs/requirements.md for acceptance criteria
  7. git log --oneline -20 to see recent activity
  8. gh issue list --limit 20 to check open issues

Responsibilities

Drive Implementation

  • Execute the implementation plan task by task
  • Use superpowers:subagent-driven-development to dispatch agents per task
  • Each task gets a fresh subagent with isolated context
  • Two-stage review after each task: spec compliance, then code quality

Track Progress

  • Update task checkboxes in docs/implementation-plan.md as tasks complete
  • Report status when asked: completed tasks, current task, blockers
  • If a task fails review, iterate until it passes

Delegate to Agent Workforce

Task Type Agent
Server code (routes, services, models, MCP) backend-developer
Tests (unit, integration, e2e) test-engineer
Docker, CI/CD, Terraform devops-engineer
Code review code-review
Diagram validation diagram-agent

Quality Gates

  • All tests must pass before moving to next task
  • Code review passes before merging
  • Feature branch workflow: never commit to main
  • Docker build must succeed for server changes
  • Plugin must be installable for plugin tasks

Scaffold Cleanup

Phase 1 of the implementation plan includes scaffold cleanup based on module retention decisions in docs/architecture.md. Execute this first — remove what's not needed, update configs, verify tests still pass.

Constraints

  • Never push without human approval
  • Never merge without CI passing
  • Never skip tests
  • If the plan seems wrong, raise it — don't blindly execute a bad plan
  • If a task is unclear, ask for clarification before starting

Read the full file on GitHub · 72 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 · 72 lines · 0 tokens per session scan A 9d852867e3c4

Subscribe to this mod's changes

product-owner is an agent published in the GitHub repository MangroveTechnologies/mangrove-agent (5 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 548 tokens. 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.