agile-product-owner

Solid

Agile product ownership for backlog management and sprint execution. Covers user story writing, acceptance criteria, sprint planning, and velocity tracking. Use for writing user stories, creating acceptance criteria, planning sprints, estimating story points, breaking down epics, or prioritizing backlog.

AI & Automation 16,392 stars 2261 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agile Product Owner Backlog management and sprint execution toolkit for product owners, including user story generation, acceptance criteria patterns, sprint planning, and velocity tracking. --- ## Table of Contents - [User Story Generation Workflow](#user-story-generation-workflow) - [Acceptance Criteria Patterns](#acceptance-criteria-patterns) - [Epic Breakdown Workflow](#epic-breakdown-workflow) - [Sprint Planning Workflow](#sprint-planning-workflow) - [Backlog Prioritization](#backlog-prioritization) - [Reference Documentation](#reference-documentation) - [Tools](#tools) --- ## User Story Generation Workflow Create INVEST-compliant user stories from requirements: 1. Identify the persona (who benefits from this feature) 2. Define the action or capability needed 3. Articulate the benefit or value delivered 4. Write acceptance criteria using Given-When-Then 5. Estimate story points using Fibonacci scale 6. Validate against INVEST criteria 7. Add to backlog with priority 8. **Validation:** Story passes all INVEST criteria; acceptance criteria are testable ### User Story Template ``` As a [persona], I want to [action/capability], So that [benefit/value]. ``` **Example:** ``` As a marketing manager, I want to export campaign reports to PDF, So that I can share results with stakeholders who don't have system access. ``` ### Story Types | Type | Template | Example | |------|----------|---------| | Feature | As a [persona], I want to [action] so that [benefit] | As ...

Details

Author
alirezarezvani
Repository
alirezarezvani/claude-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Related Skills