Quick question? Chat with me directly
SAMPLE DELIVERABLE — SHIPS AT IMPLEMENTATION, NOT BEFORE

The PTM operating model,
for one real process.

A real example of what you get once a build moves into implementation — not a diagram of our process, a document about your business. Built for the same Meridian Supply Co example used on the methodology page.

01

Function Library entry

FunctionAccounts Receivable — Payment Reconciliation
PurposeConfirm every incoming payment against the invoice(s) it settles, so the books close clean.
TriggerA payment lands in the bank feed.
OutcomePayment matched to invoice, ledger updated, exceptions resolved.
StakeholdersAR Lead, Finance Controller, Sales Ops (invoice accuracy)
InputsBank feed transactions, open-invoice ledger
OutputsReconciled ledger entries, exception resolutions
FrequencyContinuous — ≈310 payments / month
02

Process → Task → Mapping

Process: Incoming Payment Reconciliation. Mapping isn't just "who automates this" — for every task it names the Actor (who/what does it), the technology's role, and the human's role, with M/A/SA/F kept as a simple summary tag, not the whole story.

TaskComplexityMappingHuman timeFrequencyMonthly hrsRoleSystemsPriority
Pull the incoming payment record from the bank feed Low
Software
Tech: ExecuteHuman: —
F
310 / mo 0 Accounting system 3/5
Match payment against open invoices Medium
Software + AI
Tech: ExecuteHuman: —
A
310 / mo 0 Accounting system 5/5
Diagnose the variance on an unmatched payment Medium–High
Human + AI
Tech: RecommendHuman: Review
SA
8 min 49 / mo 6.5 AR Lead Accounting system, Email 5/5
Approve the match override or write-off High (judgement)
Human
Tech: AssistHuman: Decide
M
2 min 49 / mo 1.6 AR Lead Accounting system 4/5
Post the resolution and close the ledger entry Low
Software
Tech: ExecuteHuman: —
F
359 / mo 0 Accounting system 2/5
M/A/SA/F summary: MManualAAutomatedSASemi-AutomatedFFully AI-driven
03

Training — what the AR Lead needs to know

Automation removes the two clean-match tasks from a human's plate entirely — it doesn't remove the need to train someone on what's left. The AR Lead's role shifts from "match every payment by hand" to "judge the ones the mechanism couldn't."

KnowledgeWhat counts as a normal bank-charge variance vs. a real discrepancy; which invoices are commonly split-paid by which customers.
Decision rulesVariances under ₹200 tied to a recognizable bank-charge pattern: approve. Anything else: escalate to the Finance Controller.
SOPReview the mechanism's variance summary → confirm the matched invoice(s) against the customer's account → approve or correct within the tool, never in a separate spreadsheet.
Quality standardEvery escalation resolved within 1 business day; zero manually-corrected entries that don't match the audit trail.
AssessmentShadow run (Days 26–28 of the build) — the AR Lead handles real exceptions with the FDE watching before going solo.
Continuous learningIf the exception rate or type shifts (e.g. a new customer pays in installments), the mechanism's matching logic gets retuned — reviewed as part of Care + Optimisation, not left for the AR Lead to work around manually.
04

Current → Augmented → Future

Current

An AR clerk opens the bank feed, cross-checks every payment against a spreadsheet of open invoices by hand, and flags anything odd in a running notes doc. ≈40 hrs/month, every payment touched by a human regardless of whether it's a clean match.

Augmented

The mechanism auto-matches clean payments and closes the ledger entry itself. The AR Lead only ever sees the ≈49/month genuine exceptions, and the mechanism drafts the variance summary before they look at it — they approve or correct, not investigate from scratch.

Future

Same allocation as Augmented, but the exception rate itself trends down as upstream data quality (PO references, bank remittance detail) improves — reviewed quarterly as part of DevShop Care + Optimisation, not a new build.

05

Economics — underneath Mapping, not the headline

Task time × frequency = monthly workload, computed in three states: what it costs today, what it should cost after the Mapping above, and the gap between them.

≈40hrs/mo

Current — fully manual baseline

≈8hrs/mo

Future — human hours after Mapping (exceptions only)

≈32hrs/mo

Capacity released — ≈0.18 FTE, redeployable without adding headcount

06

Planning & tech stack

Planning

PTM Priority sequences the build — the two Priority 5 tasks (matching, diagnosis) get built and validated first, since they carry the most workload; Priority 2–3 tasks (extraction, posting) are lower-risk to automate and follow once the core match logic is proven.

Tech stack

Reads and writes to the existing accounting system's bank feed and invoice ledger directly — no new system of record. Exception notifications route to the AR Lead's existing inbox, not a new dashboard they have to remember to check.

This is what implementation actually produces.

Start with your own problem →