Work Breakdown Structure
Work Breakdown Structure
Level of Detail
The breaking down of a project into its component parts facilitates resource allocation
and the assignment of individual responsibilities. Care should be taken to use a proper level of
detail when creating the WBS. On the one extreme, a very high level of detail is likely to result
in micro-management. On the other extreme, the tasks may become too large to manage
effectively. Defining tasks so that their duration is between several days and a few months works
well for most projects.
Gantt chart
During the era of scientific management, Henry Gantt developed a tool for displaying the
progression of a project in the form of a specialized chart. An early application was the tracking
of the progress of ship building projects. Today, Gantt's scheduling tool takes the form of a
horizontal bar graph and is known as a Gantt chart, a basic sample of which is shown below:
Gantt chart Format
Task Duration Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1 2 mo.
2 2 mo.
3 2 mo.
4 2 mo.
5 2 mo.
6 2 mo.
The horizontal axis of the Gantt chart is a time scale, expressed either in absolute time or
in relative time referenced to the beginning of the project. The time resolution depends on the
project - the time unit typically is in weeks or months. Rows of bars in the chart show the
beginning and ending dates of the individual tasks in the project.
In the above example, each task is shown to begin when the task above it completes.
However, the bars may overlap in cases where a task can begin before the completion of another,
and there may be several tasks performed in parallel. For such cases, the Gantt chart is quite
useful for communicating the timing of the various tasks.
For larger projects, the tasks can be broken into subtasks having their own Gantt charts to
maintain readability.
This basic version of the Gantt chart often is enhanced to communicate more information.
A vertical marker can used to mark the present point in time.
The progression of each activity may be shown by shading the bar as progress is made,
allowing the status of each activity to be known with just a glance.
Dependencies can be depicted using link lines or color codes.
Resource allocation can be specified for each task.
Milestones can be shown.
For larger projects, a work breakdown structure would be developed to identify the tasks
before constructing a Gantt chart. For smaller projects, the Gantt chart itself may used to identify
the tasks.
The strength of the Gantt chart is its ability to display the status of each activity at a
glance. While often generated using project management software, it is easy to construct using a
spreadsheet, and often appears in simple ascii formatting in e-mails among managers.
For sequencing and critical path analysis, network models such as CPM or PERT are
more powerful for dealing with dependencies and project completion time. Even when network
models are used, the Gantt chart often is used as a reporting tool.
Editorial note: The name of this tool frequently is misspelled as "Gannt". The correct spelling is
"Gantt."
CPM - Critical Path Method
CPM models the activities and events of a project as a network. Activities are depicted as
nodes on the network and events that signify the beginning or ending of activities are depicted as
arcs or lines between the nodes. The following is an example of a CPM network diagram:
CPM Diagram
3 Wk
C 5 Wk
F
5 Wk
A
5 Wk
D
Finish
Start
6 Wk 4 Wk
B E
ES - earliest start time: the earliest time at which the activity can start given that its
precedent activities must be completed first.
EF - earliest finish time, equal to the earliest start time for the activity plus the time
required to complete the activity.
LF - latest finish time: the latest time at which the activity can be completed without
delaying the project.
LS - latest start time, equal to the latest finish time minus the time required to complete
the activity.
The slack time for an activity is the time between its earliest and latest start time, or
between its earliest and latest finish time. Slack is the amount of time that an activity can be
delayed past its earliest start or earliest finish without delaying the project.
The critical path is the path through the project network in which none of the activities
have slack, that is, the path for which ES=LS and EF=LF for all activities in the path. A delay in
the critical path delays the project. Similarly, to accelerate the project it is necessary to reduce
the total time required for the activities in the critical path.
6. Update CPM Diagram
As the project progresses, the actual task completion times will be known and the
network diagram can be updated to include this information. A new critical path may emerge,
and structural changes may be made in the network if project requirements change.
CPM Limitations
CPM was developed for complex but fairly routine projects with minimal uncertainty in
the project completion times. For less routine projects there is more uncertainty in the
completion times, and this uncertainty limits the usefulness of the deterministic CPM model. An
alternative to CPM is the PERT project planning model, which allows a range of durations to be
specified for each activity.
PERT – Program Evaluation and Review Technique
In 1957 the Critical Path Method (CPM) was developed as a network model for project
management. CPM is a deterministic method that uses a fixed time estimate for each activity.
While CPM is easy to understand and use, it does not consider the time variations that can have a
great impact on the completion time of a complex project.
The Program Evaluation and Review Technique (PERT) is a network model that allows
for randomness in activity completion times. PERT was developed in the late 1950's for the U.S.
Navy's Polaris project having thousands of contractors. It has the potential to reduce both the
time and cost required to complete a project.
The PERT chart may have multiple pages with many sub-tasks. The following is a very
simple example of a PERT diagram:
PERT Chart
Optimistic time - generally the shortest time in which the activity can be completed. It is
common practice to specify optimistic times to be three standard deviations from the
mean so that there is approximately a 1% chance that the activity will be completed
within the optimistic time.
Most likely time - the completion time having the highest probability. Note that this time
is different from the expected time.
Pessimistic time - the longest time that an activity might require. Three standard
deviations from the mean is commonly used for the pessimistic time.
PERT assumes a beta probability distribution for the time estimates. For a beta
distribution, the expected time for each activity can be approximated using the following
weighted average:
Expected time = ( Optimistic + 4 x Most likely + Pessimistic ) / 6
This expected time may be displayed on the network diagram. To calculate the variance
for each activity completion time, if three standard deviation times were selected for the
optimistic and pessimistic times, then there are six standard deviations between them, so the
variance is given by:
[ ( Pessimistic - Optimistic ) / 6 ]2
If the critical path is not immediately obvious, it may be helpful to determine the
following four quantities for each activity:
ES - Earliest Start time
EF - Earliest Finish time
LS - Latest Start time
LF - Latest Finish time
These times are calculated using the expected time for the relevant activities. The earliest start
and finish times of each activity are determined by working forward through the network and
determining the earliest time at which an activity can start and finish considering its predecessor
activities. The latest start and finish times are the latest times that an activity can start and finish
without delaying the project. LS and LF are found by working backward through the network.
The difference in the latest and earliest finish of each activity is that activity's slack. The critical
path then is the path through the network in which none of the activities have slack.
The variance in the project completion time can be calculated by summing the variances
in the completion times of the activities in the critical path. Given this variance, one can calculate
the probability that the project will be completed by a certain date assuming a normal probability
distribution for the critical path. The normal distribution assumption holds if the number of
activities in the path is large enough for the central limit theorem to be applied.
Since the critical path determines the completion date of the project, the project can be
accelerated by adding the resources required to decrease the time for the activities in the critical
path. Such a shortening of the project sometimes is referred to as project crashing.
Benefits of PERT
PERT is useful because it provides the following information:
Expected project completion time.
Probability of completion before a specified date.
The critical path activities that directly impact the completion time.
The activities that have slack time and that can lend resources to critical path activities.
Activities start and end dates.
Limitations
The following are some of PERT's weaknesses:
1. The activity time estimates are somewhat subjective and depend on judgment. In
cases where there is little experience in performing an activity, the numbers may be only
a guess. In other cases, if the person or group performing the activity estimates the time
there may be bias in the estimate.
Even if the activity times are well-estimated, PERT assumes a beta distribution for these
time estimates, but the actual distribution may be different.
Even if the beta distribution assumption holds, PERT assumes that the probability
distribution of the project completion time is the same as the that of the critical path.
Because other paths can become the critical path if their associated activities are delayed,
PERT consistently underestimates the expected project completion time.
The underestimation of the project completion time due to alternate paths becoming
critical is perhaps the most serious of these issues. To overcome this limitation, Monte Carlo
simulations can be performed on the network to eliminate this optimistic bias in the expected
project completion time.
Time-Cost Trade-offs
There is a relationship between a project's time to completion and its cost. For some types
of costs, the relationship is in direct proportion; for other types, there is a direct trade-off.
Because of these two types of costs, there is an optimal project pace for minimal cost. By
understanding the time-cost relationship, one is better able to predict the impact of a schedule
change on project cost.
Types of Costs
The costs associated with a project can be classified as direct costs or indirect costs.
Direct costs are those directly associated with project activities, such as salaries, travel,
and direct project materials and equipment. If the pace of activities is increased in order
to decrease project completion time, the direct costs generally increase since more
resources must be allocated to accelerate the pace.
Indirect costs are those overhead costs that are not directly associated with specific
project activities such as office space, administrative staff, and taxes. Such costs tend to
be relatively steady per unit of time over the life of the project. As such, the total
indirect costs decrease as the project duration decreases.
The project cost is the sum of the direct and indirect costs.
A procedure for determining the optimal project time is to determine the normal
completion time for each critical path activity and a crash time. The crash time is the shortest
time in which an activity can be completed. The direct costs then are calculated for the normal
and crash times of each activity. The slope of each cost versus time trade-off can be determined
for each activity as follows:
The activities having the lowest cost per unit of time reduction should be shortened first.
In this way, one can step through the critical path activities and create a graph of the total project
cost versus the project time. The indirect, direct, and total project costs then can be calculated for
different project durations. The optimal point is the duration resulting in the minimum project
cost, as show in the following graph:
Project Cost versus Duration
Attention should be given to the critical path to make sure that it remains the critical path
Cost
after the activity time is reduced. If a new critical path emerges, it must considered in subsequent
time reductions. To
ta
To minimize the cost, those activities that are not on the critical path can be extended to
minimize their costs without increasing the project completion time.
Additional Considerations
There are other considerations besides project cost. For example, when the project is part
of the development of a new product, time-to-market may be extremely important and it may be d irec
beneficial to accelerate the project to a point where its cost is much greater than the minimum In
cost.
In contract work, there may be incentive payments associated with early completion or
penalties associated with late completion. A time-cost model can be adapted to take such
incentives and penalties into account by modeling them as indirect costs.
Because of the importance of the critical path in compressing a project schedule, a project
planning technique such as the Critical Path Method or PERT should be used to identify the
critical path before attempting to compress the schedule.