Due Diligence & Closing

Document-to-Warehouse Pipeline

Orchestration skill that assembles the OUTPUT of single-document extractors into validated, warehouse-ready tabular datasets.

build the warehouse datasetassemble these extractionsvalidate the data room for the modelmake this deck-ready

Download the CRE Skills Plugin

Latest release, portable bundle (signed). Review the SKILL.md files before installing into your agent.

human gateReview recommendeddataNo personal datatypeorchestrator
What it does

Takes the outputs of the document extractors (T-12, rent roll, lease abstracts, data-room facts) and assembles them into validated, provenance-stamped tabular datasets. Every row carries a canonical source reference so any number on a slide can be traced back to its origin document.

Why it matters

By the time a deal team finishes extraction, facts about the same property live in three or four separate extractor outputs with different column names, different confidence levels, and no consistent join key. Manually merging them means copy-pasting cells, resolving NOI conflicts by gut feel, and having no documented trail when the IC asks where a number came from.

How it's done today

An analyst manually copies rows from rent-roll exports, T-12 summaries, and OM data into a master Excel workbook. They reconcile conflicting NOI figures informally, often just picking the broker number. The provenance lives in a tab label or a cell comment, not a traceable join key, so reproducing the audit trail before a committee review takes hours.

When to use it

Reach for it

Run it after all single-document extractors have finished and before feeding any data into underwriting models or deck exhibits. The explicit trigger is needing a single queryable, validated dataset from multiple extractor outputs.

Not the right tool

Do not use this skill to extract facts from raw documents. Run document-to-data-room-extractor, lease-abstract-extractor, rent-roll-analyzer, or t12-normalizer first. Once the validated dataset exists and you need it mapped to slide exhibits, use warehouse-to-exhibit-mapper instead.

What it needs and produces

Inputs

  • OM

Outputs

  • Workflow plan
Example use case

A team finishes extraction on a 220-unit multifamily deal and has outputs from t12-normalizer, rent-roll-analyzer, and document-to-data-room-extractor. They run this pipeline under the standard validation profile. It surfaces a 6.3 percent gap between the broker-stated NOI in the OM and the T-12-derived NOI, flags the real-estate-tax row as needs-review due to a conflicting reassessment basis, and produces a Gate Report listing exactly what needs analyst sign-off before any figure reaches a committed slide.

Compatible agents

Agent personas that pair well with this skill

Works with
Limitations

All validation verdicts and schema definitions are Claude-generated proposals, not the output of a running database engine. A human must review Gate Report findings and accept flagged rows before they can be committed to a deck. The skill cannot extract facts from documents it has not been handed as extractor outputs.