multiAI Summary Pending
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.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/agile-product-owner/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/alirezarezvani/agile-product-owner/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agile-product-owner/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agile-product-owner Compares
| Feature / Agent | agile-product-owner | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Agile Product Owner Complete toolkit for Product Owners to excel at backlog management and sprint execution. ## Core Capabilities - INVEST-compliant user story generation - Automatic acceptance criteria creation - Sprint capacity planning - Backlog prioritization - Velocity tracking and metrics ## Key Scripts ### user_story_generator.py Generates well-formed user stories with acceptance criteria from epics. **Usage**: - Generate stories: `python scripts/user_story_generator.py` - Plan sprint: `python scripts/user_story_generator.py sprint [capacity]` **Features**: - Breaks epics into stories - INVEST criteria validation - Automatic point estimation - Priority assignment - Sprint planning with capacity