Skip to content

Guides

Operating guides you can apply this week.

Three long-form guides covering the questions we are asked most: how to write process documentation people follow, what to hand over first when you finally get help, and how to pick automation candidates without breaking the business.

8 min read

How to document a process your team will actually follow

Most process documentation dies because it was written for an auditor instead of for the person doing the work on a busy Tuesday. This is the format we use inside client engagements.

Start with the trigger, not the task

Every process begins with something happening: a form is submitted, an invoice arrives, a client says yes, a shipment is late. If your document opens with a list of steps, the reader has to guess when to use it. If it opens with the trigger, they know within one line whether this page is relevant.

Write the trigger as a sentence that could appear in a notification: "A new client signs the proposal." Then state the outcome the process must produce: "The client is onboarded, billed, and scheduled within three business days." Trigger and outcome frame everything else.

Write steps as instructions to one named owner

Passive language is where accountability disappears. "The invoice is raised" tells nobody to raise the invoice. Every step should read as a command directed at a role: "Operations lead raises the invoice in Xero using the project code."

  • One action per step. If a step contains the word "and", it is usually two steps.
  • Name the tool and the exact location inside it, not just the tool.
  • State the standard: what does a correctly completed step look like?
  • Include the handover: who receives the work and how they are told.

Capture the exceptions on the same page

The reason people abandon documentation is that real work rarely matches the happy path. Add a short exceptions section at the bottom: what to do when the client has not paid, when data is missing, when the deadline is inside 24 hours. Three or four exceptions cover the majority of real cases and stop your team from escalating every deviation.

Test it with someone who has never done the work

Hand the document to a person outside the process and ask them to execute it while you stay silent. Every question they ask is a gap. Fix the gaps in the document rather than answering verbally, because the verbal answer only exists once.

Then set a review date. A process document without an owner and a review date becomes wrong within a quarter, and a document that is quietly wrong is worse than none at all.

Takeaway

A usable process document names its trigger, assigns every step to a role, defines the finished standard, and handles the common exceptions on the same page.

7 min read

What to delegate first when you finally get help

Founders usually delegate the wrong work first: the things they dislike rather than the things that consume the most of their calendar. Here is the sequence that frees real hours.

Track two weeks before you decide anything

Log your work in 30-minute blocks for ten working days. It feels tedious and it is the single highest-return exercise in this guide, because memory systematically underweights small repeated tasks. Most founders discover between eight and fourteen hours a week going into scheduling, chasing, reformatting, and status updates.

Sort the log into four buckets

  • Repeating and rule-based: scheduling, data entry, reporting, invoicing. Delegate first, then automate.
  • Repeating and judgement-based: client updates, hiring screens, vendor management. Delegate second, with a written standard.
  • One-off and rule-based: research, list building, migrations. Delegate immediately as projects.
  • One-off and judgement-based: pricing, positioning, key relationships. Keep. This is your actual job.

Delegate outcomes with a written brief

A delegation that fails almost always failed at the brief. Before handing anything over, write four lines: the outcome, the standard of done, the decisions the other person may make alone, and the point at which they must come back to you. That fourth line is what stops both micromanagement and unpleasant surprises.

Then delegate the whole outcome, not fragments. Splitting a task in half means you still hold the context, so you still hold the work.

Run a two-week checkpoint, not daily oversight

Set a review at two weeks with three questions: what took longer than expected, what did you have to ask me about more than once, and what would you change about the process. Fix the process rather than the person. After two rounds of this, most delegated work stops needing you entirely.

Takeaway

Delegate by frequency and rule-density, brief in writing with explicit decision rights, and review the process at two weeks instead of supervising daily.

9 min read

Choosing what to automate without breaking your operations

Automation multiplies whatever process it is applied to. Applied to a clean process it buys back hours; applied to a broken one it produces errors faster. This is how we pick candidates.

Only automate a process that is already stable

If a process changed twice in the last quarter, or two people run it differently, it is not ready. Stabilise and document it first. The rule we use with clients: a process can be automated when two different people can run it from the document and produce the same output.

Score candidates on four dimensions

  • Frequency: how many times a week does it run? Under three, the payback rarely justifies the build.
  • Time per run: including the context switching before and after, not just the keystrokes.
  • Error cost: what happens when it goes wrong, and how quickly would you notice?
  • Rule clarity: can the decision be written as if-this-then-that without exceptions?

Automate the connections before the judgement

The highest-return automations are rarely clever. They move data between systems that should already be talking: form to CRM, CRM to project tool, project tool to invoice, invoice to bookkeeping. Each hop you remove eliminates a category of copy-paste error and a category of chasing.

Leave judgement in human hands until the rule-based layer is complete. When you do introduce AI-assisted steps, such as drafting replies or summarising calls, keep a person approving the output for the first month and log every correction. Those corrections become your prompt and your quality standard.

Build in the failure path

Every automation needs three things before it goes live: a named owner, an alert when it fails, and a documented manual fallback. Silent automations are the ones that cost money, because nobody notices for six weeks that the handoff stopped firing.

Review your automations quarterly. Tools change, fields get renamed, and the process the automation encoded may no longer be the process you run.

Takeaway

Stabilise, then score by frequency and rule clarity, then connect systems before adding judgement, and never ship an automation without an owner, an alert, and a manual fallback.