agile-product-owner

agile-product-owner is a skill for Claude Code, Codex from seaworld008/Commonly-used-high-value-skills. It costs 31 tokens per session (2,813 once invoked), scanned A, a copy of agile-product-owner, MIT.

An Agile product-ownership toolkit for turning product requirements into manageable work. Agile is a way of organizing development into short planning and delivery cycles.

In plain words
What is it for?
Use it to write user stories and acceptance criteria, split large features into smaller work, plan sprints, estimate effort, and prioritize a backlog.
Why use it?
It helps teams turn broad ideas into clear tasks, agree on what counts as complete, and choose what to deliver first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to write user stories and acceptance criteria, split large features into smaller work, plan sprints, estimate effort, and prioritize a backlog.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seaworld008/commonly-used-high-value-skills/agile-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 seaworld008/Commonly-used-high-value-skills --skill agile-product-owner
Clone the repo
git clone --depth 1 https://github.com/seaworld008/Commonly-used-high-value-skills

Made for: Claude Code, Codex.

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 agile-product-owner

README.md
[![agentmods](https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/agile-product-owner/github.svg)](https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/agile-product-owner)
Your own site
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/agile-product-owner"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/agile-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 agile-product-owner

Your own site · 80×15
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/agile-product-owner"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/agile-product-owner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,813 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 95% copy Near-identical to another mod 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.00031 $0.02813
Opus 5 $0.00015 $0.01406
Sonnet 5 $0.00006 $0.00563
Haiku 4.5 $0.00003 $0.00281

Measured 5d ago against content hash a51c7df49b6a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

agile-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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/user_story_generator.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

95% identical to agile-product-owner — 48 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

openclaw-skills/agile-product-owner/SKILL.md · 412 lines

How it starts

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

Agile Product Owner

Backlog management and sprint execution toolkit for product owners, including user story generation, acceptance criteria patterns, sprint planning, and velocity tracking.

When to Use

Use this skill when the user wants to:

  • turn product requirements into user stories
  • write or improve acceptance criteria
  • break down epics into sprint-sized work
  • prioritize backlog items or prepare a sprint plan
  • reason about velocity, commitment, and delivery scope

Usage

Recommended flow:

define product goal
-> choose story or planning workflow
-> write stories and acceptance criteria
-> size and prioritize
-> load sprint or backlog with explicit trade-offs

Table of Contents


User Story Generation Workflow

Create INVEST-compliant user stories from requirements:

  1. Identify the persona (who benefits from this feature)
  2. Define the action or capability needed
  3. Articulate the benefit or value delivered
  4. Write acceptance criteria using Given-When-Then
  5. Estimate story points using Fibonacci scale
  6. Validate against INVEST criteria
  7. Add to backlog with priority
  8. Validation: Story passes all INVEST criteria; acceptance criteria are testable

User Story Template

As a [persona],
I want to [action/capability],
So that [benefit/value].

Example:

As a marketing manager,
I want to export campaign reports to PDF,
So that I can share results with stakeholders who don't have system access.

Story Types

Type Template Example
Feature As a [persona], I want to [action] so that [benefit] As a user, I want to filter search results so that I find items faster
Improvement As a [persona], I need [capability] to [goal] As a user, I need faster page loads to complete tasks without frustration
Bug Fix As a [persona], I expect [behavior] when [condition] As a user, I expect my cart to persist when I refresh the page
Enabler As a developer, I need to [technical task] to enable [capability] As a developer, I need to implement caching to enable instant search

Read the full file on GitHub · 412 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. 5d ago Changed · -28 tokens per session a51c7df49b6a
  2. 13d ago First seen · 412 lines · 59 tokens per session scan A 628294b52558

Subscribe to this mod's changes

agile-product-owner is a skill published in the GitHub repository seaworld008/Commonly-used-high-value-skills (70 stars, last pushed 5d ago), licensed MIT. It adds 31 tokens to every session and 2,813 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to agile-product-owner, differing in 48 lines, and is treated as a copy.