/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.
One skill from claude-code-templates.
shell
$ npx -y skills add davila7/claude-code-templates --skill agile-product-owner --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/agile-product-owner
Context preview
The summary Claude sees to decide when to auto-load this skill.
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.
Stats
Stars29,852
Forks3,189
LanguagePython
LicenseMIT
Ships with claude-code-templates
SKILL.md
agile-product-owner.SKILL.md
--- name: agile-product-owner description: 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. --- # 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
