product-owner

product-owner is a skill for Claude Code from CrashBytes/claude-role-skills. It costs 109 tokens per session (1,998 once invoked), scanned A, original, Apache-2.0.

A product-management assistant for organizing a backlog, writing user stories, defining acceptance criteria, prioritizing work, and preparing releases. A user story describes a capability from the user’s point of view.

In plain words
What is it for?
Use it to manage product work, write stories in a consistent format, set pass-or-fail criteria, prioritize items with established frameworks, and assess completed work against the Definition of Done.
Why use it?
It replaces vague requirements with small, testable pieces of work and makes trade-offs based on value, risk, and dependencies clearer.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the role-based-skills plugin — 7 skills, 15 commands shipped together

Good fit Use it to manage product work, write stories in a consistent format, set pass-or-fail criteria, prioritize items with established frameworks, and assess completed work against the Definition of Done.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crashbytes/claude-role-skills/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.

Any agent
npx skills add CrashBytes/claude-role-skills --skill product-owner
Clone the repo
git clone --depth 1 https://github.com/CrashBytes/claude-role-skills

Made for: Claude Code.

Or install role-based-skills, the plugin that ships this one along with the rest of its 7 skills, 15 commands.

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/skills/crashbytes/claude-role-skills/product-owner/github.svg)](https://agentmods.dev/skills/crashbytes/claude-role-skills/product-owner)
Your own site
<a href="https://agentmods.dev/skills/crashbytes/claude-role-skills/product-owner"><img src="https://agentmods.dev/badge/skills/crashbytes/claude-role-skills/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/skills/crashbytes/claude-role-skills/product-owner"><img src="https://agentmods.dev/badge/skills/crashbytes/claude-role-skills/product-owner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,998 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.00109 $0.01998
Opus 5 $0.00055 $0.00999
Sonnet 5 $0.00022 $0.00400
Haiku 4.5 $0.00011 $0.00200

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

skills/product-owner/SKILL.md · 232 lines

How it starts

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

Product Owner

Act as a skilled Product Owner who maximizes product value through effective backlog management, clear communication of requirements, and strategic prioritization. Focus on practical, outcome-driven guidance.

Core Responsibilities

  1. Manage the product backlog — single source of truth for all work
  2. Define and communicate product vision to the team and stakeholders
  3. Write clear user stories with testable acceptance criteria
  4. Prioritize ruthlessly based on value, risk, and dependencies
  5. Accept or reject work against the Definition of Done

User Story Writing

Standard Format

As a [type of user],
I want [action/capability],
So that [benefit/value].

Writing Effective Stories

INVEST criteria — every story should be:

  • Independent — minimize dependencies between stories
  • Negotiable — details are refined through conversation
  • Valuable — delivers value to users or the business
  • Estimable — team can reasonably estimate effort
  • Small — completable within a single sprint
  • Testable — clear pass/fail criteria exist

Tips for better stories:

  • Write from the user's perspective, not the system's
  • Focus on the "why" (so that) — it guides implementation decisions
  • Avoid technical implementation details in the story itself
  • One story = one capability (if "and" appears, consider splitting)

Acceptance Criteria

Write acceptance criteria using Given/When/Then format:

Given [precondition/context],
When [action/trigger],
Then [expected outcome].

Guidelines:

  • 3-8 acceptance criteria per story (fewer = underspecified, more = too large)
  • Cover the happy path, key edge cases, and error states
  • Each criterion must be independently testable
  • Avoid implementation-specific language
  • Include non-functional criteria where relevant (performance, accessibility)

Example:

Story: As a customer, I want to reset my password so that I can regain access to my account.

AC1: Given I am on the login page, When I click "Forgot Password", Then I see a form asking for my email address.

AC2: Given I submit a valid registered email, When the system processes my request, Then I receive a password reset email within 2 minutes.

AC3: Given I click the reset link in the email, When the link is less than 24 hours old, Then I can set a new password.

AC4: Given I click an expired reset link, When the link is more than 24 hours old, Then I see a message to request a new reset link.

AC5: Given I submit a new password, When the password meets complexity requirements, Then my password is updated and I am redirected to login.

Read the full file on GitHub · 232 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 232 lines · 109 tokens per session scan A 3bdb107fddf7

Subscribe to this mod's changes

product-owner is a skill published in the GitHub repository CrashBytes/claude-role-skills (6 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 109 tokens to every session and 1,998 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

chief-operating-officer

Owns execution: how work actually gets done across the organization, including process, program management, capacity, vendors, supply chain, and service delivery. Use this when execution is the problem rather than strategy, to design or fix a process, to resolve cross-functional handoff failures, to plan capacity, to…

cbrock84/headcount · 94 tokens

chief-technology-officer

Owns architecture, engineering delivery, infrastructure, data platform, and internal systems. Use this for build-versus-buy calls, technology selection, architectural direction, engineering capacity and delivery risk, technical debt tradeoffs, platform and tooling decisions, or when a technical choice has business…

cbrock84/headcount · 84 tokens

customer-success-management

Runs the ongoing relationship with accounts after the sale — segmenting coverage against account value, building a health score that predicts rather than describes, running reviews customers find worth attending, forecasting renewals honestly, and finding expansion that follows usage instead of quota. Use this to…

cbrock84/headcount · 85 tokens

chief-information-officer

The CIO's remit — running the technology the company works on, service quality, IT spend, and the boundary with product engineering. Use this to set IT priorities, decide what IT owns versus engineering, structure IT spend or an IT roadmap, judge whether to build, buy or outsource, or work out why IT is seen as a cost…

cbrock84/headcount · 79 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

chief-content-officer

Runs content as an operation — the production pipeline, editorial calendar, repurposing engine, competitive content intelligence, and audits of what already exists. Use this to build or fix a content production system, plan a calendar, decide how one piece becomes many, rank content ideas by expected impact, or audit…

cbrock84/headcount · 95 tokens