1.5 Management Infrastructure & Project Management

Key Takeaways

  • A Project Charter formalizes project authorization, establishing scope, SMART objectives, baseline metrics, resource allocations, constraints, and project manager authority.
  • The 100% Rule in Work Breakdown Structures (WBS) requires that the WBS account for 100% of the total project scope and capture all deliverables at the work package level.
  • In PERT three-point estimation, expected duration is Te = (a + 4m + b)/6 and activity variance is σ² = ((b - a)/6)²; critical path variance is the sum of critical activity variances.
  • The Critical Path Method (CPM) identifies the sequence of dependent activities determining minimum project duration, where Total Float (TF = LS - ES = LF - EF) is exactly zero.
  • Bruce Tuckman's model outlines five stages of team development—Forming, Storming, Norming, Performing, and Adjourning—requiring leadership to transition from directing to delegating.
Last updated: July 2026

1.5 Management Infrastructure & Project Management

Executing quality engineering initiatives—such as Six Sigma DMAIC projects, Lean kaizen events, process capability overhauls, or ISO 9001 quality system implementations—requires a robust project management infrastructure. Quality engineers must master project scoping, scheduling, mathematical critical path modeling, and team facilitation to deliver measurable improvements on time and within budget.

Project Charters & Work Breakdown Structure (WBS)

Every structured quality improvement effort begins with a formal Project Charter. Authorized by an executive sponsor or champion, the charter acts as a contract between leadership and the project team, granting the project manager formal authority to commit organizational resources.

Key Elements of a Project Charter

  1. Business Case & Problem Statement: Quantifies the current pain point (e.g., "Line 3 internal scrap rate averaged 4.8% over Q3, resulting in $320,000 in annualized waste").
  2. Project Scope Statement: Explicitly defines in-scope boundaries (e.g., "Assembly operations at Facility A") and out-of-scope elements (e.g., "Component fabrication at supplier sites") to prevent scope creep.
  3. SMART Objectives: Defines target performance metrics that are Specific, Measurable, Achievable, Relevant, and Time-bound (e.g., "Reduce scrap rate on Line 3 to under 1.5% by October 31").
  4. Deliverables & Milestones: High-level timeline detailing phase gates (e.g., DMAIC Define, Measure, Analyze, Improve, Control sign-offs).
  5. Resource Budget & Team Roles: Outlines allocated financial capital, cross-functional team members, and dedicated labor hours.
  6. Assumptions, Constraints & Risks: Identifies technical, regulatory, or operational boundaries.

Work Breakdown Structure (WBS)

Once authorized, the project scope is decomposed into manageable components using a Work Breakdown Structure (WBS). The WBS is a deliverable-oriented hierarchical decomposition of the total work to be carried out by the team.

The fundamental rule governing WBS creation is the 100% Rule: the WBS must capture 100% of the work defined by the project scope, including all internal, external, and interim deliverables. The lowest hierarchical level of a WBS branch is the Work Package, representing a discrete task that can be reliably estimated for duration, cost, and resource assignment (typically ranging between 8 and 80 labor hours).

WBS LevelLevel DescriptionExample
Level 1Project TitleProcess Capability Optimization Project
Level 2Project Phase / Major DeliverableMeasurement System Analysis (MSA)
Level 3Sub-DeliverableGage R&R Study for Automated Caliper
Level 4Work PackageCollect 30 Parts across 3 Operators & Analyze ANOVA

Project Scheduling: Gantt Charts & Network Diagrams

Project scheduling translates the WBS work packages into a temporal sequence. Two dominant graphical tools facilitate scheduling: Gantt Charts and Network Diagrams.

Gantt Charts

A Gantt Chart displays project tasks against a horizontal calendar baseline. It visually communicates task start dates, finish dates, durations, task overlap, and progress tracking. Modern Gantt charts display task precedence relationships (dependencies such as Finish-to-Start), milestone markers (zero-duration checkpoints), and resource loading profiles. While excellent for operational status reporting to stakeholders, Gantt charts can obscure complex interdependencies across multi-path networks.

Network Diagrams

Network Diagrams model logical flow and task dependencies using graphical nodes and vectors. In Quality Engineering, the Activity-on-Node (AON) format is standard:

  • Nodes represent project activities, containing scheduling data (Early Start, Early Finish, Late Start, Late Finish, Duration).
  • Arrows represent precedence logic (e.g., Activity B cannot begin until Activity A completes).

PERT / CPM Critical Path Calculations

The Critical Path Method (CPM) and Program Evaluation and Review Technique (PERT) provide deterministic and probabilistic mathematical models for project duration.

CPM Forward and Backward Pass

The Critical Path is defined as the longest continuous sequence of dependent activities through the project network. It dictates the shortest possible elapsed time required to complete the project. Activities along the critical path possess zero float.

To calculate the critical path, project managers execute a two-pass network calculation:

  1. Forward Pass (Early Dates): Early Finish (EF)=Early Start (ES)+Activity Duration (D)\text{Early Finish (EF)} = \text{Early Start (ES)} + \text{Activity Duration (D)} Early Start (ES)=max(EF of all Immediate Predecessors)\text{Early Start (ES)} = \max(\text{EF of all Immediate Predecessors})
  2. Backward Pass (Late Dates): Late Start (LS)=Late Finish (LF)Activity Duration (D)\text{Late Start (LS)} = \text{Late Finish (LF)} - \text{Activity Duration (D)} Late Finish (LF)=min(LS of all Immediate Successors)\text{Late Finish (LF)} = \min(\text{LS of all Immediate Successors})
  3. Float / Slack Calculations: Total Float (TF)=LSES=LFEF\text{Total Float (TF)} = \text{LS} - \text{ES} = \text{LF} - \text{EF} Free Float (FF)=min(ES of Successors)EF\text{Free Float (FF)} = \min(\text{ES of Successors}) - \text{EF}

Total Float measures how long an activity can be delayed without delaying the project completion date. Free Float measures delay tolerance without impacting the Early Start of any immediate successor.

PERT Three-Point Duration & Probability Equations

When activity durations are uncertain, PERT applies a Beta probability distribution derived from three estimate values:

  • Optimistic Time ($a$): Best-case scenario duration.
  • Most Likely Time ($m$): Most frequent or realistic duration.
  • Pessimistic Time ($b$): Worst-case scenario duration.

The Expected Activity Duration ($T_e$) and Activity Variance ($\sigma^2$) are calculated as: Te=a+4m+b6T_e = \frac{a + 4m + b}{6} σ2=(ba6)2    σ=ba6\sigma^2 = \left(\frac{b - a}{6}\right)^2 \quad \implies \quad \sigma = \frac{b - a}{6}

The total expected project duration ($T_{proj}$) equals the sum of $T_e$ for all activities on the critical path. Assuming independence, total critical path variance ($\sigma^2_{proj}$) is the sum of variances of critical path activities: σproj2=iCritical Pathσi2\sigma^2_{proj} = \sum_{i \in \text{Critical Path}} \sigma^2_i

To calculate the probability of completing the project within a target deadline ($T_d$), compute the standard normal Z-score: Z=TdTprojσproj2Z = \frac{T_d - T_{proj}}{\sqrt{\sigma^2_{proj}}}

Worked Calculation Example

Consider a 3-activity sequence on the critical path:

ActivityPredecessorOptimistic ($a$)Most Likely ($m$)Pessimistic ($b$)$T_e = \frac{a+4m+b}{6}$Variance $\sigma^2 = (\frac{b-a}{6})^2$
Act ANone2 days4 days12 days$(2 + 16 + 12)/6 = 5.0$$((12-2)/6)^2 = 2.78$
Act BAct A3 days6 days9 days$(3 + 24 + 9)/6 = 6.0$$((9-3)/6)^2 = 1.00$
Act CAct B4 days8 days12 days$(4 + 32 + 12)/6 = 8.0$$((12-4)/6)^2 = 1.78$
  • Total Project Expected Duration: $T_{proj} = 5.0 + 6.0 + 8.0 = 19.0 \text{ days}$.
  • Total Critical Path Variance: $\sigma^2_{proj} = 2.78 + 1.00 + 1.78 = 5.56 \text{ days}^2$.
  • Project Standard Deviation: $\sigma_{proj} = \sqrt{5.56} = 2.36 \text{ days}$.

If leadership requests the probability of finishing within $T_d = 21$ days: Z=2119.02.36=2.02.36=+0.85Z = \frac{21 - 19.0}{2.36} = \frac{2.0}{2.36} = +0.85 Using standard normal tables, $P(Z \le 0.85) = 0.8023$, or an 80.2% probability of completing on or before 21 days.


Team Dynamics & Tuckman’s Model

Technical engineering mastery fails without effective cross-functional team leadership. Bruce Tuckman’s model outlines five predictable stages of group development:

  1. Forming: Team members exhibit high anxiety, polite orientation, and reliance on leadership. Leadership Style: Directing—clarify vision, charter, roles, and ground rules.
  2. Storming: Interpersonal conflict emerges over control, priorities, and methods. Members test boundaries. Leadership Style: Coaching / Mentoring—facilitate conflict resolution, active listening, and objective consensus.
  3. Norming: Roles harmonize, trust grows, and standard operating behaviors solidify. Group cohesion forms. Leadership Style: Facilitating / Supporting—encourage shared leadership and process autonomy.
  4. Performing: High operational synergy, self-direction, rapid problem-solving, and continuous delivery. Leadership Style: Delegating—remove systemic barriers and recognize achievements.
  5. Adjourning: Project wrap-up, documentation, knowledge transfer, and team dissolution. Leadership Style: Celebrating & Archiving—recognize performance and archive lessons learned.

RACI Responsibility Matrix for Quality Projects

ASQ CQE Body of Knowledge Domain I explicitly expects project-management tools including the RACI matrix (Responsible, Accountable, Consulted, Informed). Use RACI to prevent ambiguous ownership on CAPA, PPAP, validation, and change-control projects.

Role letterMeaningTypical quality example
R — ResponsibleDoes the workProcess engineer drafts the revised control plan
A — AccountableOne owner who approves and is answerableQuality manager signs the control-plan release
C — ConsultedTwo-way input before decisionsManufacturing supervisor, metrology lead
I — InformedOne-way notification after decisionsCustomer quality contact, warehouse

Exam traps: There must be exactly one A per activity. Multiple R roles are allowed, but splitting A creates decision deadlock. RACI complements Gantt/PERT scheduling; it does not replace the critical-path schedule.

Loading diagram...
AON Network Diagram & Critical Path Calculation Flow
Test Your Knowledge

An activity on a project's critical path has an optimistic time estimate (a) of 3 weeks, a most likely time estimate (m) of 5 weeks, and a pessimistic time estimate (b) of 13 weeks. What are the expected activity duration (Te) and activity variance (σ²) under PERT?

A
B
C
D
Test Your Knowledge

A non-critical path activity in a network diagram has an Early Start (ES) of Day 10, an Early Finish (EF) of Day 16, a Late Start (LS) of Day 14, and a Late Finish (LF) of Day 20. What is the Total Float (TF) for this activity?

A
B
C
D
Test Your Knowledge

During which stage of Bruce Tuckman's team development model do team members experience interpersonal friction, contest authority, and clash over problem-solving methodologies?

A
B
C
D