throughput is it used in scrum as a metric or only for kanban

Throughput can be used in Scrum too. It is not only for Kanban.

However:

Throughput is more strongly associated with Kanban and flow-based systems.
Velocity is more commonly used in Scrum.

In Kanban

Throughput means:

Number of work items completed during a period, such as 12 tickets per week.

Because Kanban uses continuous flow, throughput may be measured daily, weekly, or monthly.

In Scrum

Throughput can mean:

Number of Product Backlog Items or user stories completed during one sprint.

Example:

SprintCompleted storiesThroughput
Sprint 188 stories/sprint
Sprint 21010 stories/sprint
Sprint 399 stories/sprint

Average throughput:

9 stories per sprint

Throughput vs velocity in Scrum

MetricMeasures
VelocityTotal story points completed in a sprint
ThroughputNumber of items completed in a sprint

Example:

A team completes:

  • 6 stories
  • totaling 28 story points

Then:

Throughput = 6 stories
Velocity = 28 story points

Important limitation

Throughput can be misleading when work items have very different sizes.

Completing 10 tiny stories is not necessarily better than completing 5 large, valuable stories.

Teaching line

Throughput is usable in both Scrum and Kanban, but it is a core flow metric in Kanban. In Scrum, velocity is more traditional, while throughput can provide an additional view of how many items the team finishes.

REF: AI Tools/ChatGPT as i

Leave a Reply