Skip to content

Commit

Permalink
Add kanban
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Nov 17, 2016
1 parent c830f07 commit de4353c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
31 changes: 14 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<img src="README.png" alt="Key Performance Indicator" style="width: 100%;"/>

Contents:
* [What is a KPI?](#what-is-a-kpi)
* [How to define a KPI](#how-to-define-a-kpi)
* [How to improve a KPI](#how-to-improve-a-kpi)
Expand All @@ -10,6 +11,19 @@
* [Measure vs. metric](#measures-vs-metrics)
* [Credits](#credits)

KPI examples:
* [Finance](examples/finance.md)
* [Business process](examples/business_process.md)
* [Ecommerce](examples/ecommerce.md)
* [Efficiency](examples/efficiency.md)
* [Compliance](examples/compliance.md)
* [Service level agreements (SLAs)](examples/service_level_agreements.md)
* [Service quality](examples/service_quality.md)
* [Programmers](examples/programmers.md)
* [DevOps](examples/devops.md)
* [Kanban](examples/kanban.md)


<h2><a name="introduction">What is a KPI?</a></h2>

A key performance indicator (KPI) is a type of performance measurement.
Expand Down Expand Up @@ -61,23 +75,6 @@ To improve a KPI, you can ask these questions:
* Does it align work with value?


<h2><a name="kpi-examples">KPI examples</a></h2>

KPI examples in various areas of interest:

* [Finance](examples/finance.md)
* [Business process](examples/business_process.md)
* [Ecommerce](examples/ecommerce.md)
* [Efficiency](examples/efficiency.md)
* [Compliance](examples/compliance.md)
* [Service level agreements (SLAs)](examples/service_level_agreements.md)
* [Service quality](examples/service_quality.md)
* [Programmers](examples/programmers.md)
* [DevOps](examples/devops.md)

If you're interested in KPIs for other areas, then please let us know.


<h2><a name="kpi-vs-kli-vs-kpm">KPI vs. KLI vs. KPM</a></h2>

* A Key Performance Indicator (KPI) is the top-level concept in this guide.
Expand Down
10 changes: 10 additions & 0 deletions examples/kanban.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# KPI examples for kanban

KPI examples for kanban workflow, agile storyboards, and so forth:

* Throughput: the number of cards completed this week
* Lead time for each card (completed date and start date)
* Average lead time for this week
* Cards completed with > 0 blocked days
* Total blocked days
* A list of places where cards were blocked

0 comments on commit de4353c

Please sign in to comment.