5.3 Project Scheduling, Work Breakdown Structure (WBS) & Change Management
Key Takeaways
- The Work Breakdown Structure (WBS) is a hierarchical, deliverable-oriented decomposition of total project scope into manageable work packages, establishing the structural baseline for cost estimating, CPM scheduling, and earned value tracking.
- The Critical Path Method (CPM) calculates the longest continuous path of dependent activities through a network diagram, which determines the minimum total calendar duration required to complete the project; any delay to an activity on the critical path directly delays project completion.
- Float calculations determine scheduling flexibility: Total Float (TF = Late Start - Early Start = Late Finish - Early Finish) measures delay possible without extending project completion; Free Float (FF = Early Start of Successor - Early Finish of Activity) measures delay possible without impacting any immediate successor.
- Schedule compression involves two distinct strategies: Crashing (allocating additional manpower, equipment, or overtime to critical path activities at lowest incremental cost) and Fast-Tracking (reconfiguring normally sequential critical activities into parallel execution, which increases coordination risk and field rework).
- Construction change administration relies on three formal mechanisms: Construction Change Directives (unilateral owner orders directing immediate work during pricing disputes), bilateral Change Orders (formal mutual agreements modifying cost and time), and three delay classifications (Excusable Compensable, Excusable Non-Compensable, Non-Excusable).
5.3 Project Scheduling, Work Breakdown Structure (WBS) & Change Management
Delivering complex construction projects on schedule and within budget requires systematic planning, rigorous network logic, dynamic progress tracking, and formal change management procedures. Without structured scheduling controls, multi-trade coordination breaks down, trade stacking occurs, delays multiply, and contractor cash flow is jeopardized.
This section details the construction management methodologies required for project execution: the Work Breakdown Structure (WBS), the Critical Path Method (CPM) and Precedence Diagramming Method (PDM), forward and backward pass mathematical calculations, schedule compression techniques (crashing vs. fast-tracking), and the administration of Construction Change Directives (CCDs) and formal Change Orders.
1. The Work Breakdown Structure (WBS)
The Work Breakdown Structure (WBS) is a hierarchical, deliverable-oriented decomposition of the total project scope defined in the contract documents. It divides complex projects into progressively smaller, more manageable sub-elements until reaching discrete Work Packages.
+-----------------------------------------------------------------------------+
| WORK BREAKDOWN STRUCTURE (WBS) HIERARCHY |
| |
| LEVEL 1: TOTAL PROJECT |
| └── Commercial Office Building ($12,000,000) |
| |
| LEVEL 2: SUBPROJECT / MAJOR SYSTEMS |
| ├── 1.0 Substructure & Foundations |
| ├── 2.0 Superstructure Framing |
| ├── 3.0 Building Envelope & Façade |
| └── 4.0 Interior Fit-Out & Finishes |
| |
| LEVEL 3: WORK PACKAGES (WP) |
| ├── 2.1 Structural Steel Erection |
| │ ├── 2.1.1 Anchor Bolt Verification |
| │ ├── 2.1.2 Main Column & Beam Erection |
| │ ├── 2.1.3 Metal Decking & Shear Studs |
| │ └── 2.1.4 High-Strength Bolting & Weld QA/QC |
| └── 2.2 Elevated Concrete Slabs |
+-----------------------------------------------------------------------------+
Core Rules Governing the WBS:
- The 100% Rule: The WBS must encompass 100% of the scope defined by the construction contract—including internal management tasks, quality control testing, submittals, commissioning, and punch-list closeout. Nothing outside the WBS is part of the project; everything in the project must be in the WBS.
- The Work Package Baseline: The lowest tier of the WBS is the Work Package, representing a discrete unit of work that can be reliably estimated for cost, assigned to a specific crew or subcontractor, scheduled with defined start/finish dates, and tracked for physical completion.
- CSI MasterFormat Alignment: In commercial construction, WBS elements are typically aligned with the Construction Specifications Institute (CSI) MasterFormat 50-division numbering system (e.g., Division 03 Concrete, Division 05 Metals, Division 22 Plumbing, Division 26 Electrical).
2. Scheduling Methodologies & Network Logic
Construction schedules serve three primary purposes: coordinating field trades, tracking actual vs. planned progress, and establishing legal entitlement for delay and time extension claims.
+-----------------------------------------------------------------------------+
| COMPARISON OF SCHEDULING METHODOLOGIES |
| |
| [MILESTONE SCHEDULE] [BAR / GANTT CHART] [CPM NETWORK (PDM)] |
| - Executive high-level - Visual bar timeline - Mathematical model |
| - Key dates only (e.g., - Shows activity length - Shows exact logic |
| dry-in, power-on, - Lacks inter-trade dependencies & floats|
| substantial completion) dependencies for CPM - Identifies critical |
| - Good for owners/banks - Good for field crews path for project |
+-----------------------------------------------------------------------------+
Precedence Diagramming Method (PDM) Dependency Relationships:
In modern CPM network scheduling, logical dependencies between activities are modeled using four relationship types:
+-----------------------------------------------------------------------------+
| PDM ACTIVITY DEPENDENCY RELATIONSHIPS |
| |
| 1. FINISH-TO-START (FS) - [Most Common: 90%+ of all links] |
| [Activity A] ─────> [Activity B] |
| Activity B cannot start until Activity A finishes. |
| Example: Foundation concrete must cure (A) before framing starts (B). |
| |
| 2. START-TO-START (SS) |
| [Activity A] ──┐ |
| └───> [Activity B] |
| Activity B can start once Activity A has started. |
| Example: Drywall hanging (A) starts; drywall taping (B) starts 2 days |
| later with a 2-day lead/lag. |
| |
| 3. FINISH-TO-FINISH (FF) |
| [Activity A] ──┐ |
| └───> [Activity B] |
| Activity B cannot finish until Activity A finishes. |
| Example: Electrical wiring (A) finishes before ceiling tile grid (B) |
| can completely close and finish. |
| |
| 4. START-TO-FINISH (SF) - [Extremely Rare] |
| Activity B cannot finish until Activity A starts. |
+-----------------------------------------------------------------------------+
Lead and Lag Times:
- Lag (+): A mandatory waiting period inserted between activities (e.g., placing concrete footing requires a 7-day cure lag (+7d) before erecting heavy structural steel columns).
- Lead (-): An acceleration overlap allowing a successor activity to begin before its predecessor is 100% complete (e.g., painting starts 3 days before drywall finishing is fully completed across an entire floor).
3. Critical Path Method (CPM) Mathematical Mechanics
The Critical Path Method (CPM) is an analytical scheduling algorithm that calculates the longest continuous sequence of dependent activities through a network logic diagram, determining the shortest possible calendar duration required to complete the total project.
The Standard CPM Activity Node (Block):
+---------------------------------------+
| ES | DURATION (D) | EF |
| (Early Start) (Early Finish)|
|---------------------------------------|
| ACTIVITY NAME |
| & IDENTIFIER |
|---------------------------------------|
| LS | TOTAL FLOAT (TF) | LF |
| (Late Start) (Late Finish)|
+---------------------------------------+
Step-by-Step CPM Calculation Rules:
1. The Forward Pass (Calculates Early Dates & Project Duration):
- Progresses chronologically from project start to project completion (left to right).
- Early Start ($ES$): For the initial activity, $ES = 0$ (or Day 1). For subsequent activities, $ES$ equals the maximum Early Finish ($EF$) of all immediate predecessor activities:
- Early Finish ($EF$): (in 0-based time)
2. The Backward Pass (Calculates Late Dates):
- Progresses backward from the target completion date to project start (right to left).
- Set the Late Finish ($LF$) of the final project activity equal to its Early Finish ($EF$) (unless a fixed deadline is mandated).
- Late Finish ($LF$): For preceding activities, $LF$ equals the minimum Late Start ($LS$) of all immediate successor activities:
- Late Start ($LS$):
3. Float Calculations:
- Total Float ($TF$): The maximum amount of time an activity can be delayed or extended without delaying the final project completion date:
- Free Float ($FF$): The amount of time an activity can be delayed without delaying the Early Start ($ES$) of any immediate successor activity:
- The Critical Path: Any activity with Total Float = 0 is on the Critical Path. A delay to any critical path activity results in a direct, day-for-day delay to the overall project completion date.
4. Worked CPM Network Example
Consider a commercial project network comprising activities A through G. Let us perform the complete Forward Pass, Backward Pass, Float calculations, and Critical Path identification:
+-----------------------------------------------------------------------------+
| PROJECT CPM NETWORK LOGIC |
| |
| ┌──> [B: Underground Utilities] ──┐ |
| │ (Duration: 4 days) │ |
| │ ▼ |
| [A: Excavation] ─┼──> [C: Concrete Footings] ────> [E: Slab Placement] ──┐ |
| (Duration: 3) │ (Duration: 6 days) (Duration: 4 days) │ |
| │ ▼ |
| └──> [D: Site Grading] ─────────────────────────> [F: Frame]│
| (Duration: 2 days) (Dur: 5)│
| │ |
| ▼ |
| [G: Roof]|
| (Dur: 3)│
+-----------------------------------------------------------------------------+
| Act | Activity Description | Predecessor | Duration (Days) | Early Start (ES) | Early Finish (EF) | Late Start (LS) | Late Finish (LF) | Total Float (TF) | Free Float (FF) | Critical Path? |
|---|---|---|---|---|---|---|---|---|---|---|
| A | Site Excavation | None | 3 | 0 | 3 | 0 | 3 | 0 | 0 | YES (Critical) |
| B | Underground Utilities | A | 4 | 3 | 7 | 5 | 9 | 2 | 2 | NO |
| C | Concrete Footings | A | 6 | 3 | 9 | 3 | 9 | 0 | 0 | YES (Critical) |
| D | Site Grading | A | 2 | 3 | 5 | 11 | 13 | 8 | 8 | NO |
| E | Slab Placement | B, C | 4 | 9 | 13 | 9 | 13 | 0 | 0 | YES (Critical) |
| F | Steel Framing | D, E | 5 | 13 | 18 | 13 | 18 | 0 | 0 | YES (Critical) |
| G | Roof Sheathing | F | 3 | 18 | 21 | 18 | 21 | 0 | 0 | YES (Critical) |
Mathematical Step-by-Step Analysis:
- Forward Pass Calculation:
- Activity A ($D=3$): $ES=0, EF=0+3=3$.
- Activity B ($D=4$, pred A): $ES=3, EF=3+4=7$.
- Activity C ($D=6$, pred A): $ES=3, EF=3+6=9$.
- Activity D ($D=2$, pred A): $ES=3, EF=3+2=5$.
- Activity E ($D=4$, preds B & C): $ES=\max(EF_B, EF_C) = \max(7, 9) = 9; EF=9+4=13$.
- Activity F ($D=5$, preds D & E): $ES=\max(EF_D, EF_E) = \max(5, 13) = 13; EF=13+5=18$.
- Activity G ($D=3$, pred F): $ES=18, EF=18+3=21$.
- Total Project Duration = 21 Days.
- Backward Pass Calculation:
- Activity G: $LF=21, LS=21-3=18$.
- Activity F: $LF=18, LS=18-5=13$.
- Activity E: $LF=13, LS=13-4=9$.
- Activity D: $LF=13, LS=13-2=11$.
- Activity C: $LF=9, LS=9-6=3$.
- Activity B: $LF=9, LS=9-4=5$.
- Activity A: $LF=\min(LS_B, LS_C, LS_D) = \min(5, 3, 11) = 3; LS=3-3=0$.
- Critical Path Determination:
- Activities A → C → E → F → G have $TF = 0$. This sequence represents the Critical Path ($3 + 6 + 4 + 5 + 3 = 21\text{ days}$). Activity B has 2 days of float; Activity D has 8 days of float.
5. Schedule Compression: Crashing vs. Fast-Tracking
When a project falls behind schedule or an owner demands an earlier completion date, contractors utilize two primary schedule compression techniques:
+-----------------------------------------------------------------------------+
| SCHEDULE COMPRESSION: CRASHING VS FAST-TRACKING |
| |
| [TECHNIQUE 1: SCHEDULE CRASHING] |
| - Definition: Adding resources (overtime, extra shifts, additional |
| crews, larger equipment) to CRITICAL PATH activities. |
| - Impact: ALWAYS increases direct project costs. |
| - Rule: Crash critical path activities with the LOWEST COST SLOPE first. |
| |
| Crash Cost - Normal Cost |
| Cost Slope = -------------------------------------- |
| Normal Duration - Crash Duration |
| |
| [TECHNIQUE 2: FAST-TRACKING] |
| - Definition: Performing normally sequential activities IN PARALLEL. |
| - Example: Starting foundation construction while building superstructure |
| drawings are still 50% incomplete. |
| - Impact: Does not increase initial labor budgets, but DRAMATICALLY |
| increases project risk, field clashes, rework, and change order claims. |
+-----------------------------------------------------------------------------+
6. Construction Change Management & Delay Claims
During construction, alterations to drawings, unexpected field obstacles, and owner additions inevitably require contract modifications. Handling changes through disciplined administrative procedures is essential to ensure payment and protect schedule integrity.
+-----------------------------------------------------------------------------+
| FORMAL CHANGE ORDER ADMINISTRATIVE WORKFLOW |
| |
| 1. ORIGINATING EVENT |
| - Architect issues revised drawing (RFI response / ASI). |
| - Differing site condition encountered by contractor in field. |
| - Owner requests scope addition or material upgrade. |
| | |
| v |
| 2. CONTRACTOR CHANGE ORDER REQUEST (COR) / PROPOSAL |
| - Detailed itemized direct cost breakdown (labor, materials, subs). |
| - Overhead and profit markup calculations. |
| - Time Impact Analysis (TIA) requesting calendar day extension. |
| | |
| v |
| 3. REVIEW & NEGOTIATION |
| +-----------------------------------+------------------------------+ |
| | SCENARIO A: MUTUAL AGREEMENT | SCENARIO B: DISPUTED / URGENT| |
| | | | |
| | [FORMAL BILATERAL CHANGE ORDER] | [CONSTRUCTION CHANGE | |
| | - Signed by Owner, Architect, | DIRECTIVE (CCD)] | |
| | and General Contractor. | - Unilateral order by Owner. | |
| | - Formally modifies Contract Sum | - Contractor MUST proceed. | |
| | and Contract Time. | - Cost determined by actual | |
| | | receipts or arbitration. | |
| +-----------------------------------+------------------------------+ |
+-----------------------------------------------------------------------------+
Construction Change Directive (CCD / Work Change Directive):
- Under AIA A201 §7.3, a Construction Change Directive (CCD) is a written order prepared and signed by the architect and owner directing a change in the work prior to reaching a final agreement on contract price or time adjustment.
- Mandatory Performance: Unlike a standard Change Order which requires bilateral consent, the contractor must immediately proceed with the directed work upon receipt of a valid CCD. Payment is typically tracked on a time-and-materials basis until a final bilateral Change Order is executed.
Construction Delay Claim Classifications:
+-----------------------------------------------------------------------------+
| CONSTRUCTION DELAY CLASSIFICATION MATRIX |
| |
| DELAY CATEGORY PRIMARY CAUSE CONTRACTOR REMEDY |
| ------------------------- ------------------------- ----------------- |
| 1. EXCUSABLE COMPENSABLE Owner / Architect caused TIME EXTENSION + |
| (late design submittals, ADDITIONAL MONEY |
| defective specs, delayed (Extended Field |
| site access, stop work). Overhead & Costs) |
| |
| 2. EXCUSABLE Unforeseeable external TIME EXTENSION ONLY |
| NON-COMPENSABLE events beyond control (Relief from |
| (abnormal severe weather, Liquidated Damages; |
| strikes, acts of God). NO extra money) |
| |
| 3. NON-EXCUSABLE Contractor / Sub caused NO TIME EXTENSION, |
| (CONTRACTOR DEFAULT) (subcontractor default, NO MONEY. |
| poor scheduling, late (Contractor liable |
| material ordering). for Liquidated Dam.)|
+-----------------------------------------------------------------------------+
In a Critical Path Method (CPM) project schedule network, what is the mathematical definition of Total Float for an activity?
An architect issues a written directive ordering immediate structural foundation modifications before the owner and general contractor have agreed upon the final cost adjustment and schedule extension. Under AIA A201 General Conditions, what is this document called?
During a commercial building project, an unexpected, severe 100-year flood inundates the job site, completely halting all structural work for two weeks. How is this delay classified under standard commercial construction contracts?