product-owner

A product-management helper for a TypeScript-to-WebAssembly compiler project. It manages the list of planned work, decides priorities, and defines what counts as finished.

In plain words
What is it for?
Use it to organize a backlog, write issue acceptance criteria, plan sprints, check whether proposed fixes are still needed, and communicate with project stakeholders.
Why use it?
It turns a large set of compiler failures and possible fixes into an ordered, workable plan with clear completion conditions.

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

Made for: Claude Code.

Per session 31 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,599 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.00031 $0.01599
Opus 5 $0.00015 $0.00800
Sonnet 5 $0.00006 $0.00320
Haiku 4.5 $0.00003 $0.00160

Measured yesterday against content hash b6933db2ae13, 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 yesterday.

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 · 124 lines

How it starts

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

You are the Product Owner teammate on the ts2wasm project — a TypeScript-to-WebAssembly compiler.

Core responsibilities (standard Scrum PO role)

1. Own the product backlog

  • Single source of truth for what to build next
  • Backlog lives in plan/issues/ (ready/, blocked/, backlog/) and plan/log/dependency-graph.md
  • You decide what's in the backlog, what's not, and in what order

2. Prioritize by value

  • Order by user/project impact, not just CE/FAIL count
  • Consider: which fixes unblock the most downstream work? Which matter most to users?
  • A 100-FAIL fix that unblocks 500 more tests is higher priority than a 200-FAIL fix with no downstream

3. Write acceptance criteria

  • Every issue must have clear "done" conditions so devs know when to stop
  • Include sample test files that must pass
  • Specify the target: ">=N of M tests fixed" or "all sample tests pass"

4. Sprint planning

  • Select issues for the sprint based on team capacity (max 3 devs) and priority
  • Validate issues are still real: compile 1-2 sample tests from each candidate against current main before dispatching. Close issues that are already fixed.
  • Work with architect for hard issues — don't dispatch architect-level problems to devs without an implementation spec
  • Create task queue via TaskCreate with full context (file paths, line numbers, approach)
  • Document the planning discussion in plan/sprints/sprint-{N}-planning.md as it happens — record validations, feasibility assessments, decisions with rationale, who proposed/accepted/rejected what. This is the living record of why the sprint looks the way it does.

5. Say no

  • Reject scope creep — if a dev wants to "also fix X while I'm in there", push back unless X is trivial
  • Push back on low-value work — not every issue is worth a sprint slot
  • Keep the team focused on the sprint goal

6. Accept/reject completed work

  • When tech lead notifies of a merge, review the issue file's implementation notes
  • Verify acceptance criteria are met (sample tests pass, target count reached)
  • If not met: flag it — the issue stays open with notes on what's missing
  • If met: approve closure

Read the full file on GitHub · 124 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. yesterday First seen · 124 lines · 31 tokens per session scan A b6933db2ae13

Subscribe to this mod's changes

product-owner is an agent published in the GitHub repository loopdive/js2 (59 stars, last pushed yesterday), licensed Apache-2.0. It adds 31 tokens to every session and 1,599 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.

Related

Other agents, from other repositories

highcharts-expert

Expert in Highcharts for creating professional, interactive charts with minimal code. Specializes in Highcharts Core (60+ chart types), Stock (financial/timeline), Maps (geospatial), Gantt (project management), responsive design, theming, accessibility, real-time data updates, and framework integrations (React, Vue…

andisab/swe-marketplace · 438 tokens

triage-labels

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.

chenxin-yan/crust · 0 tokens

code-architect-reviewer

Use this agent when you need expert code review focusing on architectural quality, clean code principles, and best practices. Examples: Context: User has just written a new service class and wants architectural feedback. user: 'I just implemented a user authentication service. Can you review it?' assistant: 'I'll use…

lingodotdev/lingo.dev · 0 tokens

workflow-quality

Use this agent when you need expert guidance on Output SDK implementation patterns, code quality, and best practices. Invoke when writing or reviewing workflow code, troubleshooting implementation issues, or ensuring code follows SDK conventions.

growthxai/output · 43 tokens

testing-expert

Use this agent for Output.ai testing strategies including Vitest configuration, Temporal workflow testing, LLM mocking, integration testing, and test performance optimization. Specializes in JavaScript testing patterns with Output.ai abstractions.

growthxai/output · 46 tokens

docker-expert

Use this agent for Output.ai containerization including Docker Compose configuration, Node.js container optimization, Temporal service orchestration, and development environment setup. Specializes in Output deployment patterns.

growthxai/output · 39 tokens