Chro Advisor

People leadership for scaling companies. Hiring strategy, compensation design, org structure, culture, and retention. Use when building hiring plans,

What Is Chro Advisor?

Chro Advisor is a Claude Code skill designed to help leaders and HR professionals manage people strategy and organizational design for scaling companies. Developed by Alireza Rezvani, this open-source toolset brings together frameworks and Python utilities for hiring strategy, compensation design, organizational structure, culture building, and retention. Chro Advisor is engineered for scenarios where you need to build robust hiring plans, design compensation frameworks, restructure teams, manage performance, or establish a scalable culture. It is especially valuable for Chief Human Resources Officers (CHROs), Chief People Officers (CPOs), HR leaders, and anyone responsible for people strategy in high-growth environments.

Why Use Chro Advisor?

Scaling organizations require deliberate and data-driven people leadership. Traditional HR approaches often break down during periods of rapid growth, resulting in headcount misalignment, pay inequity, poor retention, and cultural drift. Chro Advisor addresses these pain points by providing:

  • Structured methods for aligning people strategy with business objectives.
  • Tools to model hiring plans and project headcount costs.
  • Compensation benchmarking for market-aligned salary and equity offers.
  • Frameworks for org structure, career ladders, and performance management.
  • Playbooks for building and maintaining culture in remote or hybrid settings.

By leveraging Chro Advisor, organizations can make informed, repeatable, and scalable decisions around their most critical asset: their people.

How to Get Started

Chro Advisor can be integrated into your workflow using its Python scripts and frameworks. To begin, clone the repository and explore the available tools:

git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills/c-level-advisor/chro-advisor

Building a headcount and hiring plan:

python scripts/hiring_plan_modeler.py

This script guides you through building a headcount plan, taking into account roles, projected start dates, ramp-up periods, and cost projections. You can supply your business growth targets, organizational requirements, and budget constraints.

Benchmarking compensation:

python scripts/comp_benchmarker.py

Compensation benchmarking allows you to model salary bands, equity grants, and total rewards for different roles and levels, ensuring market competitiveness.

All scripts are open source, MIT-licensed, and customizable to your organization's needs.

Key Features

Chro Advisor offers a set of interconnected frameworks and utilities:

  • People Strategy & Headcount Planning: Translate business goals into organizational requirements, forecast headcount growth, and determine role priorities.
  • Compensation Design: Model salary bands, equity structures, and total compensation using real-world market data.
  • Org Structure & Design: Visualize and optimize reporting lines, spans of control, and team architectures for efficiency and scalability.
  • Culture & Engagement: Frameworks for defining, assessing, and reinforcing organizational culture, including remote and hybrid work best practices.
  • Retention & Performance Management: Tools for succession planning, attrition analysis, and implementing performance management systems.
  • Career Ladders & Title Frameworks: Standardize role definitions, levels, and progression paths for clarity and fairness.
  • Python Tooling: Easily extensible scripts for headcount modeling and compensation benchmarking.

Example:

Building a Headcount Plan

You might use the following workflow to draft a hiring plan:

## Example:

Define roles and anticipated hiring timeline
roles = [
    {"title": "Software Engineer", "start_month": 1, "count": 3, "avg_salary": 125000},
    {"title": "Product Manager", "start_month": 2, "count": 1, "avg_salary": 145000},
    {"title": "HR Business Partner", "start_month": 3, "count": 1, "avg_salary": 110000},
]

from scripts.hiring_plan_modeler import project_headcount_costs

cost_projection = project_headcount_costs(roles, months=12)
print(cost_projection)

This produces a month-by-month breakdown of hiring costs, enabling business-aligned budgeting.

Best Practices

  • Align People Strategy to Business Objectives: Start with business goals, then translate them into organizational requirements, not the reverse.
  • Benchmark Regularly: Use up-to-date compensation data for salary and equity planning to prevent pay compression or inequity.
  • Design for Scale: Regularly revisit org structures as the company grows; avoid excessive managerial layers or overly flat structures.
  • Prioritize Transparency: Share career ladders, compensation frameworks, and cultural values openly to build trust.
  • Iterate & Adapt: Use Chro Advisor’s modular tools to update hiring plans, compensation, and org design as the business evolves.
  • Monitor Retention & Engagement: Combine quantitative (attrition, span of control) and qualitative (engagement survey) data to inform interventions.

Important Notes

  • Customization Required: While Chro Advisor provides generic frameworks and scripts, tailoring them to your company’s specific context is crucial for effectiveness.
  • Data Confidentiality: When using internal HR or compensation data, ensure you follow all applicable privacy and security standards.
  • Not a Replacement for Expertise: Chro Advisor supports, but does not replace, strategic HR leadership and decision-making.
  • Active Maintenance: The toolset is open source and may evolve. Always check for updates and contribute improvements as needed.
  • Intended for Scaling Companies: Best suited for startups and scale-ups facing rapid headcount growth or organizational change.

Chro Advisor empowers people leaders to drive business-aligned, data-driven decisions across hiring, compensation, org design, and culture—turning HR into a strategic lever for growth.