Applied Claude method
Run the analysis in five stages. Choose one bounded workflow and prepare a redacted, numbered document set. Run a per-document extraction pass before any synthesis. Review every finding against the source exhibit. Then hand off a written record a colleague can rerun.
Most people meet this task as a single instruction: upload a folder and ask Claude what is going wrong. The output reads well and cannot be checked, because nothing connects a sentence in the summary to a line in a document. Splitting the work into stages fixes that, and each stage leaves behind an artefact the next person can inspect.
How should I use Claude to analyse a document-heavy business workflow?
Treat the analysis as a method with five stages rather than one long prompt. Each stage produces an artefact: a scoped question, a prepared document set, a per-document extraction table, a reviewed findings list and a handoff record. The artefacts make the result checkable by someone else.
The method applies to any workflow where people read a repeating set of documents and reach a decision: invoice exceptions, claims intake, contract renewals, supplier onboarding, grant assessment, incident reports, benefit eligibility. Every example on this page uses a fictional company and fictional documents.
Choose the workflow
Scope one decision type, one document family, one team, and write the scope statement down.
Prepare the inputs
Redact with stable tokens, number every document as an exhibit, and sample across time and outcome.
Run the analysis pass
Extract fixed fields per case first, then synthesise over the extraction table rather than the raw files.
Review as a practitioner
Trace fields to exhibit lines, test dates and quantities, log corrections, then rerun the synthesis.
Hand off the record
Publish scope, register, prompts, table, corrections, findings, open questions and the named owner.
Stage 1: Choose the workflow and write its scope statement
A workflow suits this method when four things hold. People repeat it on a known trigger. The inputs are documents rather than conversations. The output supports a defined decision. And the rule behind the decision is written somewhere. When the rule lives only in one experienced person's head, writing it down is the first task, because an analysis with no stated rule has nothing to test findings against.
Scope tightly. "Review our contracts" is a project. A workflow names a trigger, a fixed document set, a decision, and the person who owns that decision. Anything the analysis will not cover goes in the scope statement as an explicit exclusion, so a reader later knows a gap was a choice rather than an oversight.
Fictional example: Meridian Facilities Group
Trigger. An automated three-way match fails and raises a supplier invoice exception. The team clears roughly 40 exceptions a week.
Documents per case. Purchase order, delivery note, supplier invoice, approval email thread.
Decision. Pay, query with the supplier, or reject.
Decision owner. The accounts payable team lead.
Out of scope. Supplier contract terms, credit control, and any exception raised before the current purchase order template took effect.
Question the analysis answers. Which document conditions cause an exception to sit unresolved for more than five working days?
That scope statement carries through the rest of the method. Stage 4 tests completeness against it, and stage 5 hands it to whoever inherits the work.
Stage 2: Prepare the inputs before Claude sees them
Redaction comes first, and the way you redact decides whether the analysis is possible at all. Remove personal names, contact details, account identifiers and commercially sensitive terms, then replace each one with a stable token that is reused across every document in the case. If the purchase order says SUPPLIER-A, the delivery note and the invoice say SUPPLIER-A too. Consistent tokens preserve the joins the analysis depends on; blanking fields destroys them, and a document set with the links removed produces confident findings about nothing.
Number every file. Each document gets an exhibit ID such as C07-INV, and the analysis is required to cite that ID for every field it reports. Exhibit numbering is what turns a summary into something a reviewer can check in seconds instead of hunting through a folder.
Sample deliberately. Take a spread across months and across outcomes, including the cases that experienced staff call hard, rather than the first twenty files in the folder. A sample drawn from one quiet month produces a picture of that month. Include the awkward categories on purpose, because those are where the workflow actually breaks.
Check the text quality. Scanned pages, photographed delivery notes and handwritten annotations are the weakest link in any document analysis, and a misread digit propagates silently into a conclusion. Mark low-confidence documents in the register so stage 4 knows where to look first.
Meridian assembles 24 exception cases at four documents each, giving 96 numbered exhibits. Six cases are tagged as known-hard: partial deliveries, credit notes and two invoices that arrived as phone photographs. One case runs end to end before the batch, which is how the team discovers that delivery notes carry two different date fields.
Stage 3: Run the analysis pass in two parts
A single prompt that asks "what is going wrong in these cases" mixes reading and reasoning in one step. When the reading is wrong, the reasoning is still fluent, and the error reaches the conclusion with no visible seam. Splitting the pass in two exposes the reading on its own, where it can be checked.
The extraction pass runs per case against a fixed schema. Claude fills the same fields for every case, one row per case, and returns "not stated" where a document does not contain the field. Every field carries its exhibit ID and the quoted line it came from. Forbidding inference at this stage is the point: a blank that should be blank is a finding, and an inferred value is a fabricated one.
| Extraction field | Definition | Cited from |
|---|---|---|
| Ordered quantity | Units on the purchase order line | C07-PO, quoted line |
| Delivered quantity | Units recorded as received | C07-DN, quoted line |
| Invoiced quantity | Units billed on the invoice line | C07-INV, quoted line |
| Purchase order reference on invoice | Reference printed on the invoice, or "not stated" | C07-INV, quoted line |
| Delivery date and invoice date | Both dates as printed, with the field name used | C07-DN, C07-INV |
| Approval present | An explicit approval in the thread, with the approver token | C07-EML, quoted line |
| Days to resolution | Working days from exception raised to closure | Case record |
| Reader confidence | High or low, with the reason when low | Model output |
The synthesis pass runs over the extraction table. The raw documents remain available for review but do not become synthesis input. Ask for the cases grouped by failure condition, the count in each group, the case IDs inside each group, and the cases where the evidence is ambiguous. Instructing Claude to list ambiguity rather than force a category is what keeps the awkward six cases visible instead of quietly absorbed into the largest group.
Record the prompts, the model used and the date alongside the output. A finding without that record cannot be reproduced, and reproducibility is the whole reason for the exercise. Once the two passes are stable and someone wants them to run on a schedule rather than by hand, the mechanics move into a tool loop, covered in building a production Claude tool loop.
Meridian's synthesis groups the 24 cases into five conditions. Seven concern a delivery note filed after the invoice arrived, and six concern partial delivery missing from the order record. Five show a quantity mismatch, four lack explicit approval in the email thread, and two repeat a purchase-order reference. Three cases are flagged ambiguous, all from photographed invoices.
Stage 4: Review the reading before you trust the reasoning
The reviewer must be someone who does the workflow. A reviewer who reads only for tone will approve a table that is internally consistent and factually wrong, because the errors that matter here look like ordinary numbers. Three tests catch them.
Traceability. Every high-impact field is opened against its exhibit and its quoted line. Check 100% of the fields that drive the grouping, 100% of fields marked "not stated", and a fixed sample of the rest. A blank that is really a missed page is the most expensive error in this method, because it manufactures a failure condition that does not exist.
Consistency. Recheck arithmetic, units and dates against the source. Quantities in cases and quantities in boxes are a common trap, and two date fields on one document defeat any comparison that does not name which field it used.
Completeness. Compare the findings against the scope statement from stage 1. The Meridian question asked which conditions cause exceptions to sit unresolved beyond five working days, so a grouping that reports conditions without days-to-resolution has not answered it, however accurate each row is.
Record every correction in a log so the change stays visible. At Meridian the reviewer finds two errors, both in photographed delivery notes where a quantity was misread. Both cases move from "quantity mismatch" into "partial delivery not recorded", so the corrected counts read 7, 8, 3, 4 and 2 across the same 24 cases. The synthesis is then rerun on the corrected table, because a conclusion drawn from a table that has changed is no longer supported by it. The claim-by-claim discipline behind this stage is set out in validating Claude output for professional work.
Stage 5: Hand off a record someone else can rerun
The analysis is finished when a colleague can repeat it without asking you anything. The handoff starts with the scope statement, document register, exhibit IDs, redaction tokens, prompts, model and date. It also carries the extraction table, corrections log, findings with case IDs, open questions and the named owner of each decision.
Keep the boundary clear in the write-up. The analysis names conditions and counts them. Changing the purchase order template, the delivery note filing rule or the approval step is a management decision, made by the decision owner named in stage 1, with the analysis as evidence. Writing a recommendation as though it were a finding is the fastest way to lose the trust that the exhibit numbering earned.
The handoff also has a second life. A redacted analysis record with its scope statement, extraction schema and corrections log intact becomes concrete applied evidence. The guide to building Claude portfolio work samples explains how to present it to a hiring manager.
The document-workflow analysis template
Copy this table into your own working document and fill the last column before you start. Every row names the artefact that leaves the stage, so an unfinished row is visible rather than assumed.
| Stage | What you produce | Check before moving on | Evidence kept | Owner |
|---|---|---|---|---|
| 1. Choose the workflow | Scope statement: trigger, documents, decision, decision owner, exclusions, the question | The decision rule is written down and one person owns the decision | Signed scope statement | Process owner |
| 2. Prepare the inputs | Redacted, exhibit-numbered document set with a register | Tokens are stable across documents in a case; low-confidence scans are flagged | Document register and redaction key, held internally | Data owner |
| 3a. Extraction pass | One row per case against a fixed schema, every field cited to an exhibit line | No inferred values; "not stated" used where the document is silent | Extraction table, prompt, model, date | Analyst |
| 3b. Synthesis pass | Grouped conditions with counts, case IDs per group, ambiguity list | Groups sum to the case total; ambiguous cases remain separately listed | Synthesis output and its prompt | Analyst |
| 4. Practitioner review | Traceability, consistency and completeness results plus a corrections log | All grouping-critical fields and all "not stated" fields opened against exhibits | Corrections log and reviewer name | Practitioner reviewer |
| 4b. Rerun | Synthesis repeated on the corrected extraction table | Published counts match the corrected table after review | Final findings with case IDs | Analyst |
| 5. Handoff | Record containing every artefact above, open questions and named owners | A colleague reruns the analysis and reproduces the same table | Handoff document with version and date | Decision owner |
Where this method fails
- The document set was sampled from one period, so the findings describe that period rather than the workflow.
- Redaction removed the identifiers that linked the documents, and the analysis reported patterns it could not have seen.
- The extraction pass inferred a value the document never stated, and the inference became a counted condition.
- The reviewer checked the prose and never opened an exhibit.
- The synthesis was rerun in the reader's head after corrections, so the published counts belong to the uncorrected table.
- The write-up promoted a recommendation to a finding, and the decision owner lost the ability to weigh it.
Scoping a task, controlling inputs, checking output against evidence and documenting what you did are the habits this method builds, and they are the habits professional Claude work rewards. The study topics page lists what each exam covers, certifications sets out the four tracks and the official Anthropic exam fees of $99, $125 and $175, and the questions page answers how access and booking work.
Common questions about document-workflow analysis
How many documents should I give Claude in one analysis pass?
Run one case end to end first, then batch. Keep a batch small enough that a reviewer can trace every extracted field back to its exhibit within one sitting. Sample across time and outcome types instead of taking the first files in the folder.
What should I remove from business documents before analysing them with Claude?
Remove personal names, contact details, account identifiers and commercially sensitive terms, and replace each with a stable token reused across every document in the case. Consistent tokens preserve the links between a purchase order, a delivery note and an invoice. Your organisation's data policy governs what may leave it.
How do I check that Claude's analysis of a document set is correct?
Check the reading before the reasoning. Trace every high-impact field to a quoted line in a numbered exhibit, verify all fields marked not stated, test dates and quantities for consistency, then compare coverage against the scope statement. Correct the extraction table and rerun the synthesis.
What should the handoff document for a workflow analysis contain?
A scope statement, the document register with exhibit numbers, the prompts and date used, the extraction table, the corrections log, the findings with case identifiers, open questions and a named owner. The test is whether a colleague reruns the analysis and reproduces the same table.
Sources
- Timo Labs: validating Claude output for professional work, checked 2026-08-13
- Timo Labs: the enterprise Claude safety stack, checked 2026-08-13
- Timo Labs: building a production Claude tool loop, checked 2026-08-13
- Anthropic: define success criteria and evaluations, checked 2026-08-13
- Anthropic: develop test cases, checked 2026-08-13
Meridian Facilities Group and every document in the examples above are fictitious, written for this guide.