runbookify
← All plans
Manufacturing & Production / Tooling, Gauges & Calibration

Tool Crib Check-In/Check-Out: Stop Losing Tools, Inserts & Gauges

Track who took which tool, insert, or gauge, for which job, and when it's due back — with the crib attendant confirming every move and a supervisor approving high-value tooling before it leaves the cage.

BeginnerAn afternoonBuilds onNext.jsSupabaseResend
What you'll build

A web tool where you check tools out to a person and job, on-hand counts drop automatically, overdue tools get flagged, check-in restores the count, the attendant confirms every move, a supervisor approves controlled tooling, and you export a transaction log plus a low-stock perishable-tool alert by email.

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)
  • A Resend account (free)
  • Your tooling catalog as a CSV or spreadsheet (tool ID, description, on-hand qty, location)
  • Claude Code or any AI coding agent

The problem this kills

The tool crib is where the day quietly leaks. An operator grabs a milling insert, a bore gauge, and a torque wrench for a job, walks off, and nobody writes it down. By second shift the on-hand count on the shelf tag is fiction. A $400 gauge that's due for calibration is sitting in someone's box, three perishable inserts you thought you had are gone, and the next operator burns twenty minutes hunting for a tool that's "definitely here somewhere."

So you over-order to be safe, the crib fills with duplicates, and the things you actually need are still the things that disappear. None of this is a people problem — it's a tracking problem. And you do not need to be a developer to fix it.

What you'll build

A simple internal web tool the whole crib runs on. You load your tooling catalog (tool ID, description, on-hand quantity, location, whether it's perishable, whether it's high-value or controlled). Then, at the counter:

  • Check out a tool to a person and a job — on-hand drops, a due-back date is set, and the move is logged.
  • Check in a tool — on-hand restores, condition is noted, and the loan closes.
  • Overdue tools get flagged automatically and the holder gets an email reminder.
  • Perishable tooling (inserts, drills, taps that get consumed) decrements as it's issued, and you get a low-stock alert by email when it's time to reorder.

The crib attendant confirms every check-out and return, and a supervisor approves before any high-value or controlled tool leaves the cage. At any time you can export the full transaction log and a low-stock report as CSV.

What's inside the Implementation Plan

The downloadable plan is a step-by-step file you paste into an AI coding agent. It opens by interviewing you about your crib — how you issue tools today, your real tool-ID and SKU naming, which items are perishable and which are controlled, your typical and peak issue volumes, your due-back and approval rules, and the messy edge cases (partial returns, broken tools, tools that vanish) — and then it tailors the data model, the validations, and every later step to your answers. This is not a generic template; the agent reads a short spec back to you and waits for your thumbs-up before it builds anything. From there it walks the agent through loading the catalog, the check-out and check-in flows, the on-hand math, the overdue and low-stock alerts, the attendant/supervisor gates, and the CSV exports — each step with a ready-to-copy prompt. There's also a fallback so you can build and run the whole thing today with no integration to any system at all.

The governance it includes (this is the point)

This is real shop-floor inventory, so it ships with the controls a plant needs: login so only your crib team and supervisors can use it, row-level security so you only ever see your own plant's tooling, a complete audit trail of who issued, returned, and approved what and when, a hard human-confirmation gate so every check-out and return is confirmed by the attendant (and controlled tooling waits for a supervisor's approval before release), and duplicate guards keyed on the tool plus the check-out transaction so the same issue can't be processed twice and your on-hand count can't drift.

Who it's for

Tool-crib attendants, operators, and supervisors who are tired of mystery shortages, stale shelf counts, and chasing down gauges that are overdue for calibration. If you can describe how a tool gets handed across your crib counter, you can build this.

You've got this — start with the plan, paste the first prompt, answer the interview, and you'll be checking a tool out and watching the count drop the same afternoon.

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.