What problem does it solve?
Provides a structured, data-driven way to produce sprint or milestone retrospectives so teams can quickly understand completion, velocity, blockers, recurring issues, and create prioritized action items without manual aggregation.
Core Features & Use Cases
- Automatic analysis: Compares planned tasks against commits and outcomes to identify completed, modified, carried-over, and unplanned work.
- Trend and debt tracking: Counts TODO/FIXME/HACK trends and compares velocity and action-item follow-up against previous retrospectives.
- Flexible input handling: Loads sprint plans from production/sprints/ or milestone definitions from production/milestones/, reads git logs for the period, and accepts manual data if files are missing.
- Report generation & saving: Produces a comprehensive markdown retrospective with metrics, blockers, estimation accuracy, and action items, and can save it to production/retrospectives/ or production/sprints/ with user confirmation.
- Real-world use: Ideal for engineering teams finishing a sprint who need a concise, evidence-backed retrospective and clear next-step assignments.
Quick Start
Generate a retrospective for sprint-12 using the sprint plan, git history for the sprint period, and past retrospectives.