What problem does it solve? Teams closing a sprint or release often lack data-backed evidence for retrospectives, relying on anecdotes instead of measurable signals like commit cadence, churn hotspots, and PR cycle time. ## Core Features & Use Cases - Git History Analytics: Computes commit cadence, per-author contribution, churn hotspots, and Conventional Commit type distribution using only local git commands. - Trend Deltas: Compares the current window against an equal-length prior window to surface directional shifts in velocity and commit-type mix. - PR Cycle Time: Derives approximate branch lifetime from merge-commit history, or explicitly flags it as not derivable on squash-only histories. - Use Case: At the end of a two-week sprint, run a retro over the last 14 days to confirm that a file like session.py is a recurring churn hotspot and that the commit mix shifted toward fix: after a release. ## Quick Start Ask the assistant to run a retro over the last 14 days of git history and produce an engineering retrospective report.