> https://actionableagile.com
[[2014_004_001_77799.pdf|Agile Metrics (good graphs)]]
[[cycle time]]
[[flow efficiency]]
[[WIP]]
[[throughput]]
[[work item age]]
[[cumulative flow diagram]]
```mermaid
flowchart LR
InProgress[In Progress Items] --have a--- Age[Work Item Age]:::internal-link
InProgress --count towards--- WIP:::internal-link
Complete[Completed Items] --have a--- Cycle[Cycle Time]:::internal-link
Complete --count toward--- Throughput:::internal-link
```
[[Little's Law]]