Planification de sprint

VérifiéSûr

Planifiez un sprint en estimant la capacité de l'équipe, en sélectionnant les histoires, en cartographiant les dépendances et en identifiant les risques. À utiliser lors de la préparation de la planification de sprint.

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

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, en identifiant les risques et en produisant un résumé du plan.

Points forts

  • Processus structuré avec réserve de capacité explicite (15-20 %) pour les imprévus.
  • Cartographie des dépendances et identification du chemin critique.
  • Produit un résumé de plan clair comprenant l'objectif, la capacité, les stories et les risques.
  • Vérifie la définition de prêt (Definition of Ready) pour éviter de s'engager sur des stories non affinées.

Limites

  • Suppose que l'utilisateur fournit les données de vélocité et le backlog ; ne génère pas d'estimations lui-même.
  • Ne traite pas la priorisation depuis le backlog brut ; repose sur une priorisation déjà effectuée.
  • La définition de l'objectif de sprint reste générique et nécessite une validation humaine.
Quand l'utiliser

À utiliser pour préparer une session de planification de sprint avec capacité d'équipe, backlog priorisé et données de vélocité.

Quand l'éviter

Ne pas utiliser pour une planification au niveau de la roadmap ou en l'absence de backlog/données de vélocité.

Analyse de sécurité

Sûr
Score qualité88/100

The skill only provides instructions for sprint planning and does not involve executing code, accessing files, or using any tools. It operates on user-provided arguments and files if supplied, with no destructive or exfiltrating actions.

Aucun point d'attention détecté

Exemples

Sprint plan from CSV files
Plan our next sprint. The backlog is in backlog.csv, velocity history is in velocity.csv, and team rosters are in team.md. We have 6 developers and 2 are on PTO next week. Provide a complete sprint plan.
Select stories and estimate capacity
I'm about to run sprint planning. Here are the top 15 stories from our backlog and our average velocity is 30 points. Help me select stories, estimate capacity, and identify risks.
Full sprint plan with risks
Create a sprint plan for the current iteration including capacity, committed stories, buffer, and risk mitigations. Use the attached sprint data.

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