agile-product-owner

579 stars 112 forks
0
D

Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and velocity tracking. Use for story writing, sprint planning, stakeholder communication, and agile ceremonies.

CommandsAgentsMarketplace
#Owner including#claude-ai#product#claudecode-subagents#claude-ai-skills#Senior Product#story generation#sprint

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install alirezarezvani/claude-skills/agile-product-owner
skilz install alirezarezvani/claude-skills/agile-product-owner --agent opencode
skilz install alirezarezvani/claude-skills/agile-product-owner --agent codex
skilz install alirezarezvani/claude-skills/agile-product-owner --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/alirezarezvani/claude-skills
2. Copy the agent skill directory:
cp -r claude-skills/product-team/agile-product-owner ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
claude-skills
Stars
579
Forks
112
Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

D
Score: 67/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
16/30
Ease of Use
18/25
Writing Style
7/10
Utility
14/20

Areas to Improve

  • Script as pseudo-reference
  • Missing trigger patterns
  • No workflow steps

Recommendations

  • Focus on improving Pda (currently 16/30)
  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 2026-01-24

Developer Feedback

Looking at how you've structured the PO guidance around sprint cycles and stakeholder management—I noticed the spec coverage could use some reinforcement in a few key areas, but the practical focus is solid.

Links:

The TL;DR

You're at 67/100, D grade territory. This is based on Anthropic's 5-pillar framework for evaluating agentic skills. Your strongest area is Spec Compliance (12/15)—the YAML structure is solid—but Progressive Disclosure Architecture (16/30) is dragging the score down. The gap between "working implementation" and "well-structured skill" is costing you roughly 25 points.

What's Working Well

  • Valid YAML frontmatter - You've got the required fields correct and properly formatted (5/5 on spec compliance)
  • Real problem-solving focus - INVEST criteria validation, sprint planning with capacity, velocity tracking actually address what product owners need
  • Working implementation - The Python script provides tangible value rather than just theory
  • Decent metadata baseline - "agile-product-owner" follows naming conventions and your description hits real product owner activities

The Big One: Architecture Is Backwards

Your biggest issue is treating the Python script like a reference document when it should be implementation detail. Right now you're describing script features (lines 17-31) in SKILL.md, which wastes token budget and buries the actual skill workflow.

Here's the fix:

  1. Create references/workflows.md with user-facing workflows (Story Generation, Sprint Planning, Backlog Prioritization)
  2. Keep implementation details in the script—don't explain them in SKILL.md
  3. Add a TOC since this will be >100 lines of real content
  4. Move the `Featu...

AI-Detected Topics

Extracted using NLP analysis

Owner including claude-ai product claudecode-subagents claude-ai-skills Senior Product story generation sprint Owner Complete claude-skills

Report Security Issue

Found a security vulnerability in this agent skill?