development-analytics
A terminal app that measures how the team actually ships.
- python
- textual
- sqlite
- uv
Deploy cadence, lead time, cycle time — decisions recorded as ADRs.
Problem
Engineering decisions about process were being made on opinion instead of the team's own delivery data.
Decisions
- A terminal app (Textual) reading from a local SQLite store.
- Tracks deploy cadence, lead time and cycle time.
- Every process decision gets recorded as an ADR.
Results
- 3 delivery metrics