culture-assessment

Assess and measure organizational culture using validated frameworks

509 stars

Best use case

culture-assessment is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Assess and measure organizational culture using validated frameworks

Teams using culture-assessment should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/culture-assessment/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/human-resources/skills/culture-assessment/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/culture-assessment/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How culture-assessment Compares

Feature / Agentculture-assessmentStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Assess and measure organizational culture using validated frameworks

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Culture Assessment Skill

## Overview

The Culture Assessment skill provides capabilities for assessing and measuring organizational culture using validated frameworks. This skill enables culture diagnostics, gap analysis between current and desired states, and transformation planning.

## Capabilities

### Assessment Design
- Design culture assessment instruments
- Apply established frameworks (CVF, OCI, Denison)
- Create custom culture dimensions
- Include qualitative components
- Support multi-method assessment

### Framework Application
- Apply Competing Values Framework (CVF)
- Use Organizational Culture Inventory (OCI)
- Implement Denison Culture Model
- Customize frameworks for context
- Map to organizational values

### Gap Analysis
- Analyze current vs. desired culture gaps
- Quantify gap magnitude
- Prioritize gap closure
- Identify misalignment areas
- Compare subcultures

### Diagnostic Reporting
- Identify cultural strengths and barriers
- Generate culture diagnostic reports
- Create visual culture maps
- Compare to benchmarks
- Highlight intervention areas

### Transformation Planning
- Create culture transformation roadmaps
- Define change interventions
- Set transformation milestones
- Identify change champions
- Plan communication strategies

### Progress Tracking
- Track culture change progress
- Measure intervention effectiveness
- Monitor leading indicators
- Report on transformation status
- Celebrate wins

## Usage

### Culture Assessment
```javascript
const cultureAssessment = {
  framework: 'competing-values',
  dimensions: [
    { name: 'Clan', description: 'Collaborative, mentoring, team-oriented' },
    { name: 'Adhocracy', description: 'Creative, entrepreneurial, innovative' },
    { name: 'Market', description: 'Competitive, results-oriented, goal-focused' },
    { name: 'Hierarchy', description: 'Controlled, structured, efficient' }
  ],
  assessment: {
    method: 'survey',
    questions: 'ocai-validated',
    states: ['current', 'preferred']
  },
  scope: {
    level: 'organization',
    departments: 'all',
    levels: 'all'
  },
  demographics: ['department', 'level', 'tenure', 'function'],
  qualitative: {
    focusGroups: true,
    interviews: 'leadership',
    artifacts: 'review'
  }
};
```

### Transformation Roadmap
```javascript
const transformationRoadmap = {
  currentState: {
    dominant: 'Hierarchy',
    scores: { clan: 20, adhocracy: 15, market: 25, hierarchy: 40 }
  },
  desiredState: {
    dominant: 'Adhocracy',
    scores: { clan: 25, adhocracy: 35, market: 25, hierarchy: 15 }
  },
  interventions: [
    {
      area: 'Leadership Behaviors',
      actions: ['Leadership development program', 'Role modeling training'],
      timeline: 'Q1-Q2 2026',
      owners: 'CHRO, L&D'
    },
    {
      area: 'Decision Making',
      actions: ['Decentralize decisions', 'Empower teams'],
      timeline: 'Q2-Q3 2026',
      owners: 'CEO, Department heads'
    },
    {
      area: 'Recognition',
      actions: ['Innovation awards', 'Risk-taking celebration'],
      timeline: 'Q2 2026',
      owners: 'HR, Communications'
    }
  ],
  milestones: [
    { date: '2026-06-30', measure: 'Pulse survey improvement', target: '+5 points' },
    { date: '2026-12-31', measure: 'Full reassessment', target: 'Adhocracy +10 points' }
  ]
};
```

## Process Integration

This skill integrates with the following HR processes:

| Process | Integration Points |
|---------|-------------------|
| culture-assessment-transformation.js | Full culture workflow |
| employee-engagement-survey.js | Engagement-culture link |
| leadership-development-program.js | Leadership culture role |

## Best Practices

1. **Use Validated Tools**: Apply established, validated frameworks
2. **Mixed Methods**: Combine quantitative and qualitative approaches
3. **Involve Leaders**: Leadership commitment is essential
4. **Be Patient**: Culture change takes years, not months
5. **Measure Progress**: Track leading indicators
6. **Communicate Consistently**: Regular, honest communication

## Metrics and KPIs

| Metric | Description | Target |
|--------|-------------|--------|
| Culture Gap | Current vs. desired gap score | Decreasing over time |
| Assessment Participation | Employees completing assessment | >75% |
| Intervention Completion | Planned actions completed | >80% |
| Behavior Change | Observable behavior shifts | Qualitative improvement |
| Subculture Alignment | Variation across departments | Decreasing |

## Related Skills

- SK-020: Engagement Survey (engagement link)
- SK-009: Training Needs (capability building)
- SK-011: Succession Planning (leadership culture)

Related Skills

psychometric-assessment

509
from a5c-ai/babysitter

Develop, validate, and adapt measurement instruments including factor analysis, reliability testing, and cross-cultural validation

evidence-justification-assessment

509
from a5c-ai/babysitter

Evaluate epistemic warrant, assess evidence quality and relevance, apply epistemic standards appropriate to different domains, and identify sources of knowledge

regulatory-compliance-assessment

509
from a5c-ai/babysitter

Evaluate organizational compliance with healthcare regulations including HIPAA, CMS Conditions of Participation, and accreditation standards through gap analysis and audit procedures

assessment-item-development

509
from a5c-ai/babysitter

Create valid, reliable assessment items across formats (multiple choice, constructed response, performance tasks) following psychometric best practices

conservation-assessment

509
from a5c-ai/babysitter

Assess condition of artworks and cultural objects, develop treatment proposals, and document conservation interventions following AIC ethical guidelines

safety-assessment

509
from a5c-ai/babysitter

Skill for structured safety assessment following ARP4761 guidelines

adkar-assessment

509
from a5c-ai/babysitter

Assess and track ADKAR change readiness across stakeholder groups with intervention recommendations

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.

team-install

509
from a5c-ai/babysitter

Install the team-pinned Babysitter Codex workspace setup.