Agent skill
comp-benchmarking
Analyze market compensation data and establish competitive pay structures
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/human-resources/skills/comp-benchmarking
Metadata
Additional technical details for this skill
- domain
- business
- category
- Compensation and Benefits
- skill id
- SK-013
- dependencies
-
[ "Compensation survey data", "Market pricing tools" ] - specialization
- human-resources
SKILL.md
Compensation Benchmarking Skill
Overview
The Compensation Benchmarking skill provides capabilities for analyzing market compensation data and establishing competitive pay structures. This skill enables market percentile positioning, salary range development, and compensation competitiveness monitoring.
Capabilities
Survey Data Analysis
- Import and analyze salary survey data
- Blend multiple survey sources
- Age and trend data appropriately
- Handle different data cuts
- Validate data quality
Market Positioning
- Calculate market percentiles and positioning
- Determine competitive positioning strategy
- Analyze positioning by job family
- Track positioning trends
- Compare against target percentile
Salary Range Development
- Build salary range structures
- Calculate range spread and midpoint
- Design grade structures
- Create multiple range types (broad, narrow)
- Support geographic differentials
Scenario Modeling
- Model compensation scenarios and costs
- Project budget impacts
- Analyze merit increase scenarios
- Model structure adjustments
- Calculate cost of living impacts
Reporting
- Generate market pricing reports
- Create competitiveness summaries
- Build survey participation reports
- Document market data sources
- Track year-over-year trends
Geographic Analysis
- Create geographic pay differentials
- Analyze location-based pay
- Support remote work pay strategies
- Map cost of labor differences
- Handle multi-location structures
Usage
Market Analysis
const marketAnalysis = {
surveys: [
{ source: 'Radford', weight: 40, year: 2026 },
{ source: 'Mercer', weight: 35, year: 2026 },
{ source: 'Compensation Surveys Inc', weight: 25, year: 2025 }
],
aging: {
rate: 3.5,
targetDate: '2026-07-01'
},
cuts: {
industry: 'Technology',
companySize: '1000-5000',
geography: 'US National'
},
jobs: [
{
internal: 'Senior Software Engineer',
surveyMatch: 'Software Engineer IV',
matchQuality: 'strong'
}
],
positioning: {
targetPercentile: 50,
hotJobs: ['Machine Learning Engineer', 'Security Engineer'],
hotJobTarget: 75
}
};
Range Structure Design
const rangeStructure = {
type: 'traditional',
grades: 10,
midpointProgression: 12,
rangeSpread: {
byGrade: {
'1-3': 40,
'4-6': 45,
'7-10': 50
}
},
overlap: 35,
anchoring: {
method: 'market-midpoint',
targetPercentile: 50
},
differentials: {
geographic: {
enabled: true,
tiers: ['Tier 1', 'Tier 2', 'Tier 3']
}
}
};
Process Integration
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| salary-benchmarking.js | Full market pricing workflow |
| job-evaluation-leveling.js | Job matching |
| pay-equity-analysis.js | Market data input |
Best Practices
- Multiple Sources: Use at least 2-3 survey sources
- Quality Matching: Ensure strong job matches to market data
- Regular Updates: Refresh market data at least annually
- Consistent Methodology: Apply aging and cuts consistently
- Documentation: Document all assumptions and methodology
- Stakeholder Communication: Explain positioning philosophy
Metrics and KPIs
| Metric | Description | Target |
|---|---|---|
| Compa-Ratio | Employee pay vs. range midpoint | 95-105% |
| Market Position | Actual percentile vs. target | Within 5 points |
| Range Penetration | Distribution within ranges | Normal distribution |
| External Competitiveness | Offer acceptance rate | >85% |
| Survey Participation | Surveys participated in | >3 annually |
Related Skills
- SK-012: Job Evaluation (job matching)
- SK-014: Pay Equity (equity analysis)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?