prioritize
8
总安装量
6
周安装量
#34804
全站排名
安装命令
npx skills add https://github.com/duc01226/easyplatform --skill prioritize
Agent 安装分布
claude-code
5
windsurf
4
opencode
4
codex
4
antigravity
4
gemini-cli
4
Skill 文档
Backlog Prioritization
Order backlog items using data-driven prioritization frameworks.
When to Use
- Sprint planning needs ordered backlog
- Stakeholder requests priority ranking
- Feature roadmap ordering
Quick Reference
Frameworks
RICE Score
Score = (Reach x Impact x Confidence) / Effort
Reach: Users affected per quarter
Impact: 0.25 | 0.5 | 1 | 2 | 3
Confidence: 0.5 | 0.8 | 1.0
Effort: Person-months
MoSCoW
- Must Have: Critical, non-negotiable
- Should Have: Important, not vital
- Could Have: Nice to have
- Won’t Have: Out of scope
Value vs Effort
High Value + Low Effort = Quick Wins (do first)
High Value + High Effort = Strategic (plan carefully)
Low Value + Low Effort = Fill-ins (if time permits)
Low Value + High Effort = Time sinks (avoid)
Workflow
- Read PBIs from
team-artifacts/pbis/ - Apply selected framework
- Output ordered list with scores
- Update PBI frontmatter priority
Output
- Priority field: Numeric 1-999 (not High/Med/Low)
- Console: Ordered table with scores
Related
- Role Skill:
product-owner - Command:
/prioritize
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