How to Document a Process in 7 Steps, With a Worked Example
· 8 min read · Officeagent research
Try it on a real task
Routing slip · Officeagent
Status: Ready
Action requested
Pick a task above and press RUN IT. Officeagent handles it end to end; you approve the send.
Reading page /
☐ Approve · nothing sends without you
In the product you edit the draft right here; the agent learns your correction.
Officeagent drafted, you approved, it executed.
Sample data · Officeagent always waits for your approval before anything is sent
To document a process, define its boundaries by naming the trigger and the finish, watch a real run instead of writing from memory, capture the steps in raw order, mark every decision and exception, write it up with an owner and roles, then hand it to someone who has never done the work and fix every question they ask. Store it where the work happens and set a review date before you close the file.
That is the whole method. The reason it needs explaining is that almost everybody does step two from memory and skips step six entirely, which is how companies end up with a documentation folder full of confident, untested, subtly wrong instructions that nobody follows.
Before you start: pick a process, not a function
The most common way a documentation effort dies is scoping. Someone decides to "document accounts payable" or "write up onboarding," discovers three days in that the topic has no edges, and quietly stops. A function is not a process. A process has a trigger and a finish.
Write these two sentences before anything else:
- This process starts when an invoice arrives in the AP inbox.
- This process ends when the invoice is scheduled in a payment run, or returned to the supplier with a reason.
If you cannot fill both in one sentence each, the scope is too wide and you should split it. "Accounts payable" is four or five processes: receiving invoices, approving them, running payments, handling exceptions, and setting up new suppliers. Each is documentable in under an hour. The bundle is documentable in never.
Which process to pick first has an easy answer too. Choose the one that breaks when a specific person is on vacation. That is where the risk is concentrated, the value is obvious to everyone, and the first document earns the goodwill you will need to keep going. In most offices that first candidate is the accounts payable process or employee onboarding, both of which run on one person's memory far more often than anyone admits.
Step 1: Define scope and boundaries
Beyond the trigger and the finish, write down what is explicitly out of scope. This single line prevents more confusion than any other part of a process document, because the reader's real question is usually "does this cover my situation?" and an out-of-scope list answers it in two seconds.
Name the outcome as a result rather than an activity. "Invoice approved, entered, and scheduled" is an outcome. "Handle invoices" is an activity, and activities have no finish line, which means nobody can tell whether the process worked.
Step 2: Watch a real run
Documenting from memory produces the version the process is supposed to be, which is reliably not the version that runs. The gap between them is where all the useful content lives.
Sit with the person doing the work and take notes while they do it, or perform the process yourself once. If it is software work, record the screen; you will catch things neither of you would have thought to mention. What you are hunting for is the undocumented judgment:
- The check they run without thinking about it
- The field they always fill differently from what the system suggests
- The person they message first when something looks off
- The exception they handle by instinct, which surfaces as "oh, except when it's a new supplier"
Those four are the difference between a description and a document somebody can actually work from. They almost never come out in an interview, because the person genuinely does not experience them as steps.
Step 3: Capture the raw steps in order
Get everything down without formatting, grouping, or editing. Numbered fragments are fine. Bad grammar is fine.
Structuring while capturing is what turns a one-hour job into three sessions, and worse, early structure tends to smooth over the awkward steps, which are the ones most worth recording. If a step feels too obvious to write, write it anyway. Obvious to the person who has done it four hundred times is not obvious to their replacement in week one.
Step 4: Mark the decisions and exceptions
Now go back through the raw list and find every point where the path forks. This is the step that separates a real process document from a narrated walkthrough, and it is the one most guides skip.
For each fork, write the condition in plain terms and name what happens on every branch. Not "check whether the invoice is OK," but:
- If the invoice, purchase order, and receiving record all agree then continue to step 5
- If the quantity differs then hold the invoice and email the requester
- If there is no purchase order and the amount is under $500 then route to the department head
A fork with an unnamed branch is a hole in the document, and it is where the reader stops and asks someone. Count the forks: two or three is normal, and more than six usually means you have bundled two processes together and should go back to step 1.
Step 5: Write it up
Only now impose structure. A working process document needs the process name and outcome, a named owner, the trigger, the scope including exclusions, roles by role rather than by person, numbered steps each starting with a verb, the systems and access required, the decision points from step 4, a definition of done, common exceptions with an escalation path, and the last-reviewed and next-review dates.
Three writing rules carry most of the quality:
- One action per step. If a step contains "and," it is probably two steps.
- Roles, not names. "The office manager" survives Sarah leaving; "Sarah" does not.
- No shorthand without expansion. Every acronym gets spelled out once, and no step is allowed to say "process it as usual," which is the exact knowledge the document exists to capture.
Write for someone competent who has never done this task. That is a specific reader, and holding them in mind answers most formatting questions on its own.
Step 6: Test it with someone who has never run the process
This is the step that validates everything before it, and it is the step almost nobody does.
Hand the document to a colleague who has not done this work. Have them run the process from it, start to finish, while you sit there and say nothing. Resist the urge to help, because every time you answer a question out loud you are patching the document in a way the next reader will not receive.
Every question they ask is a defect. Write it down, fix it while you watch, and note where they hesitated even when they did not ask, because hesitation marks an ambiguous step. A document that has never been through this is a draft, no matter how carefully it was written. Twenty minutes here catches more problems than an hour of rereading your own work, for the same reason proofreading your own writing does not work.
Step 7: Store it, assign an owner, set a review date
Documentation stored somewhere nobody goes is functionally undocumented. Put it where the team already looks, and link to it from the place the work actually starts: the recurring task, the shared inbox, the tool.
The wiki or drive you already pay for handles this for most teams. If you get far enough that the storage itself is the constraint, we compared the best process documentation software on what each one actually produces and what it costs at your headcount.
Then two fields that decide whether this document is still true in a year. Owner: one named person, not a team, accountable for it being correct. Next review: an actual date, annual for stable processes and quarterly for anything touching money or compliance. Track that review date somewhere that chases people rather than inside the document being reviewed, because a reminder that lives in a file nobody opens is not a reminder.
The habit that beats every review schedule is simpler: when a process changes in a meeting, the change is not finished until the document is edited. Making that the visible last step of any process change is worth more than any amount of scheduled auditing.
How to document a process flow as a diagram
When a process has several decision points or crosses roles, a diagram conveys the shape faster than prose can. There is a published standard for drawing them, which most business teams do not realize exists: BPMN, Business Process Model and Notation, maintained by the Object Management Group and also published as the international standard ISO/IEC 19510:2013.
You do not need the specification. Four conventions cover ordinary business diagrams: circles for events (something starts, occurs, or ends), rounded rectangles for activities, diamonds for gateways where the path branches, and swimlanes to show which role owns each part. Label both exits from every diamond, use lanes whenever the process crosses roles, and keep the diagram to one page.
One judgment call worth making deliberately: if the diagram is doing the explaining, keep the written steps brief, and if the written steps are complete, let the diagram be a sketch. Maintaining both in full detail doubles the upkeep for no extra clarity, and the two versions drift apart within a year. Our guide to process documentation covers the full element set and when a map is worth drawing at all.
What is the best way to document a process?
The best format is the one that matches how the process is consumed, not the one that looks most thorough.
| Format | Best for | Fails at |
|---|---|---|
| Step-by-step SOP | Linear tasks done occasionally, where precision matters | Fast reference during frequent work |
| Checklist | Frequent work by someone who knows it and must not miss a step | Teaching the task to a newcomer |
| Flowchart or process map | Branch-heavy work with handoffs between roles | Conveying detail inside a single step |
| Screen recording | Software click paths where showing beats describing | Being scanned, searched, or kept current |
| Work instruction | One genuinely difficult or high-consequence step | Explaining how the whole process fits together |
Most well-documented processes use two: a written procedure as the source of truth, plus a checklist pulled from it for daily use. That combination serves both readers, the one learning the process and the one running it for the hundredth time. The copy-ready structure for the written half is on our SOP template page, and our client onboarding checklist is a worked example of the checklist half derived from a documented process.
The mistakes that waste the effort
Documenting everything at once. A company-wide documentation program is a project with no end date and it will lose to the actual work every time. Five processes, chosen because they break when one person is away, beats a comprehensive library that reaches 30% and stops.
Writing for an auditor instead of a user. Documents produced to look rigorous get long, formal, and unread. The test is whether someone can follow it at their desk on a Tuesday, not whether it survives inspection.
Mixing altitudes. A document that runs at process level, drops into keystroke-by-keystroke detail for step three, then returns to summary for step four is hard to follow and impossible to maintain, because the detailed part goes stale on a different schedule. Push fiddly detail into a linked work instruction.
Treating the document as the finish line. Writing it down does not make it happen. Plenty of companies have a correct, current procedure that is still being followed inconsistently, because nobody is assigned the steps and nobody notices when one is skipped. If that is your situation, more documentation will not help; the gap is between the document and the week. It is also the point at which it pays to turn the finished procedure into training your team actually completes, rather than assuming a link in a folder counts as having taught anyone.
How long should this take?
A single process, documented properly by someone who knows the work: 45 to 90 minutes, including the test in step 6. The observation in step 2 is the largest chunk, and the test is 20 minutes well spent.
If it is taking a day, the scope is too wide. Go back to step 1, find the trigger and the finish, and split. Two documents that exist beat one that is 60% written.
How do you document a business process?
Define the trigger and the finish, observe a real run rather than writing from memory, capture the steps in raw order, mark every decision point and exception with named branches, write it up with an owner and roles, test it with someone who has never run it, then store it where the work happens with a named owner and a review date. Budget 45 to 90 minutes per process.
What is the best way to document a process?
Match the format to how the process gets used. Step-by-step SOPs suit occasional linear tasks, checklists suit frequent work where the risk is missing a step, flowcharts suit branch-heavy processes with handoffs, and screen recordings suit software click paths. Most processes end up with a written procedure as the source of truth plus a checklist derived from it.
What should a process document include?
Process name and outcome, named owner, trigger, scope including what is out, roles rather than individual names, numbered steps starting with a verb, systems and access needed, decision points with every branch named, a definition of done, common exceptions with an escalation path, and the last-reviewed and next-review dates.
How detailed should process documentation be?
Detailed enough that a competent person who has never done the task can complete it unaided, and no more. The test in step 6 answers this empirically: if your tester finished without asking, it is detailed enough. Extra detail beyond that point costs maintenance and reduces the chance anyone reads it.
Who should write process documentation?
The person who does the work is the best source but often the worst writer of it, because expertise hides steps. The strongest pairing is the doer being observed by someone else who writes it up, then a third person testing it. Where that is not possible, the doer writes and a non-expert tests, which recovers most of the benefit.
How often should process documentation be reviewed?
Update it the moment the process changes, and treat the change as unfinished until the document is edited. On top of that, review stable processes annually and anything touching money or compliance quarterly. Set the next review date when the document is created and track it somewhere that chases people.