Skip to content

Instantly share code, notes, and snippets.

@kwa29
Forked from hussachai/medium-is-awesome.txt
Last active November 24, 2020 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwa29/ed49802dbbfdd11b869fe145b3f1f617 to your computer and use it in GitHub Desktop.
Save kwa29/ed49802dbbfdd11b869fe145b3f1f617 to your computer and use it in GitHub Desktop.
╔═════════════╦═══════════════════════════════════════════════════════╦══════════════════════════════════════════════════╗
║ Flow Metric ║ Description ║ Example ║
╠═════════════╬═══════════════════════════════════════════════════════╬══════════════════════════════════════════════════╣
║ Flow ║ mutually exclusive and comprehensively exhaustive ║ proportion of each flow unit actively ║
║ Distribution║ allocation of flow items in a particular flow state ║ being worked on in a particular sprint ║
║ ║ across a measure of time ║ ║
╠═════════════║═══════════════════════════════════════════════════════╬══════════════════════════════════════════════════╣
║ Flow ║ number of flow items done in a given time ║ debts resolved for a particular release ║
║ Velocity ║ ║ ║
╠═════════════╬═══════════════════════════════════════════════════════╬══════════════════════════════════════════════════╣
║ Flow ║ time elapsed from when a flow item enters the value ║ time it takes to deliver a new feature ║
║ Time ║ stream to when it is released to the customer ║ to a customer from when the feature is accepted ║
╠═════════════╬═══════════════════════════════════════════════════════╬══════════════════════════════════════════════════╣
║ Flow ║ number of flow items with flow state as active ║ flow load that exceeds a certain threshold ║
║ Load ║ or waiting (WIP) ║ adversely impacts flow velocity ║
╠═════════════╬═══════════════════════════════════════════════════════╬══════════════════════════════════════════════════╣
║ Flow ║ the proportion of time flow items are actively worked ║ flow efficiency decreases when dependencies ║
║ Efficiency ║ on to the total time elapsed ║ cause teams to wait on others ║
╚═════════════╩═══════════════════════════════════════════════════════╬══════════════════════════════════════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment