runbookify
← All plans
Manufacturing & Production / Quality Control & Inspection

In-Process Inspection Checklist: Catch Defects Mid-Build, Not at Final

Import your inspection plan, pick a work order and operation, let operators record measured values, and auto-pass/fail each check against spec and tolerance — failures trigger a hold until a QC lead approves the disposition.

BeginnerAn afternoonBuilds onNext.jsSupabaseResend
What you'll build

An internal web tool where an operator picks a work order and operation, sees the exact characteristics and tolerances to check, records measured values, gets an instant pass/fail against spec, and any failure auto-holds the lot until a supervisor or QC lead approves continue/hold/scrap — plus a clean exportable inspection log.

Gated download

Enter your email — the plan downloads instantly and a copy lands in your inbox.

By submitting your email you'll also receive the weekly runbookify newsletter. You can unsubscribe at any time.

Before you start

  • A Supabase account (free)
  • A Vercel account (free)
  • Your inspection plan as a CSV or Google Sheet (characteristic, spec, tolerance, frequency per item/operation)
  • The work order / lot numbers you're inspecting
  • Claude Code or any AI coding agent

The problem this kills

A part fails final inspection. By then it has soaked up every operation — machining, assembly, paint, packout — and the scrap or rework is at its most expensive. Worse, if the failure traces back to a torque spec missed at operation 30, you may have built a whole lot wrong before anyone noticed.

In-process inspection is supposed to catch this. But on the floor it usually lives on a clipboard or a printed traveler: an operator eyeballs a dimension, scribbles a number, and the question of whether that number is actually in tolerance gets decided later, by someone else, sometimes after the lot has already moved. Out-of-spec values slip through because nobody did the spec ± tolerance math in the moment. Failed lots keep flowing because there's no hard stop. And when a customer asks for the inspection record six months later, it's a coffee-stained binder.

You don't need an enterprise QMS to fix this. You can build the inspection tool yourself, this afternoon.

What you'll build

An internal web tool your operators and QC techs log into on the line. You import your inspection plan — for each item and operation, the characteristics to check, the spec, the tolerance, and how often to check. An operator picks the work order and operation they're on, and the tool shows exactly which characteristics to inspect and the allowed range for each. They type the measured value; the tool instantly compares it to spec ± tolerance and marks it pass or fail, stamped with the inspector, the timestamp, and the WO/lot.

The moment a check fails, the tool puts a hold on that lot and stops it from being marked good — production can't just keep going on that lot. A supervisor or QC lead reviews the failure and records a disposition: continue, hold, or scrap. Only after that human approval does the lot move. At any point you can export a clean inspection log — every check, every value, pass/fail, who and when — in the columns your quality system or customer wants.

What's inside the Implementation Plan

The downloadable plan is a single markdown file you paste into an AI coding agent. It opens by interviewing you about your own inspection process — your work-order and lot numbering, how your inspection plan is laid out, what characteristics and units you measure, how your specs and tolerances are written (± value, min/max, or attribute pass/fail), your check frequencies, who's allowed to approve a disposition, and your nastiest edge cases — and then it reads a short spec back for your thumbs-up before it builds anything. That's the difference between a tool shaped to your shop floor and a generic template you have to wrestle into shape.

From there it walks the agent through the data model (items, inspection plans, work orders, checks, and dispositions), the inspection-plan importer, the operator entry screen, the spec ± tolerance pass/fail engine, the auto-hold on failure, the supervisor disposition gate, and the log export. Every step ends with a ready-to-copy prompt. There's a full "No API yet?" path: import your inspection plan from a CSV or Google Sheet and export a clean results CSV — you never have to integrate with your ERP or MES to ship.

The governance it includes (this is the point)

In quality, the controls are the product. The plan builds them in: a login so only your team can use it; row-level security so each plant or organization only ever sees its own work orders and results; a complete audit trail of who inspected, who approved which disposition, and exactly when; a hard human-in-the-loop gate so a failed check auto-holds the lot and nothing proceeds until a supervisor or QC lead signs off on continue/hold/scrap; and a duplicate guard (work order + operation + check instance) so the same inspection can't be recorded twice and inflate your records. Out-of-tolerance values physically can't be cleared until someone with authority dispositions them — that's the traceability story your auditor and your customer want.

Who it's for

Operators, line QC, and quality technicians who run in-process checks today on paper or a spreadsheet, and the supervisors and QC leads who own the hold/disposition decision. If you can explain how a part gets checked at an operation and what makes a value out of tolerance, you can build this — no developer required.

You've got this — open the plan, paste the first prompt, answer a few questions about how your inspections actually run, and you'll watch your first failed check stop a lot the way it should.

Gated download

Enter your email — the plan downloads instantly and a copy lands in your inbox.

By submitting your email you'll also receive the weekly runbookify newsletter. You can unsubscribe at any time.