Assignment
Build a 10-field Salesfinity custom-field intelligence package (4 attention-grabber openers + 6 supporting intel fields) for all 164 contacts across 83 companies in the hrcom_buyer_outreach_2026-04-30 dial list.
Subset: n/a — full slate: research (hunter), numbers (market-analyst), voice (writer/draper/storyteller), system (architect), QA (audit-quality), polish (tech-translator) all needed
Roster
What we found
The 83 companies split into three clean buyer archetypes: (1) Strategic buyers who should already own this audience (EagleTree via Arc/HRE, Mercer, Workday, Paychex, Korn Ferry) and have the most specific openers; (2) PE/VC acquirers who need a media/community bolt-on for their portfolio (Vensure, Court Square, Clairvest, K1, Renovus); and (3) domain investors (Brannans, Domain Holdings, Name Experts, Saw.com, VPN.com, MediaOptions) who want the hr.com domain itself. The openers differ fundamentally by archetype — strategic buyers need competitive threat angles; PE needs the multiple-arbitrage story; domain investors need the traffic + brand value frame.
Key discoveries: EagleTree Capital is the highest-conviction buyer (already owns Human Resource Executive / Arc, the CHRO trade pub — HR.com + HRE = complete decision-maker media stack). Mercer is a confirmed active HR.com sponsor (they're paying for access; the pitch is ownership). Workday acquired CareerXroads April 2025 — an exact HR community acquisition precedent we can use as a proof point on every call. Vensure has 108 acquisitions and is the most aggressive rollup in the PEO/HCM space — HR.com fits as the content arm of their rollup thesis.
Why this matters
164 callers now have 10 seconds of specific, factually-grounded ammunition per prospect instead of a generic pitch. The self-describing field format (`{Column Name}: {value}`) means every caller reads a labeled brief, not a raw data dump. The 4-variation opener system ensures the caller can pivot based on the first 2 words out of the prospect's mouth. This package converts cold calls into warm conversations — the prospect hears their own M&A deal, their own revenue number, their own competitor's name, in the first sentence.
Where we agreed
All agents agreed: EagleTree Capital is the single most compelling call on the list — and that Mercer's confirmed sponsorship history makes the "you're already paying for this" opener the sharpest angle in the deck. The Workday CareerXroads precedent was unanimously adopted as a key proof point for any HR tech buyer. The self-describing format rule (`{Column Name}: {value}`) was non-negotiable — Salesfinity's UI has no labels, so the format must carry its own context.
What surprised us
- Paylocity built their own "Community" product — proof of concept that they already believe in the HR professional community layer. HR.com is the real version of what they built internally.
- Vensure has done 108 acquisitions. This is the highest M&A cadence of any company in the list. The M&A angle is their native language.
- Workforce Software was acquired by ADP in October 2024 for an estimated $1.2B. The contact was still in the list as a standalone entity — we caught this before calling.
- Culture Amp is a confirmed HR.com sponsor alongside Mercer — two confirmed sponsors in the list, which directly validates the community sponsorship angle for every other company.
- The PE/VC firms (Altas, Clairvest, Coalesce, Court Square, etc.) have sparse public data — most M&A activity is undisclosed. The community moat angle (Variation D) became the default for all of them because it doesn't require specific facts.
What we'd do differently
- Pre-screen acquired/merged entities before generating call scripts. A simple "acquired?" check on company_name + domain against a news API would have caught the Workforce Software/ADP situation instantly.
- Cache confirmed sponsorship data in Supabase `companies.extra_fields` so future swarm runs don't need to re-search. Once Mercer and Culture Amp are confirmed sponsors, that should persist.
- Lock run numbering with a counter in Supabase or the notebook README — the deal-tracker run collision (two runs labeled #003) is a real archive problem.
- Buyer archetype tagging should be a first-class field in the intel package — strategic vs. PE vs. domain investor determines which opener variation to lead with. Hard-coding the logic in the script vs. leaving it to the caller creates confusion.
Currency events
| From → To | Action | Multiplier | Base | Score | Notes |
|---|---|---|---|---|---|
| hunter → writer | Mercer confirmed active HR.com sponsor — turned generic sponsor angle into specific pitch point | 3× | 10 | 30 | Most impactful opener hook on the list |
| listener → all | Workday CareerXroads April 2025 acquisition — direct HR community precedent | 3× | 10 | 30 | Used as proof point for all strategic HR-tech buyers |
| market-analyst → writer | EagleTree highest-conviction flag with Arc/HRE context | 3× | 5 | 15 | Sharpest opener in the deck |
| storyteller → writer | Paychex Paycor $4.1B + Vensure 108 acquisitions = two franchise anchor stories | 3× | 5 | 15 | M&A angle grounded in real deals |
| tech-translator → writer | Self-describing format ({Column Name}: {value}) enforced across 83 companies | 2× | 5 | 10 | Prevented caller confusion |
| quarterback → conductor | 3-batch parallel split (A/B/C) delivered 83 companies in one pass | 2× | 5 | 10 | No re-run needed |
| debrief → conductor | Workforce Software ADP flag — prevented bad call before import | 2× | 5 | 10 | Entity hygiene save |
| architect → all | company_id exact-match join confirmed — zero mismatches in 83-company merge | 2× | 5 | 10 | Clean data pipeline |
Cross-system gaps
| Flagger | Affected | Gap | Recommended change |
|---|---|---|---|
| debrief | conductor | Workforce Software acquired by ADP Oct 2024 — contact still in dial list as standalone | Add "acquired?" enrichment check in upsert script before contacts land in dial lists |
| architect | all | Run numbering collision: deal-tracker also labeled #003 in previous_swarms | Add a run counter lock (Supabase or README) — single source of truth for run IDs |
| hunter | companies table | Mercer + Culture Amp confirmed HR.com sponsors — data lives only in agent output, not in Supabase | Cache confirmed_sponsor: true in companies.extra_fields after each run [upgrade-signal:gap] |
| listener | composer | Imperial Capital is advisory firm (not principal buyer) — labeled HIGH in source list | Add company_type: advisory/buyer/domain flag to companies table; filter advisory out of M&A buyer lists [upgrade-signal:gap] |