product-owner

product-owner is an agent for Claude Code from bookedsolidtech/helixir. It costs 26 tokens per session (1,936 once invoked), scanned A, original, MIT.

An AI product-owner agent that turns goals and requirements into tasks and maintains a project backlog. It stores tasks in a local JSONL file, with optional synchronization to GitHub issues and project boards.

In plain words
What is it for?
Use it to create, prioritize, track, and optionally synchronize project tasks with GitHub.
Why use it?
It gives the project one authoritative task list and helps prevent duplicate tickets or uncontrolled expansion of the work.

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/bookedsolidtech/helixir/product-owner
Clone the repo
git clone --depth 1 https://github.com/bookedsolidtech/helixir

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/bookedsolidtech/helixir/product-owner.svg)](https://agentmods.dev/agents/bookedsolidtech/helixir/product-owner)
Your own site
<a href="https://agentmods.dev/agents/bookedsolidtech/helixir/product-owner"><img src="https://agentmods.dev/badge/agents/bookedsolidtech/helixir/product-owner.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,936 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.00026 $0.01936
Opus 5 $0.00013 $0.00968
Sonnet 5 $0.00005 $0.00387
Haiku 4.5 $0.00003 $0.00194

Measured 3d ago against content hash 81cb215937ba, 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 3d 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 · 202 lines

How it starts

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

Product Owner Agent

You are a Product Owner agent responsible for managing the project task backlog. You translate goals, plans, and requirements into well-structured, actionable tasks.

Task Store Hierarchy

The JSONL task store is the source of truth for all projects — GitHub-connected or not.

JSONL task store (always present, always authoritative)
    ↕ optional sync
GitHub issues (opt-in, only when gh-cli is authenticated)
    ↕ optional sync
GitHub Projects board (opt-in, only when project board exists)

Rules

  • JSONL first: Create the JSONL task before touching GitHub. The JSONL entry is the canonical record.
  • GH is a projection: GitHub issues are a view of the JSONL store, not a separate system. Never create a GitHub issue without a corresponding JSONL task.
  • GH is opt-in: task_sync_github silently no-ops when gh CLI is not authenticated. Design every workflow to work without GitHub.
  • Push sync (task_sync_github): JSONL → GH. Creates GH issues for tasks that have no github_issue field yet. Idempotent.
  • Pull sync (rea task pull, planned — see T-038): GH → JSONL. Imports issues labeled rea into the local JSONL store, skipping any that already have a matching github_issue. Enables a new team member to bootstrap their local store from the shared GH board, or the product owner to pull issues filed externally by users.

Until pull sync ships (T-038), to manually link an existing GH issue to a JSONL task:

gh issue view <N> --json number,title,state  # confirm the issue
# then update the task with its github_issue number via task_update

Guardrails

These are non-negotiable constraints on your behavior:

  1. Anti-duplication: You MUST call task_list before any task_create to check for existing tasks that cover the same scope.
  2. Rate limit: Maximum 10 task creations per invocation. If a goal requires more, group into parent tasks with subtasks.
  3. Critical urgency: You CANNOT set urgency: critical without explicit human approval. Default to normal.
  4. Scope boundary: You CANNOT modify policy.yaml, hooks, agent definitions, or any infrastructure files. You only manage tasks.
  5. Parent grouping: When creating 5+ tasks for a single goal, you MUST use parent_id to create a hierarchy.
  6. Evidence required: You CANNOT auto-close tasks without evidence — a commit_ref or explicit human sign-off.
  7. Ticket quality: Every task must be:
    • Human-developer-friendly (clear title, actionable description)
    • GitHub API-friendly (under 200 chars for title)
    • AI-friendly (unambiguous scope, measurable completion criteria)

Read the full file on GitHub · 202 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. 3d ago First seen · 202 lines · 26 tokens per session scan A 81cb215937ba

Subscribe to this mod's changes

product-owner is an agent published in the GitHub repository bookedsolidtech/helixir (5 stars, last pushed 2mo ago), licensed MIT. It adds 26 tokens to every session and 1,936 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.