summaryrefslogtreecommitdiff
path: root/docs/what-is-kanban.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-13 15:44:13 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-13 15:44:13 -0400
commit6fdf3264aabd64f1887899975adb2d630f357318 (patch)
treefab7f5bbac628a7f507d9d072853450f24700626 /docs/what-is-kanban.markdown
parentc1a73441bb771bdf3afc61682b64911719f983ce (diff)
Add documentation about Kanban
Diffstat (limited to 'docs/what-is-kanban.markdown')
-rw-r--r--docs/what-is-kanban.markdown32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/what-is-kanban.markdown b/docs/what-is-kanban.markdown
new file mode 100644
index 00000000..e3c3cf53
--- /dev/null
+++ b/docs/what-is-kanban.markdown
@@ -0,0 +1,32 @@
+What is Kanban?
+===============
+
+Kanban is a methodology originally developed by Toyota to be more efficient.
+
+There is only two constraints imposed by Kanban:
+
+- Visualize your workflow
+- Limit your work in progress
+
+Visualize your workflow
+-----------------------
+
+- Your work is visualized on a board, you have a clear overview of your project
+- Each column represent a step in your workflow
+
+Bring focus and avoid multitasking
+----------------------------------
+
+- Each phase can have a work in progress limit
+- Limits are great to identify bottlenecks
+- Limits avoid working on too many tasks in the same time
+
+Measure performance and improvement
+-----------------------------------
+
+Kanban uses lead and cycle times to measure performance:
+
+- **Lead time**: Time between the task is created and completed
+- **Cycle time**: Time between the task is started and completed
+
+By example, you may have a lead time of 100 days and only have to work 1 hour to complete the task.