Skip to content

Sprint Retrospective Template

Source: retro.yaml

yaml
# Sprint Retrospective Template
# Produced by: retro-analyst
# Input: completed sprint stories, review gate results, code changes

sprint: 0
date: ""
stories_completed: 0
stories_carried_over: 0

findings:
  new_conventions:
    # - rule: "Description of the convention"
    #   confidence: high | medium
    #   evidence: "Which stories demonstrated this pattern"
    #   recommendation: codify | monitor | ignore
    #   applies_to: [role-1, role-2]
    []

  new_anti_patterns:
    # - description: "Description of the anti-pattern"
    #   occurrences: 0
    #   stories: ["STORY-XXX"]
    #   recommendation: codify | monitor | ignore
    #   severity: high | medium | low
    #   applies_to: [role-1, role-2]
    []

  review_gate_failures:
    # - check: "Name of the check that failed"
    #   failures: 0
    #   pattern: "Common thread across failures"
    #   already_tracked: false
    []

  estimation_calibration:
    overestimates: []
    underestimates: []
    patterns:
      # - "Description of estimation pattern"
      []

  positive_patterns:
    # - "Description of a positive pattern worth reinforcing"
    []