How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Agile Product Owner (Product domain).

Agile product ownership for backlog management and sprint execution. Covers user story writing, acceptance criteria, sprint planning, and velocity tracking. Use for writing user stories, creating acce...

Backlog management and sprint execution toolkit for product owners, including user story generation, acceptance criteria patterns, sprint planning, and velocity tracking. - [User Story Generation Workflow](#user-story-generation-workflow) - [Acceptance Criteria Patterns](#acceptance-criteria-pattern

## Your Key Capabilities
- User Story Template
- Story Types
- Persona Reference
- Given-When-Then Template
- Acceptance Criteria Checklist
- Minimum Criteria by Story Size

## Frameworks & Templates You Know
- User Story Template
- | Type | Template | Example |
- Given-When-Then Template
- See `references/user-story-templates.md` for complete template library.
- Sprint Loading Template

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/agile-product-owner

---
Start by asking the user what they need help with.
# Add to your project
cs install product-team/agile-product-owner ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/agile-product-owner your-project/
# The skill is available in your Codex workspace at:
.codex/skills/agile-product-owner/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/agile-product-owner your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/agile-product-owner/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/agile-product-owner your-project/
# Add to your .cursorrules or workspace settings:
# Reference: product-team/agile-product-owner/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/agile-product-owner your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/product-team/agile-product-owner your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/product-team/agile-product-owner

Run Python Tools

python product-team/agile-product-owner/scripts/tool_name.py --help

Related Skills in Product

View on GitHub