Home/ Volume 14/ Chapter 3
Show menu button
1

Definition

Imagine three flawed garments turn up in the same week. One has a lining that will tear apart the first time it's worn. One has a collar that sits slightly crooked. One is missing a single button. Should all three be thrown away? Should all three be quietly fixed and sent out anyway? Treating every defect exactly the same way is either wasteful, throwing away something easily fixed, or risky, sending out something that should never have left the workshop.

A defect

is any output that fails Chapter 1's quality standard. Once found, it has exactly three possible fates: rework (fixed and re-inspected), reject (scrapped, becoming waste), or accept with a documented concession, a rare, deliberate exception written down and explained.

Why sort defects into categories at all, instead of just fixing everything or rejecting everything? Because a torn lining and a missing button are not the same problem. Sorting a defect by how serious it actually is tells the business, in a moment, which of the three fates it actually deserves.

In One Sentence

A classification step, critical, major, or minor, decides whether something gets fixed, scrapped, or accepted with a note explaining why. Skip that step, and every defect gets treated identically, which is either wasteful or risky.

2

The Decision Flow

Defect decision flow: a defect is found, classified as critical, major, or minor, then rejected, reworked and re-inspected, or accepted with a logged concession
SeverityMeaningTypical Response
CriticalUnsafe or completely unusableAlways rejected
MajorFails a functional or appearance requirementReworked if practical and worth the cost; otherwise rejected
MinorSmall blemish, doesn't affect functionMay be accepted with a documented concession or discount
Memory Trick

Rework fixes it. Reject scraps it. Concession explains, in writing, why it was accepted anyway. Every defect gets exactly one of these three fates, never a silent fourth option of just letting it through unlogged.

3

Rework Isn't Free, and Isn't the End of the Story

Two disciplines matter once something enters rework:

DisciplineWhy It Matters
Re-inspect after reworkA "fixed" item still has to pass the same standard as a first-time item, rework isn't automatically trusted
Log the labour and material costRework has a real cost; treating it as free hides the true cost of the defect that caused it
4

Closing the Loop: The Defect Log

Every defect, reworked, rejected, or accepted, gets written down in a Defect Log. Divide the number of defects by the number of units produced, and you get a defect rate, a single number that says whether quality is getting better or worse over time, the same way Volume 13's waste rate tracks material loss.

Without a log, "quality feels like it's slipping" is just a feeling. With a rising defect rate on paper, it becomes a specific, checkable signal that something has actually changed, and worth investigating before it gets worse.

5

Example Story: The Defect the Log Explained

Here's the full version of the three-garments idea, as it actually played out.

A minor defect, a slightly uneven hem, kept appearing across orders that seemed to have nothing in common. Nobody noticed a pattern until the defect log laid several weeks of entries side by side. Every single one traced back to the same machine, which had quietly drifted out of its correct settings.

No one was retrained. No one was blamed. The machine was reset to its correct settings, and the defect disappeared completely.

6

Across Industries

A defect log only works if the categories match what the business actually makes. Here's what "critical, major, minor" looks like in three different trades.

BusinessA Defect ExampleLikely Response
Golden Crust BakeryLoaf slightly under target weightMinor, accept with an internal note, monitor the trend
Rapid Auto WorksA repair that fails the post-repair road testMajor, rework and re-test before release
Precision Print & PressA print run with an unsafe chemical exposure riskCritical, reject and investigate immediately
7

Common Mistakes

Common Mistake #1: Reworking Without Re-Inspecting

A "fixed" item that skips re-inspection is an unverified guess, not a confirmed pass.

Common Mistake #2: Not Logging Minor Defects

Loses the exact pattern-detection ability the example story depended on.

Common Mistake #3: Treating Every Defect the Same Way

Scrapping something easily fixable wastes money; accepting something that should be rejected risks the Chapter 4 complaint that follows.

8

Quiz Yourself

Quiz 1
What are the three possible fates of a logged defect?
Rework (fixed and re-inspected), reject (scrapped, becoming waste), or accept with a documented concession.
Quiz 2
Why must a reworked item be re-inspected rather than simply trusted as fixed?
Because rework is a repair attempt, not a guarantee, it must pass the same quality standard as any first-time item before it's accepted.
9

Practice Exercise

Start a defect log for one week, even informally. Classify every defect found as critical, major, or minor, and record what happened to it. At the end of the week, calculate your defect rate.

10

Quick Summary

Quick Summary

  • Every defect gets classified, critical, major, or minor, and resolved as a rework, a rejection, or a documented concession, never silently ignored.
  • Reworked items must be re-inspected against the same standard as any first-time item.
  • The defect log turns individual problems into a trackable rate and reveals root causes, rejected items are exactly the "waste" Volume 13 described.