agile-product-owner
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.
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 agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-skills cp -r claude-skills/product-team/agile-product-owner ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 0.0
Agent Skill Grade
D
Score: 67/100
Click to see breakdown
Score Breakdown
Areas to Improve
- Python implementation script is treated as a reference file but lacks proper PDA structure; implementation details don't belong in skill package
- Description uses generic 'Use for' instead of specific trigger terms that activate skill
- Lists capabilities but provides no clear numbered workflow for common tasks
Recommendations
- Focus on improving Pda (currently 16/30)
- Address 2 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 1/23/2026
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:
- Create
references/workflows.mdwith user-facing workflows (Story Generation, Sprint Planning, Backlog Prioritization) - Keep implementation details in the script—don't explain them in SKILL.md
- Add a TOC since this will be >100 lines of real content
- Move the
Featuressection into concrete workflow steps users follow
This restructuring alone gets you +6 points toward PDA.
Other Things Worth Fixing
Add trigger patterns to description - Replace "Use for story writing, sprint planning..." with actual triggers:
'write user story', 'create acceptance criteria', 'plan sprint', 'estimate story points'. Helps discoverability (+4 points).No example templates - Add a simple "Story Templates" section showing: "As a [persona], I want [action] so that [benefit]" with a Given/When/Then acceptance criteria example. Users shouldn't have to guess the format (+3 points).
Workflow clarity missing - Number your core workflows (1. Collect epic details → 2. Break down scope → 3. Generate stories...). Right now it's all capabilities list, no "how do I actually use this?" (+5 points).
Inconsistent terminology - You switch between "user stories" and "stories," "generation" and "generator." Pick one and stick it (+2 points).
Quick Wins
- Restructure around workflows instead of script features → +6 points
- Add specific trigger terms to description → +4 points
- Number your workflow steps (epic → stories → sprint) → +5 points
- Include story and AC templates → +3 points
These four moves get you from 67 to ~85 without changing your core value.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?