What problem does it solve?
It helps teams convert completed sprint work into measurable insights so they can improve estimation accuracy, identify recurring success and failure patterns, and produce a concrete action plan for the next sprint.
Core Features & Use Cases
- Sprint metrics extraction: Reads sprint-status.yaml and computes velocity, total time, completion rate, blocking rate, and estimation precision by comparing estimated sizes versus real durations.
- Pattern and learning aggregation: Analyzes lessons_learned to group repeated takeaways by theme (patterns, tools, architecture, process) and highlights both success patterns and failure patterns.
- Calibration and action planning: Produces size calibration recommendations (S/M/L/XL) based on observed real durations and generates an actionable improvement plan saved as a retro-report.md.
Quick Start
Run the command /sprint-retro --sprint <chemin> to generate a sprint retro report, print it in the terminal, and save retro-report.md to the configured docs directory.