Changes between Version 2 and Version 3 of BluePrint/Kanban


Ignore:
Timestamp:
11/09/13 22:46:39 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Kanban

    v2 v3  
    66=== Kanban process ===
    77
     8Kanban is a work management system associated with lean management. It is a "pull system", in which workers take a new task when they are ready (as opposed to a "push system" in which workers are assigned tasks by a manager, regardless of their workload). Two core principles of kanban are:
     9
     10* Visualize the workflow: Allow everyone to see what is available to work on, what is being done and by whom, how tasks are progressing from available, to being worked on, to done. This allows all workers to take responsibility for making sure tasks make progress, allows the team to all have the same information about what needs to be done, and reveals where tasks are not progressing and need attention.
     11
     12* Limit work in progress: People are not designed to multi-task. Any task switch incurs a cost in time and forgotten state. If a worker is going as fast as they can, then assigning them another task will not permit them to work more quickly -- it will merely prevent someone else from picking up that task. Thus kanban says, set the maximum number of tasks that one person, or one team, can have in progress at the same time.
     13
     14References:
     15
     16*
    817=== Kanban board ===
    918== Use cases ==