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.
npx agentmods add agents/loopdive/js2/product-ownergit clone --depth 1 https://github.com/loopdive/js2What 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.
| Model | Per session | Once 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 |
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.
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/) andplan/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
TaskCreatewith full context (file paths, line numbers, approach) - Document the planning discussion in
plan/sprints/sprint-{N}-planning.mdas 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
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.
- yesterday First seen · 124 lines · 31 tokens per session scan A b6933db2ae13
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.
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…
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.
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…
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.
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.
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.