5.3 Customer Requirements: CTX, CTQ Trees, and Operational Definitions

Key Takeaways

  • CTQ Trees systematically translate vague Voice of the Customer statements into specific Quality Drivers and measurable Critical-to-Quality requirements.
  • Operational definitions eliminate measurement ambiguity by defining exact operational specifications, formulas, measuring devices, and pass/fail boundaries.
  • Primary project metrics ($Y$) track core charter goals, while Secondary metrics monitor potential unintended consequences across related operational areas.
  • Quality taxonomy strictly distinguishes between a Defect (any individual non-conforming attribute) and a Defective (an entire unit possessing one or more defects).
  • Core Six Sigma capability metrics calculate standard benchmarks: Defects Per Unit ($DPU$), Defects Per Million Opportunities ($DPMO$), and Rolled First-Pass Yield ($RFPY$).
Last updated: August 2026

Broad customer statements such as "I want reliable products" or "Deliver orders quickly" cannot be directly measured or controlled by engineering and operations teams. In the Define phase, Six Sigma practitioners utilize structured deployment tools to translate qualitative Voice of the Customer (VOC) feedback into precise Critical-to-Quality (CTQ) metrics with quantitative targets and specification limits.


The CTQ Tree Deconstruction Methodology

A CTQ Tree is a hierarchical diagram that systematically breaks down qualitative VOC feedback into actionable operational metrics. A standard CTQ Tree consists of three progressive levels:

  1. Customer Need: The overarching qualitative requirement stated directly in the customer's voice.
  2. Quality Driver: The key operational attribute or process performance area that fulfills the customer need.
  3. CTQ Metric: A quantifiable measurement specification with explicit targets, Lower Specification Limits (LSL), and Upper Specification Limits (USL).

Sample CTQ Deconstruction Matrix

Level 1: Customer NeedLevel 2: Quality DriverLevel 3: CTQ MetricTargetSpecification Limits
"I want accurate invoices with no surprise charges."Billing AccuracyInvoice Error Rate$0.00%$$USL = 0.05%$ defective invoices
"I want fast delivery of my custom orders."Order Fulfillment VelocityOrder Processing Lead Time$24.0$ hours$LSL = N/A$, $USL = 48.0$ hours
"The medical device housing must be durable."Structural IntegrityTensile Break Strength$450$ MPa$LSL = 400$ MPa, $USL = 550$ MPa

Formulating Rigorous Operational Definitions

An Operational Definition is an explicit, unambiguous set of instructions detailing how a specific variable or metric is to be measured and evaluated. Without operational definitions, different operators interpret metrics inconsistently, introducing measurement system error.

Core Requirements of an Operational Definition

  • Metric Identifier: Precise name and unit of measure (e.g., Order Turnaround Time in decimal hours).
  • Measurement Boundaries: Exact starting event trigger (e.g., time-stamp when order enters ERP system) and stopping event trigger (e.g., time-stamp when shipping label is scanned).
  • Measurement Instrument & Calibration: Standardized device, software log, or gauge utilized (e.g., ERP System Log v2.1, timestamped to nearest second).
  • Sampling Procedure: Sample size, frequency, and sampling plan details.
  • Decision Criteria: Clear mathematical formula and Pass/Fail threshold.

Operational Definition Template Example

Operational Definition ElementSpecification Detail
Metric NamePurchase Order Cycle Time ($Y_{CT}$)
Unit of MeasureHours (rounded to 2 decimal places)
Start ConditionCustomer presses "Submit Order" on web portal (logged as $T_{\text{start}}$ in UTC).
Stop ConditionCarrier performs initial barcode scan upon truck loading (logged as $T_{\text{stop}}$ in UTC).
Formula$Y_{CT} = T_{\text{stop}} - T_{\text{start}}$
Conformance CriteriaConforming if $Y_{CT} \le 24.00$ hours; Non-conforming (Defect) if $Y_{CT} > 24.00$ hours.

Defect Taxonomy & Core Six Sigma Quality Calculations

Six Sigma enforces a precise mathematical taxonomy for defects and yield:

Defect vs. Defective

  • Defect ($D$): Any single non-conformance of a unit with a specific requirement or specification limit.
  • Defective ($U_d$): An entire unit or service transaction that contains one or more defects. (A single defective unit can contain multiple distinct defects).
  • Opportunity ($O$): The total count of potential failure points on a single unit where a defect could logically occur.

Fundamental Six Sigma Equations & Worked Numerical Example

  1. Defects Per Unit ($DPU$):

DPU=DUDPU = \frac{D}{U}

  1. Defects Per Opportunity ($DPO$):

DPO=DU×ODPO = \frac{D}{U \times O}

  1. Defects Per Million Opportunities ($DPMO$):

DPMO=DPO×1,000,000=(DU×O)×106DPMO = DPO \times 1,000,000 = \left( \frac{D}{U \times O} \right) \times 10^6

  1. First-Pass Yield ($FPY$):

FPY=UUdUFPY = \frac{U - U_d}{U}

  1. Rolled First-Pass Yield ($RFPY$):

The probability of a unit passing through a $k$-step sequential process without incurring any rework or defects:

RFPY=i=1kFPYi=FPY1×FPY2××FPYkRFPY = \prod_{i=1}^{k} FPY_i = FPY_1 \times FPY_2 \times \dots \times FPY_k

Worked Example Calculation

An electronics plant inspects $U = 200$ completed circuit assemblies. Each assembly has $O = 10$ defect opportunities. Inspection reveals $D = 10$ total defects across $U_d = 8$ defective boards.

  • $DPU = \frac{10}{200} = 0.05$ defects per unit.
  • $DPO = \frac{10}{200 \times 10} = \frac{10}{2000} = 0.005$.
  • $DPMO = 0.005 \times 1,000,000 = 5,000$ DPMO.
  • $FPY = \frac{200 - 8}{200} = \frac{192}{200} = 96.0%$.

If this process consists of 4 identical sequential steps each operating at $FPY_i = 96.0%$, the Rolled First-Pass Yield is $RFPY = (0.960)^4 = 0.8493 = 84.93%$.


Worked Quality Metrics Calculation Example

An assembly line inspects $U = 500$ completed sub-assemblies. Each sub-assembly has $O = 8$ potential defect opportunities. Inspection logs show $D = 20$ total defects found across $U_d = 15$ defective units.

  1. Defects Per Unit ($DPU$): DPU=DU=20500=0.040 defects/unitDPU = \frac{D}{U} = \frac{20}{500} = 0.040\text{ defects/unit}
  2. Defects Per Opportunity ($DPO$): DPO=DU×O=20500×8=204000=0.0050DPO = \frac{D}{U \times O} = \frac{20}{500 \times 8} = \frac{20}{4000} = 0.0050
  3. Defects Per Million Opportunities ($DPMO$): DPMO=DPO×1,000,000=0.0050×106=5,000 DPMODPMO = DPO \times 1,000,000 = 0.0050 \times 10^6 = 5,000\text{ DPMO}
  4. First-Pass Yield ($FPY$): FPY=UUdU=50015500=485500=0.9700(97.00%)FPY = \frac{U - U_d}{U} = \frac{500 - 15}{500} = \frac{485}{500} = 0.9700 \quad (97.00\%)
Loading diagram...
CTQ Tree Cascading & Operational Translation
Test Your Knowledge

What are the three structural levels of a standard CTQ Tree in sequential order?

A
B
C
D
Test Your Knowledge

A quality team inspects 500 completed electronic circuit boards. Each circuit board has 5 distinct defect opportunities. During inspection, the team finds a total of 25 defects across the sample. What is the Defects Per Million Opportunities (DPMO)?

A
B
C
D
Test Your Knowledge

What is the primary operational purpose of establishing a formal Operational Definition for a project metric during the Define phase?

A
B
C
D