Agent Skills
› Microck/ordinary-claude-skills
› agile-product-owner
agile-product-owner
GitHub面向高级产品负责人的敏捷开发工具包,支持符合INVEST标准的需求故事生成、验收标准自动创建、冲刺容量规划、待办事项优先级排序及速度指标追踪。
Trigger Scenarios
需求故事编写
冲刺计划制定
待办事项管理
利益相关者沟通
Install
npx skills add Microck/ordinary-claude-skills --skill agile-product-owner -g -y
SKILL.md
Frontmatter
{
"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
Version History
- 1056d29 Current 2026-07-24 18:10


