agile-product-owner

Generate INVEST-compliant user stories and sprint plans from epics.

4|5|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/QuestNova502/claude-skills-sync --skill agile-product-owner-questnova502
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agile-product-owner
Source: https://github.com/QuestNova502/claude-skills-sync/tree/main/skills/agile-product-owner
Command: npx skills add https://github.com/QuestNova502/claude-skills-sync --skill agile-product-owner-questnova502

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generating well-formed, INVEST-compliant user stories and planning sprints can be time-consuming and error-prone for Product Owners.

Core Features & Use Cases

  • INVEST-compliant user story generation from epics with automatic acceptance criteria
  • Sprint capacity planning, backlog prioritization, and velocity tracking
  • Clear stakeholder communication through ready-to-use narratives and story formats

Quick Start

Run python scripts/user_story_generator.py to generate stories from your epic and plan your sprint.

Frequently Asked Questions about agile-product-owner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate INVEST-compliant user stories from epics?

You can generate INVEST-compliant user stories from epics by running the user story generator script, which automates story creation and outputs ready-to-use narratives with acceptance criteria for backlog management.

What is the best way to plan sprint capacity and track velocity?

Sprint capacity planning and velocity tracking are automated by running the sprint planning script, which calculates team capacity and monitors velocity to produce structured sprint plans for product owners.

How does automated acceptance criteria creation work for backlog management?

Automated acceptance criteria creation works by processing epic inputs through the story generator script, which parses requirements and outputs structured acceptance criteria directly within each generated user story.

Can I use this for stakeholder communications in software product development?

Yes, you can use this for stakeholder communications in software product development because it generates clear, ready-to-use narratives and structured story formats that communicate sprint plans and backlog priorities effectively.

Do I need any dependencies to run the user story generator script?

No dependencies are required to run the user story generator script, as the Skill operates independently using standard Python scripts to perform INVEST validation and sprint planning tasks.

Why does my user story fail INVEST validation during backlog management?

User stories fail INVEST validation when they lack clear acceptance criteria or independent value, which this Skill prevents by automatically validating generated stories against INVEST principles during backlog management.