Run agile sprints with automated story generation
agile-product-ownerpluginsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Generate INVEST-compliant user stories and sprint plans
Best for
Agile teams that need rapid user story generation (INVEST format) and sprint planning with velocity-aware capacity math.
Inputs
- · Epic or feature description
- · Team velocity (for sprint capacity)
- · Backlog of unrefined items
Outputs
- · User stories with Given/When/Then acceptance criteria
- · Epic breakdown with 5 split techniques
- · Sprint plan with velocity-based capacity math
- · Weighted backlog prioritization
Requires
- · Python user_story_generator tool
Preconditions
- · Team must have defined velocity (historical sprint data)
- · Epics must be roughly estimated before splitting
- · User stories require context about acceptance criteria patterns (GWT, rule-based, checklist)
Failure modes
- · Velocity estimates may be off if team composition changes
- · User stories can be too vague if epic description lacks detail
- · Sprint planning breaks if team capacity is unknown or variable
Trust signals
- · INVEST criteria is industry-standard (Independent, Negotiable, Valuable, Estimable, Small, Testable)
- · Given/When/Then format matches BDD acceptance criteria standard
- · Velocity-based sprint planning is proven scrum practice