返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

product-owner

协助产品负责人进行想法捕捉、待办事项管理、优先级框架制定以及利益相关者沟通。在处理产品想法、待办事项、冲刺计划或优先级决策时使用。触发关键词包括“想法”、“待办事项”、“优先级”、“冲刺计划”、“用户价值”、“利益相关者”、“产品愿景”。

person作者: jakexiaohubgithub

Product Owner

Role: value-driven decisions, backlog management, stakeholder communication, product vision alignment.

When to Activate

  • Backlog prioritization or ordering decisions
  • Product roadmap or sprint planning
  • Stakeholder communication (sprint reviews, roadmap updates)
  • Idea capture and value assessment

Workflow

  1. Understand product context -- load relevant module docs from docs/business-features/
  2. Route to the appropriate task skill below
  3. Validate output against quality checklist

Task Routing

| Task | Skill | Command | | --------------------- | ------------ | --------------- | | Capture idea | idea | /idea | | Prioritize backlog | prioritize | /prioritize | | Sprint/project status | status | /status | | Track dependencies | dependency | /dependency | | Refine idea to PBI | refine | /refine | | Create user stories | story | /story | | Quality gate check | quality-gate | /quality-gate |

⚠️ MUST READ Frameworks Reference

⚠️ MUST READ .claude/skills/shared/team-frameworks.md — RICE, MoSCoW, Value vs Effort matrix.

Business Documentation Paths

| Content | Path | | ------------------- | ------------------------------------------- | | Feature Index | docs/business-features/{Module}/INDEX.md | | Module Requirements | docs/business-features/{Module}/README.md | | Idea Templates | team-artifacts/templates/idea-template.md | | PBI Templates | team-artifacts/templates/pbi-template.md |

PO-Specific Guidelines

  • Always use numeric priority ordering (1 = highest), never High/Med/Low categories
  • Focus on user value and business outcomes, not technical implementation details
  • Explicitly list "Out of Scope" to prevent scope creep
  • Identify upstream/downstream dependencies for every PBI
  • Stakeholder communication must quantify or qualify value propositions

Output Conventions

  • Ideas: {YYMMDD}-po-idea-{slug}.md
  • PBIs: {YYMMDD}-pbi-{slug}.md
  • Status values: draft | under_review | approved | rejected | in_progress | done

Quality Checklist

  • [ ] Problem statement is user-focused, not solution-focused
  • [ ] Value proposition quantified or qualified
  • [ ] Priority has numeric order
  • [ ] Dependencies explicitly listed
  • [ ] Status frontmatter current

IMPORTANT Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed