Module 1: MentorMatch — Intelligent Mentor Pairing
What it does: Automatically recommends the top 3 mentor candidates for each employee, ranked by network
compatibility, skill complementarity, and availability signals.
Data inputs (combining Active + Passive ONA):
- Network graph data — who the mentee is already connected to (to avoid redundant pairings) and who they are not
connected to but are adjacent to (bridging opportunities)
- Skill gap signals — from ServiceNow Growth & Development module (current skills vs. target role skills)
- Engagement signals — passive ONA collaboration frequency, email/meeting patterns indicating mentor bandwidth
- Past mentorship outcomes — historical match quality scores and completion rates fed back as training signal
Recommendation engine logic:
MentorScore = α · NetworkBridgeScore
+ β · SkillComplementarityScore
+ γ · AvailabilityScore
+ δ · DiversityScore (dept, tenure, geography)
Where weights (α, β, γ, δ) are tunable per organization's stated goals (e.g., a company in M&A mode weights
NetworkBridgeScore higher to break acquired-company silos).
ServiceNow workflow integration:
- Trigger: New hire onboarding starts in Employee Journey Management, or employee enrolls in Growth & Development
plan
- SmartMatch agent runs ONA query → generates ranked mentor list
- HR receives a ServiceNow task with the ranked list, one-click explanation ("Why this mentor?"), and an
approve/swap action
- Upon approval, ServiceNow automatically sends introduction messages, schedules first meeting via calendar
integration, and creates a mentorship record
- Check-in nudges at 30/60/90 days with a feedback loop that retrains the model
Expected outcomes (building on existing CTS benchmarks):
- Extend the current 40% time-to-productivity improvement to sustained development tracks, not just onboarding
- Reduce mentor-mismatch churn (estimated 15–25% of mentorships abandoned in first 60 days industry-wide)
Module 2: TeamBridge — Cross-Team Collaboration Recommendations
What it does: Proactively surfaces employees in other teams who share relevant project contexts, complementary
expertise, or are structural bridges the employee would benefit from knowing.
Data inputs:
- Structural hole detection — ONA identifies employees sitting between disconnected clusters (classic Burt
structural holes); these are your highest-value bridge candidates
- Project/ticket metadata — ServiceNow project records, incident categories, and skills tags to find thematic
overlap across departments
- Collaboration velocity — passive ONA signals showing which teams are collaborating less than network structure
would predict (cold connections worth warming)
- Employee-stated interests — from Active ONA surveys and Growth & Development goals