# 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.

- Skill: `ngxtm-devkit/agile-product-owner` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ngxtm-devkit/agile-product-owner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ngxtm-devkit/agile-product-owner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: ngxtm (https://skillmd.com/u/ngxtm-devkit)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/ngxtm-devkit/agile-product-owner

---


# 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: `python3 ~/.{TOOL}/skills/agile-product-owner/scripts/user_story_generator.py`
- Plan sprint: `python3 ~/.{TOOL}/skills/agile-product-owner/scripts/user_story_generator.py sprint [capacity]`

**Features**:
- Breaks epics into stories
- INVEST criteria validation
- Automatic point estimation
- Priority assignment
- Sprint planning with capacity

