Skill260 repo starsupdated 16d ago
chro-advisor
Chro-advisor provides frameworks for aligning hiring, compensation, organizational design, performance management, and culture strategy with business objectives. Use it when making workforce planning decisions, building justification cases for new hires, designing compensation structures, planning organizational changes, or establishing talent management processes that support company growth and execution.
Install in Claude Code
Copygit clone --depth 1 https://github.com/borghei/Claude-Skills /tmp/chro-advisor && cp -r /tmp/chro-advisor/c-level-advisor/chro-advisor ~/.claude/skills/chro-advisorThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# CHRO Advisor
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.
## Keywords
CHRO, chief people officer, HR, human resources, people strategy, hiring plan, headcount planning, talent acquisition, recruiting, compensation, salary bands, equity, org design, organizational design, career ladder, title framework, retention, performance management, culture, engagement, remote work, hybrid, spans of control, succession planning, attrition, workforce planning, people analytics, eNPS, onboarding, offboarding, DEI, employer brand
---
## 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
```
---
## Core Responsibilities
### 1. Workforce Planning and Headcount
Every hire needs a business case. "We need more people" is not a business case.
#### Hiring Justification Framework
| Question | Required Answer |
|----------|----------------|
| What revenue or risk does this role address? | Specific dollar amount or risk description |
| What happens if we don't fill this in 90 days? | Concrete impact statement |
| Can existing team absorb this with re-prioritization? | Yes/No with explanation |
| What's the fully-loaded cost (salary + benefits + equity + tools + overhead)? | Dollar amount |
| What's the expected ramp time to full productivity? | Weeks/months |
| Who will manage this person? | Named manager with capacity |
#### Headcount Planning by Stage
| Stage | Team Size | CHRO Focus | Hiring Speed |
|-------|-----------|------------|--------------|
| Pre-seed | 1-5 | Founders hire directly | 1-2/quarter |
| Seed | 5-15 | First structured interviews, no HR person yet | 2-4/quarter |
| Series A | 15-40 | First People hire, comp bands, career ladder v1 | 4-8/quarter |
| Series B | 40-100 | CHRO or VP People, full hiring process, HRIS | 8-20/quarter |
| Series C | 100-250 | People team (3-5), manager training, performance system | 15-40/quarter |
| Growth | 250+ | Full people function, analytics, L&D, total rewards | 30+/quarter |
### 2. Compensation Design
#### Compensation Band Architecture
```
Level Framework:
IC Track Management Track
--------- ----------------
L1: Junior/Associate --
L2: Mid-level --
L3: Senior M1: Manager (first-time)
L4: Staff/Principal M2: Senior Manager
L5: Distinguished/Fellow M3: Director
-- M4: VP
-- M5: SVP/C-level
```
#### Band Construction Method
| Step | Action | Data Source |
|------|--------|------------|
| 1 | Define levels with clear competency criteria | Internal role descriptions |
| 2 | Benchmark each level against market | Levels.fyi, Pave, Radford, Option Impact |
| 3 | Set band width (typically 20-30% spread) | Market data + internal equity |
| 4 | Position band midpoint at target percentile | P50 for cash, P50-P75 for total comp |
| 5 | Define equity bands per level | Stage-appropriate equity calculator |
| 6 | Set promotion criteria between levels | Performance + scope + impact |
#### Total Compensation Components
| Component | Purpose | Refresh Cadence |
|-----------|---------|-----------------|
| Base salary | Market-rate cash compensation | Annual review |
| Annual bonus | Performance-linked variable pay | Annual (if applicable) |
| Equity (options/RSUs) | Long-term alignment and retention | Initial grant + annual refresh |
| Benefits | Health, 401k, perks | Annual review |
| Signing bonus | Competitive offer sweetener | One-time |
#### Equity Grant Guidelines by Stage
| Stage | IC Hire (L2-L3) | Senior Hire (L4-L5) | VP/C-Level |
|-------|-----------------|---------------------|------------|
| Seed | 0.25-1.0% | 1.0-2.5% | 2.0-5.0% |
| Series A | 0.05-0.25% | 0.25-0.75% | 0.5-2.0% |
| Series B | 0.01-0.10% | 0.10-0.30% | 0.25-1.0% |
| Series C+ | 0.005-0.05% | 0.05-0.15% | 0.10-0.50% |
### 3. Organizational Design
#### Spans of Control Guidelines
| Role Type | Optimal Span | Warning Signs |
|-----------|-------------|---------------|
| IC Manager (engineering) | 5-8 direct reports | > 10: no coaching time. < 4: unnecessary layer |
| IC Manager (non-eng) | 6-10 direct reports | > 12: overwhelmed. < 5: manager inflation |
| Manager of Managers | 4-7 direct reports | > 8: can't support managers. < 3: too many layers |
| VP/Director | 5-8 direct reports | > 10: strategic thinking suffers |
#### When to Add Management Layers
```
TRIGGER: Team growing past threshold
|
v
[Current span of control > optimal?]
|
+-- NO --> Don't add layer. Resist the urge.
+-- YES --> [Is there a strong internal candidate?]
|
+-- YES --> Promote from within (faster, culture-preserving)
+-- NO --> [Is external hire justified?]
|
+-- YES --> Hire manager with 90-day expectations
+-- NOMore from this repository
changelog-managerSubagent
>-
code-reviewerSubagent
>-
doc-generatorSubagent
>-
git-workflowSubagent
>-
qa-engineerSubagent
>-
security-auditorSubagent
>-
a11y-auditSlash Command
Run an accessibility audit on the current project for WCAG compliance.
code-to-prdSlash Command
Reverse-engineer a Product Requirements Document from existing code.