WalkthruComing soon
  1. Walkthru
  2. Answers

How do you write a standard operating procedure for a process done on a phone?

Updated

A mobile SOP needs the same parts as any other — a purpose, a scope, numbered steps in the imperative, and a named owner with a review date — but it lives or dies on the screenshots, because a phone screen gives the reader far fewer landmarks than a desktop window does. The practical difference is production: capturing twenty phone screenshots by hand and assembling them takes twenty to forty minutes, which is why mobile procedures go undocumented far more often than desktop ones.

The parts, and what each one is for

An SOP is a short document with a fixed shape. The shape is not bureaucracy; each part answers a question the reader has before they will act on it.

  • Title — the task, named as a task. Refunding an order in the field app, not Refund procedure v2.
  • Purpose — one sentence on why this exists. It is what tells a reader they are in the right document.
  • Scope — who this applies to and what it covers. Also what it does not: this covers full refunds only; partial refunds are a separate procedure.
  • Prerequisites — access, permissions, app version, anything the reader needs before step one. A procedure that fails at step four because of a missing permission has wasted the reader’s time and their trust.
  • Steps — numbered, imperative, one action each.
  • Owner, version, review date — in the footer of every page. This is the part that decides whether the document is still believed in a year.

What changes on a phone

Screenshots stop being optional. On a desktop, a reader has a window title, a menu bar and a sidebar to orient by, and one screenshot can often cover several clicks because the controls are all visible at once. A phone shows one screen at a time with no persistent landmarks, and each tap replaces the whole view. A step without a screenshot is a step the reader has to guess at.

The tap target needs marking. “Tap the button in the top right” makes the reader scan and decode. A marker on the screenshot does not.

Screens are taller and narrower, which means a screenshot at full width on a Letter page is enormous and one at readable size wastes most of the width. Either the layout earns that space, or the guide reads as an accident.

Sensitive data is everywhere. Phone apps are personal. Real screens carry names, balances, addresses and account numbers, and a mobile SOP made from real screens will leak them unless every screenshot is checked. This is the failure that actually happens — not a wrong caption, a shared PDF with a customer’s details in step seven.

Writing the steps

  • Imperative mood. “Tap Refund.” Not “The user taps Refund”, and not “The Refund screen will appear” — the reader needs an instruction, not a narration.
  • One action per step. A step containing “and then” is two steps.
  • Name controls exactly as the screen labels them, with the same capitalisation. If the reader has to translate your wording into what they see, the step has failed.
  • State what confirms success where the outcome isn’t obvious. “The status changes to Refunded” tells a reader they are on track.
  • Put warnings before the step, not after. A caution below the instruction is read after the irreversible thing has been done.

Producing one without the screenshot marathon

The reason mobile procedures go undocumented is not that anyone disputes their value. It is that capturing twenty screenshots by hand, transferring them, cropping them, importing them, captioning them and redacting them takes most of an hour, and it all has to be redone when the app updates.

Walkthru removes the capture and assembly half. Record the flow once, on the phone; it cuts the recording where the screen changed and gives you a step per cut with a full-resolution screenshot already in place. You write the captions — the part that needed a human anyway — place markers, accept the redactions it offers for anything sensitive it spots, and export.

For an SOP folder, the PDF export is the deliverable: three layouts including a checklist, US Letter or A4, with an optional cover page and outline bookmarks. For a procedure that lives beside the code or on a docs site, the Markdown bundle exports step text with relative image references, so the diff shows exactly which steps changed when you re-record after a UI update.

Related questions

What does an SOP need to contain?

A title naming the task, a purpose sentence, a scope stating who and what it covers, any prerequisites, numbered steps written as instructions, and a footer with the owner, the version and the review date. Anything beyond that is organisational preference.

How is a mobile SOP different from a desktop one?

The screenshots carry more of the weight. A desktop window gives a reader a menu bar, a sidebar and a title to orient by; a phone screen gives them one column with no persistent landmarks. Every step therefore needs its own screenshot, and a marker showing which control to touch.

How many screenshots does a mobile SOP need?

One per step, effectively without exception. On desktop you can sometimes cover three menu clicks with one screenshot because the menus are visible simultaneously. On a phone each tap replaces the whole screen, so a step without a screenshot is a step the reader has to guess at.

Should an SOP be a PDF or a web page?

A PDF if it is followed on a screen while the task is done, needs a signature, or is audited — a PDF has a version and a date on every page. Markdown or a web page if it changes often and lives near the code or the docs site, where a diff shows what changed.

How do you keep an SOP from going stale?

Put a review date and an owner in the footer of every page, and re-record the flow rather than patching screenshots when the app's UI changes. Patching produces a document with screenshots from three different app versions, which readers stop trusting.

Keep reading