---
name: agent-wellbeing
description: "Monitor and improve customer support agent wellbeing through workload balancing, burnout prevention, mental health resources, and satisfaction tracking. Use when designing agent wellness programs, configuring workload distribution, implementing burnout prevention, or creating agent satisfaction surveys. Triggers on phrases like 'agent burnout', 'workload balancing', 'agent wellbeing', 'employee satisfaction', 'turnover prevention', 'mental health support', 'stress management', 'agent engagement', 'wellness program', 'shift scheduling', 'handle time pressure'."
---

# Agent Wellbeing & Workload Management

Proactively monitor and improve support agent wellbeing through intelligent workload distribution, burnout prevention, mental health resources, and satisfaction tracking to reduce turnover and maintain service quality.

## Workflow

### Phase 1: Workload Analysis & Balancing

1. **Measure workload distribution**:
   - Ticket volume per agent (daily, weekly trends)
   - Handle time distribution (short vs. long interactions)
   - Channel mix per agent (chat is more intensive than email)
   - Complexity score of assigned tickets
   - Overtime frequency and duration
2. **Identify imbalance patterns**:
   - Agents consistently above average workload
   - Unequal distribution of high-complexity tickets
   - Channel overload (too many chat sessions per agent)
   - Shift-based disparities (early/late shifts carry more load)
   - Seasonal spikes and understaffing periods
3. **Optimize workload allocation**:
   - Dynamic queue distribution (capacity-based routing)
   - Skill-based routing with workload constraints
   - Maximum concurrent session limits (chat: max 3, phone: max 1)
   - Mandatory break scheduling based on continuous work hours
   - Workload caps with overflow to backup agents

### Phase 2: Burnout Prevention & Monitoring

1. **Burnout risk indicators**:
   - Handle time degradation (>15% increase from baseline)
   - CSAT score decline (>0.5 points from personal average)
   - Quality score deterioration (>10 points drop)
   - Increased break-taking or absenteeism
   - Communication tone changes (detectable via sentiment analysis)
   - Self-reported stress levels (pulse surveys)
2. **Preventive interventions**:
   - Automatic workload reduction when burnout risk detected
   - Mandatory time-off after extended high-stress periods
   - Peer support programs and buddy systems
   - Manager check-ins (weekly for at-risk agents)
   - Flexible scheduling options
3. **Mental health & wellness resources**:
   - EAP (Employee Assistance Program) access and promotion
   - On-demand counseling sessions
   - Stress management training and resources
   - Mindfulness and relaxation tools
   - Peer support groups and communities

### Phase 3: Satisfaction & Retention

1. **Agent satisfaction measurement**:
   - Monthly engagement surveys
   - Quarterly stay interviews
   - Real-time pulse checks (after difficult interactions)
   - Exit interview analysis (identify systemic issues)
2. **Recognition and motivation**:
   - Performance recognition programs
   - Peer-to-peer recognition platforms
   - Career development pathing
   - Skill development and training opportunities
3. **Retention strategies**:
   - Competitive compensation review
   - Internal mobility opportunities
   - Work environment improvement initiatives
   - Stay planning for high-performing at-risk agents

## Templates

### Workload Balancing Configuration

```
AGENT WORKLOAD BALANCING — Configuration Framework
====================================================
Version: [2.0] | Effective: [Date]

WORKLOAD METRICS & THRESHOLDS:
┌────────────────────────────┬────────────┬────────────┬──────────────┐
│ Metric                    │ Optimal    │ Warning    │ Critical     │
├────────────────────────────┼────────────┼────────────┼──────────────┤
│ Daily ticket count        │ 25-35      │ 36-45      │ >45          │
│ Avg handle time (min)     │ 8-12       │ 13-18      │ >18          │
│ Concurrent chat sessions  │ 1-3        │ 4          │ >4           │
│ Continuous work (hours)   │ 1.5-2      │ 2.5        │ >3           │
│ Overtime/week             │ 0-4 hrs    │ 5-8 hrs    │ >8 hrs       │
│ Break compliance          │ ≥95%       │ 85-94%     │ <85%         │
└────────────────────────────┴────────────┴────────────┴──────────────┘

DYNAMIC ROUTING RULES:
  Capacity-based distribution:
    IF agent active_tickets < team_avg * 0.8 → route additional tickets
    IF agent active_tickets > team_avg * 1.2 → stop routing new tickets
    IF agent on_break → exclude from routing pool

  Complexity balancing:
    Assign high-complexity tickets proportionally (max 30% per agent per shift)
    Rotate high-complexity assignments weekly
    New agents: max 15% high-complexity until 90-day mark

  Channel mixing:
    Max chat ratio per agent: 50% of total tickets
    After 2 consecutive phone calls: prioritize email/chat
    After 3 consecutive chats: prioritize phone or email

  Mandatory breaks:
    15-min break after 2 hours of continuous work
    30-min lunch after 4 hours of continuous work
    System auto-removes agent from queue for scheduled breaks

  Overflow handling:
    If all agents at capacity: queue with estimated wait time
    Auto-escalate tickets waiting >30 min in queue
    Weekend/holiday: reduced SLA targets, on-call rotation
```

### Burnout Prevention Protocol

```
BURNOUT PREVENTION — Early Warning & Intervention Protocol
============================================================
Version: [1.5] | Effective: [Date]

BURNOUT RISK SCORING:
  Risk factors (weighted score, 0-100):
    Handle time degradation:      20% weight
    CSAT score decline:           15% weight
    Quality score drop:           15% weight
    Overtime frequency:           15% weight
    Absenteeism (last 30 days):   10% weight
    Break compliance drop:        10% weight
    Self-reported stress:         15% weight

  Risk levels:
    0-25: Low risk — Standard monitoring
    26-50: Moderate risk — Manager awareness, check-in within 1 week
    51-75: High risk — Immediate intervention, workload reduction
    76-100: Critical — Mandatory time-off, counseling referral

AUTOMATED INTERVENTIONS:
  Level 1 (Moderate risk):
    • Manager notified (discreetly)
    • Weekly check-in scheduled
    • Workload capped at team average
    • Peer buddy assigned

  Level 2 (High risk):
    • Immediate workload reduction (20% below average)
    • Mandatory 2-day break within 7 days
    • EAP referral with manager support
    • Daily check-ins for 2 weeks
    • Post-break gradual workload ramp

  Level 3 (Critical):
    • Mandatory 1-week leave
    • EAP/counseling referral (mandatory first session)
    • Return-to-work plan with manager
    • 30-day reduced workload plan
    • Weekly wellbeing check-ins for 30 days

AGENT SELF-SERVICE TOOLS:
  "I Need a Break" button:
    • One-click temporary removal from queue
    • 15-min cool-down period (no tickets assigned)
    • Optional: reason logging (anonymous, aggregated)

  Stress level check-in:
    • Daily optional self-assessment (1-5 scale)
    • Score ≥ 4 for 3 consecutive days → manager alert

  Resource access:
    • EAP hotline: 1-800-XXX-XXXX
    • On-demand counseling: [link]
    • Stress management toolkit: [link]
    • Peer support community: [link]
    • Mindfulness app access: [free subscription]
```

## Integration Points

- **WFM (Workforce Management)**: NICE inContact WFM, Verint, Aspect, Calabrio
- **Ticketing systems**: Zendesk, Freshdesk, Intercom (workload data)
- **WFM scheduling**: aspect, UKG, Workforce Ready (shift optimization)
- **Analytics**: Tableau, Power BI (wellbeing dashboards)
- **EAP providers**: Modern Health, Lyra, Spring Health, Headspace for Work
- **Survey tools**: Culture Amp, Qualtrics, Glint (engagement surveys)
- **Communication**: Slack, Teams (check-ins, notifications, support)
- **HR systems**: Workday, BambooHR (absenteeism, compensation data)
- **AI monitoring**: Custom NLP models (tone/sentiment detection)

## Edge Cases

| Scenario | Handling |
|----------|----------|
| Agent denies burnout risk but metrics show deterioration | Respectful manager conversation; focus on workload, not diagnosis; offer support |
| High-performing agent at burnout risk | Protect performance quality; emphasize long-term sustainability; flexible targets |
| Team-wide burnout risk (systemic overload) | Escalate to leadership; hiring request; temporary workload caps across team |
| Agent uses "I Need a Break" excessively | Investigate root cause (workload? personal? manager issue?); supportive, not punitive |
| Cultural differences in stress expression | Culturally-aware assessment tools; manager training on diverse expressions of stress |
| Agent leaves despite intervention | Exit interview analysis; identify what could have helped; improve prevention |
| Burnout risk during peak season/holidays | Pre-emptive staffing; voluntary overtime limits; enhanced break enforcement |
| Mental health crisis (immediate) | Emergency protocol: remove from queue, contact EAP crisis line, manager support |

## Output

### Agent Wellbeing Dashboard

```
AGENT WELLBEING DASHBOARD — Monthly Summary
=============================================
Period: January 2025 | Team Size: 42 agents

WORKLOAD DISTRIBUTION:
  Avg tickets/agent/day: 29.4 [Optimal range: 25-35] ✓
  Std deviation: ±3.2 [Low variance = balanced] ✓
  Workload balance score: 87/100 [███████████████████████████████░░░░░]

  Top 5 highest workload:
    1. Agent A: 42 tickets/day (⚠ above threshold)
    2. Agent B: 39 tickets/day
    3. Agent C: 38 tickets/day
    4. Agent D: 37 tickets/day
    5. Agent E: 36 tickets/day

  Action: Load rebalancing applied — 4 agents capped, overflow redistributed

BURNOUT RISK ASSESSMENT:
  Low risk:       31 agents [73.8%] ████████████████████████████████████████████
  Moderate risk:   7 agents [16.7%] ██████████
  High risk:       3 agents [ 7.1%] ████
  Critical:        1 agent  [ 2.4%] █

  Agents under intervention: 4 (2 high risk, 1 critical, 1 moderate)
  Avg risk score reduction (under intervention): -12 points (improving)

AGENT SATISFACTION:
  Overall engagement score: 7.2/10 [↑ +0.3 from December]
  Monthly pulse survey: 78% response rate
    "I feel supported by my manager": 7.8/10
    "Workload is manageable": 6.9/10 [⚠ below target 7.5]
    "I have work-life balance": 6.5/10 [⚠ below target 7.5]
    "I feel valued at work": 7.4/10
    "I would recommend working here": 7.1/10

RETENTION METRICS:
  Voluntary turnover (last 90 days): 2.4% [↓ from 3.8%] ✓
  Average tenure: 18 months [↑ from 16 months]
  Stay interview completion: 89%
  Exit interview themes (last 90 days):
    1. "Workload too heavy" (3 mentions) — addressing via load balancing
    2. "Career growth unclear" (2 mentions) — career pathing in development
    3. "Recognition insufficient" (2 mentions) — new peer recognition program

WELLNESS PROGRAM USAGE:
  EAP utilization: 12 agents this month [28.6% of team]
  Stress management training: 23/42 completed [54.8%]
  "I Need a Break" usage: 47 times this month [avg 1.1/agent]
  Peer support community: 18 active members [42.9%]

MANAGER ACTION ITEMS:
  ⚠ Schedule check-in with Agent C (moderate risk, 2 weeks)
  ⚠ Review workload redistribution plan for Team 2
  ⚠ Launch career pathing workshop (address exit interview theme)
  ✓ Agent under critical intervention: improving after mandatory leave
```
