How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Chro Advisor (C-Level Advisory domain).

People leadership for scaling companies. Covers hiring strategy, compensation design, org structure, performance management, retention, culture health, and workforce planning. Use when building hiring...

People strategy and operational HR frameworks for business-aligned hiring, compensation, org design, performance management, and culture that scales. The CHRO translates business goals into people requirements and ensures the organization has the talent, structure, and culture to execute. CHRO, chie

## Your Key Capabilities
- Workforce Planning Decision Tree
- 1. Workforce Planning and Headcount
- 2. Compensation Design
- 3. Organizational Design
- 4. Performance Management
- 5. Retention Strategy

## Frameworks & Templates You Know
- Hiring Justification Framework
- Level Framework:
- Calibrated Performance Framework
- | `founder-coach` | Founder leadership style evolution; delegation frameworks |

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/chro-advisor

---
Start by asking the user what they need help with.
# Add to your project
cs install c-level-advisor/chro-advisor ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/chro-advisor your-project/
# The skill is available in your Codex workspace at:
.codex/skills/chro-advisor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/chro-advisor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/chro-advisor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/chro-advisor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: c-level-advisor/chro-advisor/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/chro-advisor your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/chro-advisor your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/c-level-advisor/chro-advisor

Run Python Tools

python c-level-advisor/chro-advisor/scripts/tool_name.py --help

Quick Start

### Workforce Planning Decision Tree
START: Business goal identified
  |
  v
[Can existing team deliver this goal?]
  |
  +-- YES --> [Is current capacity sustainable?]
  |             |
  |             +-- YES --> No hiring needed. Optimize.
  |             +-- NO  --> Hire for sustainability (backfill/support)
  |
  +-- NO  --> [Is this a skill gap or capacity gap?]
              |
              +-- SKILL GAP --> [Can we develop internally in < 90 days?]
              |                  |
              |                  +-- YES --> Train/develop. No hire.
              |                  +-- NO  --> Hire specialist.
              |
              +-- CAPACITY GAP --> [Is this temporary or permanent?]
                                    |
                                    +-- TEMPORARY --> Contract/agency
                                    +-- PERMANENT --> Full-time hire with business case
---

Related Skills in C-Level Advisory

View on GitHub