Add map-buying-committee skill for deal committee mapping#5
Open
ZLeventer wants to merge 1 commit intoZoominfo:mainfrom
Open
Add map-buying-committee skill for deal committee mapping#5ZLeventer wants to merge 1 commit intoZoominfo:mainfrom
ZLeventer wants to merge 1 commit intoZoominfo:mainfrom
Conversation
New skill that identifies and maps every buying committee role at a target account: Economic Buyer, Champion, Technical Evaluator, End User, Procurement/Legal, and Coach/Mobilizer. Adapts persona definitions by company size (Enterprise/Mid-market/SMB), supports custom committee structures, surfaces coverage gaps, and outputs a deal-stage-aware engagement priority sequence (prospecting vs. active deal vs. renewal). Approximates ZoomInfo's native Buying Groups feature using search_contacts + enrich_contacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a
map-buying-committeeskill that identifies and maps every buying committee role at a target account — Economic Buyer, Champion, Technical Evaluator, End User, Procurement/Legal, and Coach/Mobilizer.Type of change
Skills affected
skills/map-buying-committee/(new)ZoomInfo tools used
lookup— resolves valid management level, department, and job function IDs before searchingenrich_companies— resolves the target account and determines company size (Enterprise / Mid-market / SMB) to adjust persona title mappingssearch_contacts— one search per persona, filtered bycompanyId+ title/management levelenrich_contacts— batch enriches the top candidate per persona (email, phone, accuracy score, LinkedIn)get_recommended_contacts— suggested as a gap-fill action when a persona yields no resultsWhy this skill
ZoomInfo's Buying Groups feature (in SalesOS) is one of its most-used enterprise capabilities — revenue teams define buying committee personas and track engagement across them per account. That feature has no dedicated API endpoint, so it's been inaccessible from Cowork. This skill replicates the logic: define personas, search for matching contacts per role, enrich the top candidates, surface coverage gaps, and produce a deal-stage-aware engagement sequence.
Key features
/zoominfo:recommend-contactsand/zoominfo:find-similaras follow-on skillsTesting
Skill structure and persona-to-filter mappings validated against ZoomInfo contact search API documentation. End-to-end Cowork testing pending credential access.
Entitlements required
Standard ZoomInfo API access. No additional entitlements required.
Checklist
namein frontmatterdescriptionis clear and action-oriented