Priorisation du Backlog

VérifiéSûr

Ordonnez les éléments du backlog en utilisant les frameworks RICE, MoSCoW ou Valeur-Effort. Utilisez lors de la planification de sprint ou du classement des fonctionnalités.

Spar Skills Guide Bot
ProductiviteIntermédiaire
3002/06/2026
Claude Code
#backlog-prioritization#rice#moscow#value-effort#product-owner

Recommandé pour

Notre avis

Ordonne les éléments du backlog en utilisant les frameworks RICE, MoSCoW ou Valeur-Effort.

Points forts

  • Automatise le calcul des scores RICE et le classement
  • Supporte trois frameworks de priorisation éprouvés
  • Met à jour directement les fichiers PBI avec les priorités numériques
  • Produit un rapport ordonné avec scores et justifications

Limites

  • Nécessite que les données de portée (Reach, Impact, Effort) soient déjà renseignées dans les PBI
  • Ne remplace pas une discussion humaine sur les décisions stratégiques
  • Fonctionne uniquement avec des fichiers locaux dans `team-artifacts/pbis/`
Quand l'utiliser

Utilisez cette compétence lors de la planification de sprint ou pour classer les demandes des parties prenantes avec une méthode reproductible.

Quand l'éviter

Ne l'utilisez pas pour des décisions nécessitant une négociation complexe ou lorsque les données de priorisation ne sont pas disponibles.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only uses file system tools (Read, Write, Edit, Grep, Glob) within the project's 'team-artifacts/pbis/' directory to read and update backlog items. It does not execute any shell commands, interact with external networks, or exfiltrate data. No obfuscated or destructive actions are present.

Aucun point d'attention détecté

Exemples

Prioritize backlog using RICE
/prioritize rice
Prioritize MoSCoW for sprint scope
/prioritize moscow scope:sprint

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-owner skill 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

  1. Read PBIs from team-artifacts/pbis/
  2. Filter by scope if specified; exclude done/rejected items
  3. Apply selected framework
  4. Sort by score/classification; assign numeric priority (1 = highest)
  5. Update PBI frontmatter priority
  6. 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
Skills similaires