Planification de sprint avec capacité et risques

VérifiéSûr

Planifiez un sprint en estimant la capacité, sélectionnant les stories, cartographiant les dépendances et identifiant les risques. Idéal pour la planification de sprint.

Spar Skills Guide Bot
ProductiviteIntermédiaire
2030/08/2026
Claude CodeCursorWindsurfCopilotCodex
#sprint-planning#capacity-estimation#agile#risk-management#dependency-mapping

Recommandé pour

Notre avis

Planifie un sprint en estimant la capacité de l'équipe, en sélectionnant les éléments du backlog, en cartographiant les dépendances et en identifiant les risques, puis produit un résumé structuré du plan de sprint.

Points forts

  • Approche structurée et étape par étape pour la planification de sprint
  • Inclut une marge de capacité et une analyse de la vélocité à partir des données historiques
  • Cartographie explicitement les dépendances et identifie le chemin critique
  • Fournit un modèle de plan de sprint clair et réutilisable

Limites

  • Nécessite des données d'entrée précises (vélocité, disponibilité, qualité du backlog) pour être efficace
  • Ne remplace pas la discussion d'équipe ni l'estimation collaborative
  • Centré sur les story points, moins adapté aux équipes Kanban ou basées sur le temps
Quand l'utiliser

À utiliser lors de la préparation d'une cérémonie de planification de sprint avec un backlog priorisé et des données de vélocité historiques.

Quand l'éviter

Ne pas utiliser pour la planification en flux continu (Kanban) ou lorsque l'équipe ne dispose d'aucun backlog ou donnée d'estimation.

Analyse de sécurité

Sûr
Score qualité85/100

The skill provides guidance for sprint planning, including reading user-provided files and generating a markdown summary. It does not instruct any execution of shell commands, network calls, file deletion, secret exfiltration, or any destructive/obfuscated actions. No allowed tools are declared, and no unsafe instructions are present.

Aucun point d'attention détecté

Exemples

Plan a two-week sprint with PTO
Plan our next sprint for a team of 6 developers. We have 3 people out on PTO next week. Use our JIRA backlog and last 3 sprints' velocity from the attached files.
Focus on a feature sprint
Help me plan a 1-week sprint focusing on the payment feature. Here are the backlog items and team availability.
Prioritize bug fixes and login overhaul
Create a sprint plan for our mobile app team. Prioritize bug fixes and the login overhaul. We have velocity data in velocity.csv.

name: sprint-plan description: "Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification. Use when preparing for sprint planning, estimating team capacity, selecting stories, or balancing sprint scope against velocity."

Sprint Planning

Plan a sprint by estimating team capacity, selecting and sequencing stories, and identifying risks.

Context

You are helping plan a sprint for $ARGUMENTS.

If the user provides files (backlogs, velocity data, team rosters, or previous sprint reports), read them first.

Instructions

  1. Estimate team capacity:

    • Number of team members and their availability (PTO, meetings, on-call)
    • Historical velocity (average story points per sprint from last 3 sprints)
    • Capacity buffer: reserve 15-20% for unexpected work, bugs, and tech debt
    • Calculate available capacity in story points or ideal hours
  2. Review and select stories:

    • Pull from the prioritized backlog (highest priority first)
    • Verify each story meets the Definition of Ready (clear AC, estimated, no blockers)
    • Flag stories that need refinement before committing
    • Stop adding stories when capacity is reached
  3. Map dependencies:

    • Identify stories that depend on other stories or external teams
    • Sequence dependent stories appropriately
    • Flag external dependencies and owners
    • Identify the critical path
  4. Identify risks and mitigations:

    • Stories with high uncertainty or complexity
    • External dependencies that could slip
    • Knowledge concentration (only one person can do it)
    • Suggest mitigations for each risk
  5. Create the sprint plan summary:

    Sprint Goal: [One sentence describing what success looks like]
    Duration: [2 weeks / 1 week / etc.]
    Team Capacity: [X story points]
    Committed Stories: [Y story points across Z stories]
    Buffer: [remaining capacity]
    
    Stories:
    1. [Story title] — [points] — [owner] — [dependencies]
    ...
    
    Risks:
    - [Risk] → [Mitigation]
    
  6. Define the sprint goal: A single, clear sentence that captures the sprint's primary value delivery.

Think step by step. Save as markdown.


Further Reading

Skills similaires