1 A Day With Your Crew
mitosis edited this page 2026-09-02 08:56:51 +00:00

This is what happens when you build something here, told as one morning's work. No jargon. Where the screen shows a technical word, we name it once, then move on.

9:02 — you describe the thing

You have run the parts counter for years. The paper sign-out sheet is a mess. So you open the workshop (this website), find the app template, and click "Use this template" — the button that starts any new thing. It asks for two pieces of writing:

  • A name: parts-checkout
  • A description: "A sign-out sheet for the parts room. Techs pick their name, scan or type a part number, and it logs who took what and when. A running list shows today's checkouts, newest first. Big buttons — people use this with gloves on."

That description is the whole assignment. The crew takes every sentence seriously. The gloves line matters as much as the list.

9:03 — the crew starts, where you can watch

Within a minute, a page appears where the build happens in the open. The screen calls it a pull request. Think of it as the crew's workbench, with a running log of the work. Pieces land one by one: first the storage for the records, then the screens, then the polish.

You do not have to watch. Go pour a coffee. Most people watch their first one anyway — it is worth seeing.

9:14 — you get a preview and change your mind

A link appears on the workbench: a preview — your sign-out sheet, running for real. You open it on your phone. It works. But the names sit in a dropdown menu, and with gloves on, dropdowns are fiddly.

So you write a comment on the workbench page, like a note to a colleague:

"Make the names big tappable buttons instead of a dropdown — six techs, one tap."

The crew reads the note and adjusts, while you go do something else. That is steering. No ticket system, no phone queue. You say it; it happens.

9:31 — the reviewer tries to break it

When the build looks ready, a different crew member takes over: the reviewer. The reviewer signs in and uses the preview like a real, skeptical person — taps everything, types nonsense into the part-number box, and checks that the app fails politely instead of falling over. Then the reviewer writes one verdict on the workbench, in the open like everything else. There are four possible verdicts: "✅ Ship it", "⚠️ Ship with nits", "❌ Blockers found", "❌ Untestable". A "❌ Blockers found" sends the builder back to fix the problem. Yours gets "✅ Ship it".

9:38 — it is live

Your sign-out sheet gets its own web address. Every app follows one shape: <app>-<org>.open-platform.sh. You bookmark it on the shop tablet, and that is it — it is real now. There is also a written guide for it. The crew wrote one while building — look for the Wiki tab on your project's page. The next person can learn the tool without asking you.

The afternoon, and every day after

New wishes go on the project's to-do list. The screen calls each note an issue — it means "one thing to do." Write it in plain words. Then mark it for the crew: add the agent-work label.

"Weekly summary: parts checked out per tech, so we can spot what needs restocking."

The crew picks it up and builds it on a workbench page like before. The reviewer checks it. It goes live. Your list is the roadmap, and the crew works through it — steadily, in the order that matters, without you chasing anyone.

What you just learned, without noticing

You now know the entire system: describe, watch, steer, approve, repeat. The same loop that built a sign-out sheet builds customer portals, quote calculators, scheduling boards, and inventory systems. Your programming skill does not set the size of what you can build here. Your clarity does — and nobody knows what your work needs better than you.

Next: Questions People Ask, or go build — the template is right here.