Skip to main content

What is Critical Chain method?

Let me start by asking you a question..

How many of you have told your team that the project duration is 90 days when the total days to complete the project duration signed off with customer was 100 days?

Most of you have done this!!

Having 10 days to be with you in order to handle any delay - is that correct? 
Giving incorrect information to your team - is that ethically wrong?

NO, Actually unknowingly you've implemented Critical Chain Method by inducing something called "Project Buffer"

Project Buffer:

It is the buffer which you've kept with you in order to absorb any delay without compromising on the project end date (those 10 days)


The yellow activities which you see depicts buffer. 
A critical chain uses buffers to absorb any delay on your project . 
To absorb overall delay in any path is Project Buffer (Buffer kept before the end of the project)

Feeding Buffer:

There would be times when you know that any task/activity given to a particular resource would take only X amount of hours/days. But you know the resource might be occupied e.g. Customer acceptance testing (instead of keeping 2 days you keep 5 days for acceptance testing)
or a senior architect review - you know that the review would take only 4 hours but he is a senior resource and might be travelling and other activities are dependent on it so you keep 5 days for senior architect review.  It might happen that the senior guy may not do the review even after 5 days because you followed up only on 5th day about the review status..

Instead, if you would have given him 4 hours (by asking his availability) and to handle any delays would have kept 4 days as "Feeding buffer" you would have gained 3 things:
  1. Optimal follow up on the activities 
  2. Absorption of delay - meeting the deadline to start the next activity ( because you kept 4 days as buffer)
  3. Better estimation for your project and forcing projects for your organisation

So next time when you plan your project, implement critical chain as the best practice!!


Comments

Popular posts from this blog

Critical Path Method (CPM) Simplified..

A critical path is the longest path in the network.  Each node which falls under critical path has zero or negative float (Slack). Now how do we calculate critical path?? Sample Node I’ve seen various illustrations having different way to calculate CPM, few are: -           The project starts on day 1. -           The project starts on day 0. Both the approaches give same results, however I liked the day 0 approach better, its simpler, easy and lesser room for errors. Example Figure 1 - Example  There are 3 steps to calculate CPM: 1. Forward Pass - To calculate the Early Start(ES) and Early Finish(EF) of node. 2. Backward Pass - To calculate Late Start (LS) and Late Finish(LF) of node. 3. Calculate Float and Thus CPM. The Forward Pass: Forward Pass Illustration We start from first Node or Start node. The works begin on day 0....

Changes in Guide to PMBOK® Ver. 4 to Ver.5

The changes in processes could be categorized as follows: Planning Process Additions: The Planning processes for few of the knowledge areas were clubbed. Now to bring uniformity new planning processes are introduced. These are:         5.1 Plan Scope Management         6.1 Plan Schedule Management         7.1 Plan Cost Management Modification of Process Name for Process Consistency: The process names are changed to bring uniformity across the naming conventions. These are:         4.3 Direct & Manage Project Work (Execution)         5.5 Validate   ( Verify ) Scope          8.1 Plan Quality Management         8.3 Control Quality (Perform Quality Control)         11.6 (Monitor &) Control Risks         12.1 Plan Procurement Management   ...