Notre avis
Classe les éléments du backlog produit en utilisant des frameworks de priorisation comme RICE, MoSCoW ou Valeur-Effort pour faciliter la planification de sprint et la feuille de route.
Points forts
- Applique des frameworks éprouvés de priorisation de manière cohérente.
- Calcule automatiquement les scores RICE et les classes MoSCoW.
- Met à jour les fiches PBI avec un ordre de priorité numérique.
Limites
- Nécessite que les données (reach, impact, confiance, effort) soient déjà renseignées dans les PBI.
- Ne gère pas les dépendances entre éléments du backlog.
Utilisez cette compétence lors de la planification de sprint pour ordonner objectivement les éléments du backlog.
Évitez de l'utiliser si les critères de priorisation ne sont pas clairement définis ou si le projet nécessite une négociation humaine complexe.
Analyse de sécurité
SûrThe skill only uses allowed tools (Read, Write, Edit, Grep, Glob, TodoWrite) for reading and editing PBI files in a controlled manner. There are no destructive commands, exfiltration risks, or safety bypasses.
Aucun point d'attention détecté
Exemples
/prioritize rice/prioritize moscow scope:sprintPrioritize these features using the Value vs Effort framework: [list features]name: prioritize description: Order backlog items using RICE, MoSCoW, or Value-Effort frameworks. Use when prioritizing backlog, ranking features, or ordering work items. Triggers on keywords like "prioritize", "RICE score", "MoSCoW", "rank backlog", "order by value". infer: true allowed-tools: Read, Write, Edit, Grep, Glob, TodoWrite
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
Pre-Workflow
Activate Skills
- Activate
product-ownerskill for prioritization frameworks (RICE, MoSCoW, Value/Effort)
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 (release blocker)
- Should Have: Important, not vital
- Could Have: Nice to have
- Won't Have: Out of scope (not this release)
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/ - Filter by scope if specified; exclude done/rejected items
- Apply selected framework
- Sort by score/classification; assign numeric priority (1 = highest)
- Update PBI frontmatter priority
- Output ordered list with scores
Output
- Priority field: Numeric 1-999 (not High/Med/Low)
- Console: Ordered table with scores
Report Template
## Backlog Priority - {Date}
**Framework:** {framework}
**Scope:** {scope}
| Rank | PBI | Score | Rationale |
| ---- | ------- | ------- | --------- |
| 1 | {title} | {score} | {why} |
Related
- Role Skill:
product-owner - Command:
/prioritize
Example
/prioritize rice
/prioritize moscow scope:sprint
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
Priorisation de Tâches
Productivite
Priorise vos tâches avec les frameworks Eisenhower, ICE et RICE.
Generateur de Rapport Hebdomadaire
Productivite
Generez des rapports de statut hebdomadaires structures et concis.
Rapport de Daily Standup
Productivite
Génère des rapports de daily standup structurés et concis.