agentsclimarketplace

Job evaluation

Skill a5c-ai/babysitter/library/specializations/domains/business/human-resources/skills/job-evaluation

Analyze and evaluate jobs for internal equity and leveling using point-factor methodsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill job-evaluation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

5.0 KB, 992 tokens by cl100k_base, as published. Nobody here has run it

Job Evaluation Skill

Overview

The Job Evaluation skill provides capabilities for analyzing and evaluating jobs to establish internal equity, create job architecture, and support compensation decisions. This skill enables systematic job leveling through point-factor methods and career framework development.

Capabilities

Point-Factor Evaluation

  • Apply point-factor job evaluation methods
  • Calculate factor weights and scores
  • Evaluate jobs consistently
  • Handle hybrid and unique roles
  • Support multiple evaluation systems (Hay, Mercer IPE)

Job Architecture

  • Create job family and career level frameworks
  • Define job family structures
  • Establish career ladders
  • Create job profiles
  • Document leveling criteria

Internal Equity Analysis

  • Calculate internal equity relationships
  • Identify pay grade inconsistencies
  • Compare job values across departments
  • Detect compression issues
  • Support equity adjustments

Job Documentation

  • Generate job architecture documentation
  • Create job description templates
  • Build leveling guides and criteria
  • Document evaluation rationale
  • Maintain evaluation records

Market Matching

  • Map jobs to market survey matches
  • Support benchmark job selection
  • Enable custom survey cuts
  • Track match quality
  • Document matching rationale

Usage

Job Evaluation

const jobEvaluation = {
  job: {
    title: 'Senior Software Engineer',
    family: 'Engineering',
    department: 'Product Engineering',
    manager: 'Engineering Manager'
  },
  factors: [
    {
      name: 'Knowledge',
      weight: 25,
      subfactors: [
        { name: 'Education', score: 4, maxScore: 6 },
        { name: 'Experience', score: 5, maxScore: 6 },
        { name: 'Technical Complexity', score: 5, maxScore: 6 }
      ]
    },
    {
      name: 'Problem Solving',
      weight: 25,
      subfactors: [
        { name: 'Analysis', score: 5, maxScore: 6 },
        { name: 'Creativity', score: 4, maxScore: 6 }
      ]
    },
    {
      name: 'Impact',
      weight: 30,
      subfactors: [
        { name: 'Scope', score: 4, maxScore: 6 },
        { name: 'Financial Impact', score: 3, maxScore: 6 }
      ]
    },
    {
      name: 'Leadership',
      weight: 20,
      subfactors: [
        { name: 'Direct Reports', score: 1, maxScore: 6 },
        { name: 'Influence', score: 4, maxScore: 6 }
      ]
    }
  ]
};

Career Framework

const careerFramework = {
  family: 'Engineering',
  track: 'Individual Contributor',
  levels: [
    {
      code: 'IC1',
      title: 'Associate Engineer',
      pointRange: { min: 100, max: 200 },
      gradeLevel: 'P1',
      characteristics: {
        scope: 'Task-level with guidance',
        autonomy: 'Close supervision',
        impact: 'Own work only'
      }
    },
    {
      code: 'IC2',
      title: 'Software Engineer',
      pointRange: { min: 201, max: 350 },
      gradeLevel: 'P2',
      characteristics: {
        scope: 'Project components',
        autonomy: 'General guidance',
        impact: 'Team contributions'
      }
    }
    // ... additional levels
  ]
};

Process Integration

This skill integrates with the following HR processes:

ProcessIntegration Points
job-evaluation-leveling.jsFull evaluation workflow
salary-benchmarking.jsMarket matching
succession-planning.jsCareer framework

Best Practices

  1. Consistency: Apply evaluation factors consistently across jobs
  2. Documentation: Document evaluation rationale thoroughly
  3. Committee Review: Use evaluation committees for objectivity
  4. Regular Updates: Review job evaluations when roles change
  5. Market Alignment: Ensure internal values align with market
  6. Transparency: Communicate leveling criteria to employees

Metrics and KPIs

MetricDescriptionTarget
Jobs EvaluatedPercentage of jobs with evaluation100%
Evaluation CurrencyJobs reviewed in last 2 years100%
Internal EquitySame-level pay variance<10%
Framework CoverageJobs mapped to framework100%
Appeal RateEvaluation appeals per year<5%

Related Skills

  • SK-013: Comp Benchmarking (market integration)
  • SK-014: Pay Equity (equity analysis)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.