AI & Automation

Capture Broker Quarterly Business Review in 6 Steps 2026

Jun 18, 2026

The quarterly business review is the single highest-leverage conversation a broker-owner has with an agent — and it is the one most often skipped, half-prepared, or run from memory. A QBR is the structured, recurring meeting where a broker walks an individual agent through their production numbers, pipeline health, retention risk, and a coaching plan for the next 90 days. Done well, it keeps your top producers from drifting to a competitor and pulls your middle 60% up a tier. Done badly — or not at all — it is the reason agents quietly interview elsewhere while their broker assumes everything is fine.

The problem is almost never intent. Brokers want to run QBRs. The problem is the prep. Pulling a single agent's last-quarter closings, gross commission income, average days-on-market, lead-source mix, and conversion rate means logging into the MLS, the CRM, the transaction-management system, and a spreadsheet, then reconciling four numbers that disagree. Multiply that by 40 agents and a quarterly cadence, and the math breaks. So reviews slip to "when I get a chance," which is never.

This guide shows how to capture the entire QBR data layer automatically with a team of agents — software agents that pull, reconcile, flag, and package the review so the human conversation is the only manual step left. You will get the data model, the routing logic, a worked example with real platform mechanics, a comparison against the CRMs you already pay for, and an honest section on when this is the wrong build. The market backdrop matters here: with US existing-home sales at 4.06 million units in 2024 according to NAR's 2025 Annual Real Estate Report, transaction volume per agent is tight, and retention — not recruiting — is where margin lives.

TL;DR

A broker QBR pulls one agent's quarterly production, pipeline, and retention signals into a single coaching packet. Doing that by hand across the MLS, CRM, and transaction system costs roughly an hour per agent and gets skipped at scale. An agentic workflow watches your systems, assembles each packet on a schedule, flags at-risk agents before the meeting, and hands the broker a finished review to discuss — turning a quarterly fire drill into a standing, reliable rhythm.

Who this is for

This playbook fits broker-owners and team leads running a roster where manual QBR prep has already broken down. Concretely:

  • Firm size: 25 to 250 agents under one broker or a small leadership team. Below ~15 agents you can run QBRs from a spreadsheet; above ~250 you likely need an enterprise BI build, not a workflow layer.

  • Revenue: $3M+ in annual gross commission income at the brokerage level, where a single departing top producer is a five-figure GCI loss.

  • Stack: You already run a real-estate CRM (Follow Up Boss, kvCORE, BoldTrail, or Real Geeks), pull production from an MLS, and use a transaction system like Dotloop or SkySlope.

  • Pain: Reviews are inconsistent, prep eats a half-day per cycle, and you learn an agent is unhappy only after they give notice.

Red flags — skip this build if: you have fewer than 15 agents, your production data lives only on paper or in agents' heads, or your brokerage does under $1M in annual GCI. At that scale the automation cost outruns the time it saves, and a shared spreadsheet plus a recurring calendar block does the job.

The 6-step QBR workflow

A capture-first QBR pipeline has six stages. Each maps to a trigger, an action a software agent performs, and an output that lands in front of the broker. The point is that the broker touches only the last step — the conversation.

StepTriggerAgent actionOutput
1. ScheduleQuarter close (e.g., 2026-Q1)Open a QBR cycle, list active agentsRoster of 42 reviews due
2. PullCycle openedQuery MLS, CRM, transaction system per agentRaw production + pipeline data
3. ReconcileData pulledMatch closings to commissions, dedupe dealsOne verified record per agent
4. ScoreRecord verifiedCompute production delta + retention riskRisk tier: green / yellow / red
5. PackageScore computedBuild a per-agent coaching packetPDF + talking points
6. ReviewPacket readyNotify broker, book the meetingHuman conversation, logged outcome

The leverage is in steps 2 through 5 — the hour of reconciliation per agent that nobody wants to do. Manual QBR prep runs about 55 minutes per agent, which across a 42-agent roster is a full week of leadership time every quarter. Automating capture does not replace the broker's judgment; it removes the reason the judgment never gets applied.

Step 2 in depth: pull and reconcile

This is where most homegrown attempts die. The MLS reports closed-side volume, the CRM reports deals at whatever stage the agent last updated, and the transaction system reports what actually funded — and the three rarely agree because agents forget to advance pipeline stages. A reconciliation agent treats the funded transaction record as the source of truth, joins it back to the CRM by address and close date, and flags any closing that exists in one system but not another. That single rule eliminates the "your numbers are wrong" argument that derails half of unprepared QBRs.

This is the step where US Tech Automations does concrete work: a scheduled agent fires on quarter close, calls the Follow Up Boss and MLS APIs for each agent on the roster, writes the funded deals from Dotloop as the authoritative count, and produces one reconciled production record per agent with discrepancies listed inline. The broker opens the packet already knowing which three agents have a data gap worth asking about, instead of discovering it live in the meeting.

Worked example

Take a 42-agent brokerage closing its 2026-Q1 cycle. One agent, Maria, did 7 closings last quarter for $2.3M in volume and $57,500 in GCI — down from 11 closings and $94,000 the prior quarter. Her CRM shows 38 active leads but only 4 touched in the last 14 days, and her average days-on-market rose from 22 to 41. The capture agent listens for the deal.closed webhook event in Follow Up Boss, joins each closed deal to the funded record in Dotloop, and computes a production delta of −39% GCI quarter-over-quarter. Because that delta crosses the −25% red threshold and her lead-response gap exceeds 10 days, the scoring step tags Maria red and surfaces her at the top of the broker's QBR queue with a one-line summary: "GCI down 39%, 34 of 38 leads cold, DOM up 19 days — retention risk." The broker walks into that review with the diagnosis already done.

Scoring retention risk

The score is what turns raw data into a meeting agenda. You do not want a broker reading 42 dashboards; you want three buckets and a reason. A simple, defensible model weights four signals.

SignalSourceGreenYellowRed
GCI delta QoQFunded deals≥ 0%−1% to −24%≤ −25%
Pipeline freshnessCRM activity< 7 days7–14 days> 14 days
Conversion rateCRM≥ 3%1.5%–2.9%< 1.5%
Days on marketMLS≤ 3031–45> 45

An agent in red on two or more signals is a retention conversation, not a coaching tweak. Real-estate brokers and sales agents number over 500,000 nationally according to the U.S. Bureau of Labor Statistics (2024), so the agents who actually run structured QBRs gain a measurable retention edge over those who do not. The reason this beats a gut feel is timing: by the time a broker notices an agent "seems off," the agent has often already taken a recruiter's call. A 39% quarter-over-quarter GCI drop is the kind of leading indicator a scoring agent catches in week one of the new quarter, not week eight. With median single-family home values near $360,000 according to Zillow Research's 2025 Q1 home values index, a few lost transactions per agent compounds fast into a GCI gap worth intervening on.

Comparison: where your CRM stops and orchestration starts

Your CRM is good at being a system of record for one agent's contacts and deals. It is not built to reconcile across the MLS and transaction system, score a roster, and ship packets on a schedule. Here is the honest split.

CapabilityFollow Up BosskvCOREOrchestration layer
Per-agent pipeline viewYesYesReads from both
Cross-system reconciliationNoNoYes (funded = truth)
Roster-wide risk scoringManualLimitedAutomated, 4-signal
Scheduled QBR packetsNoNoPer-cycle, per-agent
Coaching talking pointsNoNoGenerated from deltas
Starting cost~$58/user/mo~$1,200/mo baseWorkflow-priced

The pattern: the CRMs win at the work they are designed for, and US Tech Automations orchestrates above them — it reads Follow Up Boss and kvCORE rather than replacing either, joins their data to the MLS and Dotloop, and produces the cross-system artifact neither tool generates on its own. If you only need a better single-agent pipeline view, stay in your CRM. The orchestration layer earns its place only when you need the roster-wide, scheduled, reconciled review.

When NOT to use US Tech Automations

If your brokerage runs fewer than 15 agents and one person already knows every agent's numbers cold, an orchestration layer is overkill — a recurring calendar block and a shared sheet will serve you better and cost nothing. Likewise, if your production data only lives in agents' heads or on paper and you have no CRM or transaction system with an API, there is nothing for the agents to pull; fix the system-of-record gap first. And if what you actually want is a real-time recruiting dashboard rather than a quarterly coaching rhythm, a dedicated BI tool like Tableau or a kvCORE add-on may map closer to that need than a QBR-shaped workflow.

Common mistakes

Brokers who try to build this themselves tend to hit the same four walls.

  • Trusting CRM stages as truth. Agents under-update pipelines, so unreconciled CRM data over- or under-states production. Always anchor to funded transactions.

  • One giant dashboard instead of a packet. A 42-row spreadsheet is not a QBR. Reviews happen because each agent has a finished, individual artifact waiting.

  • Scoring without a threshold. "Down a bit" is not actionable. Hard cutoffs (−25% GCI, >14-day lead gap) make the red tier defensible and the conversation specific.

  • Quarterly prep, quarterly panic. If capture only runs the week of reviews, a data gap blocks the whole cycle. Run capture continuously so the packet is always 90% built.

Glossary

TermPlain definition
QBRQuarterly business review — a structured per-agent production and coaching meeting.
GCIGross commission income — total commission earned before splits.
ReconciliationMatching deal records across systems so one verified number stands per agent.
Retention risk tierA green/yellow/red flag derived from production and engagement signals.
Coaching packetThe per-agent document a broker brings to the QBR meeting.
Pipeline freshnessHow recently an agent touched their active leads.

Decision checklist

Before you build, confirm each of these is true. If two or more are false, fix those first.

  • You run 15+ agents on a real cadence (quarterly or tighter).
  • Production data lives in an API-accessible CRM and transaction system.
  • You can name your three risk signals and their thresholds.
  • A broker or team lead will actually run the meeting the packet produces.
  • You treat funded transactions — not CRM stages — as production truth.

Building it on an agentic layer

The fastest path is not coding integrations one by one; it is composing them. On an agentic workflow platform, each step above becomes a node: a schedule trigger for quarter close, API actions against your CRM and MLS, a reconciliation function, a scoring rule, and a document generator — wired once and run every cycle. US Tech Automations assembles that chain so the schedule trigger fires on the last day of the quarter, the pull-and-reconcile actions run per agent, and the packet generator drops a finished review into the broker's queue with talking points derived from each agent's deltas. For teams that want this purpose-built around listings, leads, and transactions, the real estate AI agents cover the same primitives tuned to the MLS-and-CRM stack.

This connects to the broader brokerage back-office picture. If you are weighing whether to automate the review layer at all, the cost-to-automate brokerage back-office comparison lays out where the hours actually go. Teams that have already done this report material time recovery — see why real estate teams save 12 hours weekly for the breakdown — and the same reconciliation logic underpins how brokers automate brokerage commission processing to save 40 hours a week. For the recruiting-and-retention angle specifically, why real estate teams see 10% of agents close most deals explains exactly why the QBR is where you defend that 10%.

Benchmarks

What "good" looks like once capture is automated, against the manual baseline.

MetricManual baselineAutomated target
Prep time per agent~55 min< 5 min
QBR completion rate~40% of roster> 95% of roster
Reviews run on schedule1–2 of 4 cycles4 of 4 cycles
At-risk agents flagged pre-meetingReactive100% scored
Data discrepancies caughtIn-meetingPre-meeting

The completion-rate jump is the whole point. Reviews slip from 4 to roughly 1.5 cycles a year when prep is manual — and the cost of a skipped review is a top producer who left before anyone asked why. Capture removes the excuse. With median listings spending around 50 days on market according to Realtor.com's 2025 Housing Market Report, longer sale cycles mean per-quarter production swings are noisier, which makes a consistent, data-anchored review cadence more valuable, not less.

Key Takeaways

  • A QBR is the highest-leverage broker-agent conversation and the one most often skipped — because prep, not intent, is the bottleneck.

  • The hour-per-agent of cross-system reconciliation is the work to automate; the human conversation stays manual.

  • Anchor production to funded transactions, not CRM stages, to kill the "your numbers are wrong" argument.

  • A simple 4-signal risk score (GCI delta, pipeline freshness, conversion, DOM) turns raw data into a meeting agenda.

  • Your CRM wins at single-agent pipeline views; orchestration earns its place only at roster-wide, scheduled, reconciled review.

FAQ

What is a broker quarterly business review?

A broker QBR is a structured, recurring meeting where a broker reviews one agent's last-quarter production, pipeline health, and retention risk, then sets a 90-day coaching plan. It differs from a casual check-in because it is data-anchored and scheduled, which is exactly what makes it hard to keep up manually across a full roster.

What goes in a quarterly agent QBR template?

A solid QBR template captures GCI and closings versus the prior quarter, lead-source mix and conversion rate, average days on market, pipeline freshness, and a green/yellow/red retention tier. The capture workflow fills every field from your systems so the broker arrives with the diagnosis done and spends the meeting on the coaching plan, not the data entry.

How does broker coaching review automation actually work?

Coaching review automation watches your CRM, MLS, and transaction system, pulls each agent's quarterly data on a schedule, reconciles it against funded deals, scores retention risk, and builds a per-agent packet. According to NAR research, transaction volume per agent stays tight, so the automation focuses leadership attention on the agents whose numbers moved most — rather than spreading prep evenly and thinly across the whole roster.

Can this replace my CRM?

No, and it should not try. Your CRM remains the system of record for contacts and deals; the workflow reads from it. The orchestration layer joins that CRM data to the MLS and transaction system to produce the cross-system review artifact neither tool generates alone. If you only need a better single-agent pipeline view, stay in the CRM.

How is an at-risk agent retention check-in triggered?

A retention check-in is triggered when the scoring step flags an agent red on two or more signals — typically a GCI drop past −25% combined with a lead-response gap over 14 days. The agent surfaces at the top of the broker's QBR queue with a one-line reason, so the review becomes a retention conversation before the agent has taken a recruiter's call rather than after.

How long does it take to stand up a QBR workflow?

For a brokerage already on an API-accessible CRM and transaction system, a first working capture-and-score loop is typically live within a few weeks — the integrations are the long pole, and most real-estate stacks expose the needed endpoints. According to Realtor.com Agent Insights, agent engagement is most fragile in the first quarters after a production dip, which is the argument for shipping the scoring loop early rather than waiting for a perfect packet design.


Ready to stop skipping QBRs? See how the capture-and-score workflow prices out for your roster size on the US Tech Automations pricing page, and turn the quarterly fire drill into a standing rhythm. See the playbook.

About the Author

Garrett Mullins
Garrett Mullins
Workflow Specialist

Helping businesses leverage automation for operational efficiency.

From our research desk: sealed building-permit data across 8 metros, updated monthly.