Bob Jiang Blog

A passionate man focus on non-profit activity.

KANBAN 的六个原则

| Comments

KANBAN的基本原则如下(来自丰田生产方式)

  1. Do not send defective products to the subsequent process
    有缺陷的产品不送往后工序
  2. The subsequent process withdraws only what is needed
    后工序只有必要的时候,才向前工序领取必要数量的零部件
  3. Produce only the exact quantity withdrawn by the subsequent process
    前工序应该只生产后工序领取的数量
  4. Level the production
    平均化生产
  5. KANBAN is a means of fine tuning
    KANBAN是微调的手段
  6. Stabilize and rationalize the process
    使各工序稳定化与合理化

对应到软件开发中,如何使用KANBAN原则呢?


待续

Comments