Skip to content

Chapter 3 of 6

Planning, Scheduling, and Cost Tools

Sound planning rests on a few well-established tools that translate the project scope into something schedulers and cost analysts can work with. The Work Breakdown Structure, or WBS, is a hierarchical decomposition of the total scope of work into progressively smaller and more manageable sections called work packages. Once the WBS exists, it becomes the foundation for scheduling, costing, risk analysis, and responsibility assignment. A Gantt chart then visualizes the resulting schedule as a timeline of bars, showing the start and finish dates of tasks, their dependencies, and key milestones. Together, the WBS and Gantt chart turn abstract objectives into a concrete plan that the team can execute and that stakeholders can read at a glance.

Behind many schedules lies the Critical Path Method, or CPM. CPM identifies the longest sequence of dependent tasks in the project, and because the project cannot finish until that longest chain is complete, it determines the minimum project duration. Tasks on the critical path have zero float, meaning any delay in them directly delays the project. Other tasks possess slack, or float, which is the amount of time they can slip without pushing the project finish date. Total float considers the project end, while free float considers only the effect on immediate successor tasks. Where CPM assumes deterministic durations, PERT, the Program Evaluation and Review Technique, uses three time estimates, optimistic, most likely, and pessimistic, to compute an expected duration using the formula \((O + 4M + P)/6\), giving a probabilistic view of the schedule.

When resources are constrained, the Critical Chain Method extends critical path thinking by accounting for resource availability and introducing buffers such as project buffers, feeding buffers, and resource buffers to protect the critical chain from uncertainty. Once a plan is approved, it becomes a baseline: an approved reference version of scope, schedule, or cost against which performance is measured. Baselines can only be changed through formal control processes, which protects the integrity of comparisons over time.

To measure how the project is really doing, managers rely on Earned Value Management, or EVM, which integrates scope, schedule, and cost into a single performance framework. Three core values drive the analysis: Planned Value, or PV, the value of work scheduled to date; Earned Value, or EV, the value of work actually completed; and Actual Cost, or AC, the cost actually incurred for that work. From these, two indices summarize project health. The Schedule Performance Index, computed as \(SPI = EV / PV\), indicates schedule efficiency, with values above 1 meaning the project is ahead of schedule and values below 1 meaning it is behind. The Cost Performance Index, computed as \(CPI = EV / AC\), indicates cost efficiency, with values above 1 meaning the project is under budget and values below 1 meaning it is over budget. Together, SPI and CPI give an early warning that something requires corrective action.

All chapters
  1. 1Foundations of Project Management
  2. 2Process Groups and Knowledge Areas
  3. 3Planning, Scheduling, and Cost Tools
  4. 4Risk, Stakeholders, and Resources
  5. 5Methodologies: Waterfall and Agile
  6. 6Project Controls, Procurement, and Closure

Drill it

Reading is not remembering. These come from the Project Management deck:

Q

What is project management?

Project management is the application of knowledge, skills, tools, and techniques to project activities to meet project requirements. It involves planning, orga...

Q

What is the difference between a project and operations?

A project is a temporary endeavor undertaken to create a unique product, service, or result, with a defined beginning and end. Operations are ongoing, repetitiv...

Q

What are the triple constraints in project management?

The triple constraints, also known as the iron triangle, are scope, time, and cost. Changes to one constraint affect the others, and quality is often considered...

Q

Who is a project manager?

A project manager is the person responsible for planning, executing, and closing a project, ensuring it meets objectives within constraints. They lead the team,...