turnover-analytics
Analyze turnover patterns and develop retention strategies with predictive modeling
What this skill does
# Turnover Analytics Skill
## Overview
The Turnover Analytics skill provides capabilities for analyzing turnover patterns, building predictive models, and developing data-driven retention strategies. This skill enables comprehensive turnover understanding and proactive intervention.
## Capabilities
### Turnover Calculation
- Calculate turnover rates by segment
- Differentiate voluntary vs. involuntary
- Track regrettable vs. non-regrettable
- Compute annualized rates
- Compare to benchmarks
### Survival Analysis
- Perform survival analysis on tenure
- Build tenure curves by segment
- Identify critical tenure periods
- Calculate hazard rates
- Compare cohort survival
### Predictive Modeling
- Build turnover prediction models
- Identify risk factors
- Calculate flight risk scores
- Validate model accuracy
- Update models with new data
### Risk Identification
- Identify high-risk employees and teams
- Flag at-risk talent segments
- Monitor risk score changes
- Alert managers proactively
- Track intervention effectiveness
### Cost Analysis
- Analyze turnover cost impacts
- Calculate replacement costs
- Estimate productivity loss
- Model cost avoidance
- Support business case
### Intervention Design
- Generate retention intervention recommendations
- Prioritize interventions by impact
- Design targeted programs
- Track retention program effectiveness
- Measure ROI of retention
## Usage
### Turnover Analysis
```javascript
const turnoverAnalysis = {
period: {
start: '2025-01-01',
end: '2026-01-01'
},
segments: [
'department', 'location', 'level', 'tenure-band',
'performance-rating', 'manager', 'age-group'
],
metrics: [
'overall-turnover',
'voluntary-turnover',
'regrettable-turnover',
'first-year-turnover'
],
benchmarks: {
industry: 'technology',
internal: 'prior-year'
},
analysis: {
survivalCurves: true,
rootCauses: true,
costImpact: true
}
};
```
### Predictive Model
```javascript
const flightRiskModel = {
target: 'voluntary-termination',
predictionWindow: 6,
features: [
'tenure-months',
'time-since-promotion',
'time-since-raise',
'performance-trend',
'manager-tenure',
'commute-distance',
'market-demand-score',
'engagement-score',
'training-hours'
],
model: {
type: 'logistic-regression',
crossValidation: 5,
threshold: 0.7
},
output: {
employeeScores: true,
riskSegments: ['high', 'medium', 'low'],
managerAlerts: true
}
};
```
## Process Integration
This skill integrates with the following HR processes:
| Process | Integration Points |
|---------|-------------------|
| turnover-analysis-retention.js | Full analysis workflow |
| workforce-planning.js | Attrition forecasting |
| employee-engagement-survey.js | Engagement correlation |
## Best Practices
1. **Root Cause Focus**: Understand why, not just what
2. **Segment Deeply**: Aggregate metrics hide important patterns
3. **Proactive Action**: Act on predictions before resignations
4. **Manager Enablement**: Equip managers with actionable insights
5. **Privacy Respect**: Handle individual scores carefully
6. **Continuous Learning**: Update models with new data
## Metrics and KPIs
| Metric | Description | Target |
|--------|-------------|--------|
| Overall Turnover | Annual turnover rate | Below industry benchmark |
| Regrettable Turnover | High performer departures | <10% |
| First-Year Turnover | New hires leaving in year 1 | <15% |
| Model Accuracy | Prediction accuracy (AUC) | >0.75 |
| Intervention Success | Retention rate of intervened employees | +20% vs. control |
## Related Skills
- SK-017: Exit Analysis (departure reasons)
- SK-020: Engagement Survey (engagement link)
- SK-018: Workforce Planning (attrition forecasts)
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.