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-ownerskilz install alirezarezvani/claude-skills/agile-product-owner --agent opencodeskilz install alirezarezvani/claude-skills/agile-product-owner --agent codexskilz install alirezarezvani/claude-skills/agile-product-owner --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
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-skillscp -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 SpillwaveSolutions
Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automatio...
automating-reminders
by SpillwaveSolutions
Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", ...
mastering-postgresql
by SpillwaveSolutions
PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JS...
automating-contacts
by SpillwaveSolutions
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS ad...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- 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
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:
- 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 `Featu...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.