🎯

product-owner

🎯Skill

from duc01226/easyplatform

VibeIndex|
What it does

Helps Product Owners prioritize ideas, manage backlogs, and communicate product vision through structured decision-making frameworks.

product-owner

Installation

Install skill:
npx skills add https://github.com/duc01226/easyplatform --skill product-owner
9
Last UpdatedJan 23, 2026

Skill Details

SKILL.md

Assist Product Owners with idea capture, backlog management, prioritization frameworks, and stakeholder communication. Use when working with product ideas, backlog items, sprint planning, or prioritization decisions. Triggers on keywords like "idea", "backlog", "prioritize", "sprint planning", "user value", "stakeholder", "product vision".

Overview

# 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

More from this repository10

🎯
qa-engineer🎯Skill

Generates comprehensive test plans, test cases, and coverage analysis to support QA engineers in systematic software testing and quality assurance.

🎯
learn🎯Skill

Teaches Claude new patterns, preferences, and conventions to remember across coding sessions using explicit learning commands.

🎯
pdf-to-markdown🎯Skill

pdf-to-markdown skill from duc01226/easyplatform

🎯
business-feature-docs🎯Skill

Generates comprehensive enterprise module documentation with a 26-section structure, creating detailed specs and folder hierarchy for business features.

🎯
frontend-angular-form🎯Skill

Generates Angular reactive forms with advanced validation, async validators, dependent validation, and FormArrays using platform-specific design patterns.

🎯
learned-patterns🎯Skill

Manages Claude's learned patterns by listing, viewing, archiving, and dynamically adjusting pattern confidence levels.

🎯
arch-performance-optimization🎯Skill

Optimizes system performance by triaging and routing to specific strategies for database, frontend, API, jobs, and cross-service bottlenecks.

🎯
shadcn-tailwind🎯Skill

Rapidly build accessible React UI with shadcn/ui components, Radix primitives, and Tailwind CSS utility styling for modern web applications.

🎯
plan-analysis🎯Skill

Analyzes implementation plans by extracting features, assessing change impacts, mapping specifications, and preparing comprehensive technical and business impact reports.

🎯
easyplatform-backend🎯Skill

Develops comprehensive backend components for .NET microservices using EasyPlatform's CQRS, domain-driven design, and modular architecture patterns.