Case Study Skeleton: Client Document Collection Agent for Onboarding

Nexus AgentWorks · Case study (skeleton — numbers to be filled from a real pilot)

Status: SKELETON. Sections marked [PILOT DATA] are populated only with measured results from an actual engagement — never estimated.
Dry-run evidence (simulated). Our deterministic pilot simulator already exercises this exact agent stack end-to-end: over a 14-day simulated dry run it requested and reviewed 79 client documents, drafted 37 chase reminders across the request→nudge→firm ladder (every touch logged to docs_chase.jsonl, every draft passed a banned-phrase tone gate), paused 9 chases on client extension promises, auto-skipped 4 documents that had already been received, and escalated 29 documents to the human onboarding owner (14-day-plus aging, 30-day-plus aging, or exhausted touch cap). All figures are from a simulated dry-run against synthetic data. No real clients or documents were involved.

The client

Small accounting/legal/professional-services firm (fictional persona used for this skeleton), an onboarding owner whose week leaks away chasing clients for tax documents, signed engagement letters, and KYC files. Each new client gets a checklist; each checklist becomes a string of reminder emails drafted by hand, tracked in a spreadsheet, and dropped the moment things get busy. [CLIENT NAME PENDING CONTRACT]

The problem

What we deployed

A DocCollectionAgent running our standard loop on top of a deterministic chase policy whose guardrails live in code, not in the prompt:

Results framework (fill during/after pilot)

MetricBeforeAfterSource
Onboarding-owner hours spent chasing documents per month[PILOT DATA][PILOT DATA]client timesheets
Average days-to-collect per requested document[PILOT DATA][PILOT DATA]checklist system reports
% of outstanding documents touched on schedule[PILOT DATA][PILOT DATA]docs_chase.jsonl audit log
Documents escalated to humans before relationships strained[PILOT DATA]escalation records
Cost per chase touch[PILOT DATA][PILOT DATA]token ledger

Pricing fit

Document collection runs on our platform-fee-plus-usage model: $450/mo platform fee + $4.00 per collected document (a requested document received after an agent touch within the cycle). Because each touch is a small deterministic decision with a tiny token footprint, the internal simulated worked example clears our enforced 30%-margin floor easily — at roughly 86% contribution margin per collected document in the simulated dry-run estimate (see reports/pricing_model.md §7, and pricing). Documents a client declines to send never bill, so revenue only accrues on clean, successful collections — the pricing aligns our incentive with the client's onboarding velocity.

Why the deterministic chase policy matters

In document collection, one nagging message too many can cost the client relationship the onboarding was meant to start. The ladder tier, the received/waived exclusion, the extension pause, the day-14 handoff, and the touch cap all live in deterministic code the language model cannot override — the LLM only drafts within a tier the planner has already chosen, and every draft must clear a banned-phrase tone gate before it exists as a candidate. A client who promises Friday is left alone until Friday, a document already received is never mentioned again, and every touch is attributable to its checklist record, its aging rule, and a loop cycle.

Lessons learned section

[POST-PILOT: list top 3 lessons from data/loops/<project>/ — real ones, verbatim.]

SIMULATED DATA — every dry-run figure on this page is a simulated estimate against synthetic data; none comes from a real engagement yet.

Questions before a pilot? See our buyer's guide and FAQ, or start the conversation.