Agent skill · Documentation

agile-product-owner

Agile product ownership for backlog management and sprint execution. Covers user story writing, acceptance criteria, sprint planning, and velocity tracking. Use when writing user stories, creating acceptance criteria, planning sprints, estimating story points, breaking down epics, or prioritizing the backlog.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill agile-product-owner --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 12 KB
Bundled scripts: yes
Path: .claude/skills/agile-product-owner/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agile Product Owner Backlog management and sprint execution toolkit for product owners, including user story generation, acceptance criteria patterns, sprint planning, and velocity tracking. --- ## Table of Contents - [What Makes This Skill Different](#what-makes-this-skill-different) - [User Story Generation Workflow](#user-story-generation-workflow) - [Acceptance Criteria Patterns](#acceptance-criteria-patterns) - [Epic Breakdown Workflow](#epic-breakdown-workflow) - [Sprint Planning Workflow](#sprint-planning-workflow) - [Backlog Prioritization](#backlog-prioritization) - [Reference Documentation](#reference-documentation) - [Tools](#tools) --- ## What Makes This Skill Different - **Capacity math that aligns with reality:** sprint capacity is based on velocity × availability factor, not hope. - **Acceptance criteria scaled by story size:** minimum AC counts map to story points to avoid under-spec'ing large items. - **Weighted prioritization that stays consistent:** value 40%, impact 30%, risk 15%, effort 15% keeps tradeoffs explicit. - **Systematic epic splitting techniques:** five concrete split patterns prevent oversized stories. - **INVEST validation baked into workflows:**

What's inside
Steps it walks through
  1. Table of Contents
  2. What Makes This Skill Different
  3. User Story Generation Workflow
  4. User Story Template
  5. Story Types
  6. Persona Reference
  7. Acceptance Criteria Patterns
  8. Given-When-Then Template
  9. Acceptance Criteria Checklist
  10. Minimum Criteria by Story Size
  11. Epic Breakdown Workflow
  12. Splitting Techniques
  13. Epic Example
  14. Sprint Planning Workflow
Ships with 5 files
  • assets/sprint_planning_template.md
  • assets/user_story_template.md
  • references/sprint-planning-guide.md
  • references/user-story-templates.md
  • scripts/user_story_generator.py
Commands it runs
Generate stories from sample epic
python scripts/user_story_generator.py
Plan sprint with capacity
python scripts/user_story_generator.py sprint 30
More from dev-gtm-claude-skills
All skills →
About this skill
What does the agile-product-owner skill do?

Agile product ownership for backlog management and sprint execution. Covers user story writing, acceptance criteria, sprint planning, and velocity tracking. Use when writing user stories, creating acceptance criteria, planning sprints, estimating story points, breaking down epics, or prioritizing the backlog.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill agile-product-owner --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going