⚠️ Important: Templates Only - Not Employment Law Advice
Outputs are templates and HR frameworks designed to help structure people-ops work - they are NOT employment-law advice, are NOT a substitute for HR counsel, and may not be appropriate for your jurisdiction (US states, EU/UK/AU each have different rules). Employment law is jurisdiction-specific and rapidly changing.
Before using ANY output:
- Have employment counsel review for jurisdiction-specific compliance
- Verify wage notices, mandatory training, and posting requirements
- Confirm the document fits your specific facts (headcount, classification, jurisdiction)
Anthropic, Wayland, and the plugin authors disclaim all liability for use of these templates.
/hr - HR Orchestrator
AI-powered people operations for SMBs at the hire-2-to-20 stage. One command routes to the right HR workflow.
Usage
/hr <verb> [context]
Jurisdiction & headcount pre-flight (REQUIRED before any binding output)
Every sub-skill that emits a binding document - offer letter, termination letter, separation agreement, JD posting, handbook section, accommodation response, leave letter, RIF notice, PIP - MUST first collect:
- State(s) of employment - primary state where work is performed (and any other states for remote workers).
- Country - US / UK / EU member state / AU / CA / other (employment law differs sharply across these).
- Total company headcount - drives FMLA (50+), Title VII (15+), ADEA (20+), federal COBRA (20+), WARN Act (100+), state mini-WARNs, mandatory anti-harassment training thresholds.
- Role classification - W-2 vs 1099 (independent contractor) AND exempt vs non-exempt (FLSA salary test + duties test) AND full-time vs part-time vs temp.
If any of these four are unknown: the sub-skill must either (a) ask the user, or (b) clearly mark the output DRAFT - JURISDICTION-DEPENDENT FIELDS UNFILLED and refuse to fill state-specific clauses. Do not silently default to Delaware/at-will/federal-only.
See _jurisdiction.md (in this skills folder) for the full router checklist and high-risk topic flags.
Verb Routing Table
| Verb |
Sub-skill dispatched |
Example |
job-description |
hr-job-description |
/hr job-description Senior Engineer |
interview-questions |
hr-interview-questions |
/hr interview-questions Head of Marketing |
onboard |
hr-onboard |
/hr onboard Jane Smith, Product Manager |
review |
hr-review |
/hr review Alex Chen - Q4 cycle |
1on1 |
hr-1on1 |
/hr 1on1 Sam, eng lead, struggling with prioritization |
handbook |
hr-handbook |
/hr handbook remote-work-policy |
offer-letter |
hr-offer-letter |
/hr offer-letter Senior Designer, $140k, SF |
offboard |
hr-offboard |
/hr offboard Jordan Lee, voluntary, 2 weeks notice |
comp-band |
hr-comp-band |
/hr comp-band Staff Engineer, Series B, SF |
report |
hr-report |
/hr report hiring pipeline Q2 |
pip |
hr-pip |
/hr pip Sam Lee, missed Q3 goals |
termination-letter |
hr-termination-letter |
/hr termination-letter Alex Chen, performance, CA |
accommodation-request |
hr-accommodation-request |
/hr accommodation-request medical, ergonomic chair |
leave-of-absence |
hr-leave-of-absence |
/hr leave-of-absence FMLA, 12 weeks, NY |
rif |
hr-rif |
/hr rif 8 roles, Series A reset |
full-hire |
hr-job-description + hr-interview-questions + hr-comp-band (parallel) |
/hr full-hire Senior Backend Engineer |
Composite Flow: full-hire
/hr full-hire <role> fans out three sub-skills in parallel:
- hr-job-description - complete JD with requirements and seniority calibration
- hr-interview-questions - structured question bank and scorecard
- hr-comp-band - market comp research for the role
Combine outputs into a hiring packet ready to post and evaluate.
Routing Logic
- Parse the first word after
/hr as the verb.
- Look up the verb in the table above. If found, dispatch to that sub-skill via
delegate_task.
- If verb is
full-hire, fan out to hr-job-description, hr-interview-questions, and hr-comp-band simultaneously.
- Before any sub-skill that emits a binding document runs, ensure the four pre-flight inputs above have been collected (or the output is marked unfilled).
- If no verb matches, ask: "Which HR task can I help with? (job-description, interview-questions, onboard, review, 1on1, handbook, offer-letter, offboard, comp-band, report, pip, termination-letter, accommodation-request, leave-of-absence, rif)"
When to Use Which Sub-skill
- Hiring a new role? Start with
job-description + comp-band, then interview-questions when candidates are in.
- Someone just accepted an offer? Use
offer-letter to draft the letter, then onboard to build their plan.
- Review season? Use
review for templates + calibration prep.
- Regular 1-on-1s? Use
1on1 with employee context for a crisp agenda.
- Writing the employee handbook? Use
handbook section by section.
- Performance issue? Use
pip for a documented improvement plan with bias/pretext guardrails.
- Someone leaving? Use
offboard for checklist; use termination-letter for involuntary separations with separation agreement.
- Medical / pregnancy / religious accommodation? Use
accommodation-request for the interactive-process documentation.
- Employee requesting FMLA / state PFML / personal leave? Use
leave-of-absence.
- Reduction in force? Use
rif for WARN Act analysis + disparate-impact pre-check.
- Leadership wants numbers? Use
report for pipeline and headcount metrics.
What NOT to use this pack for (route to counsel)
- Active harassment, discrimination, or retaliation complaints - investigation requires counsel + neutral investigator
- Executive separations - bespoke equity, IP, and non-compete negotiations
- Multi-state RIFs at WARN Act thresholds - counsel must clear notification timing
- Visa-sponsored employee terminations - H-1B / L-1 / O-1 implications
- Whistleblower / SOX / Dodd-Frank matters - privileged investigation territory
- Union or NLRA §7 protected concerted activity - labor counsel required
Disclaimer (repeat on every output)
Templates only - not employment-law advice. Have HR counsel licensed in your jurisdiction review every document before sending.
1---2name: hr-33description: HR orchestrator for SMBs. Routes job descriptions, interview questions, onboarding, performance reviews, 1-on-1s, handbook sections, offer letters, offboarding, comp banding, PIPs, terminations, accommodations, leave, RIF, and pipeline reports to the right sub-skill. Templates only - not employment-law advice; outputs must be reviewed by HR counsel.4---56> **⚠️ Important: Templates Only - Not Employment Law Advice**7>8> Outputs are templates and HR frameworks designed to help structure people-ops work - they are **NOT employment-law advice**, are **NOT a substitute for HR counsel**, and may not be appropriate for your jurisdiction (US states, EU/UK/AU each have different rules). Employment law is jurisdiction-specific and rapidly changing.9>10> **Before using ANY output:**11> - Have employment counsel review for jurisdiction-specific compliance12> - Verify wage notices, mandatory training, and posting requirements13> - Confirm the document fits your specific facts (headcount, classification, jurisdiction)14>15> Anthropic, Wayland, and the plugin authors disclaim all liability for use of these templates.1617# /hr - HR Orchestrator1819AI-powered people operations for SMBs at the hire-2-to-20 stage. One command routes to the right HR workflow.2021## Usage2223```24/hr <verb> [context]25```2627## Jurisdiction & headcount pre-flight (REQUIRED before any binding output)2829Every sub-skill that emits a binding document - offer letter, termination letter, separation agreement, JD posting, handbook section, accommodation response, leave letter, RIF notice, PIP - MUST first collect:30311. **State(s) of employment** - primary state where work is performed (and any other states for remote workers).322. **Country** - US / UK / EU member state / AU / CA / other (employment law differs sharply across these).333. **Total company headcount** - drives FMLA (50+), Title VII (15+), ADEA (20+), federal COBRA (20+), WARN Act (100+), state mini-WARNs, mandatory anti-harassment training thresholds.344. **Role classification** - W-2 vs 1099 (independent contractor) AND exempt vs non-exempt (FLSA salary test + duties test) AND full-time vs part-time vs temp.3536**If any of these four are unknown:** the sub-skill must either (a) ask the user, or (b) clearly mark the output `DRAFT - JURISDICTION-DEPENDENT FIELDS UNFILLED` and refuse to fill state-specific clauses. Do not silently default to Delaware/at-will/federal-only.3738See `_jurisdiction.md` (in this skills folder) for the full router checklist and high-risk topic flags.3940## Verb Routing Table4142| Verb | Sub-skill dispatched | Example |43|------|---------------------|---------|44| `job-description` | hr-job-description | `/hr job-description Senior Engineer` |45| `interview-questions` | hr-interview-questions | `/hr interview-questions Head of Marketing` |46| `onboard` | hr-onboard | `/hr onboard Jane Smith, Product Manager` |47| `review` | hr-review | `/hr review Alex Chen - Q4 cycle` |48| `1on1` | hr-1on1 | `/hr 1on1 Sam, eng lead, struggling with prioritization` |49| `handbook` | hr-handbook | `/hr handbook remote-work-policy` |50| `offer-letter` | hr-offer-letter | `/hr offer-letter Senior Designer, $140k, SF` |51| `offboard` | hr-offboard | `/hr offboard Jordan Lee, voluntary, 2 weeks notice` |52| `comp-band` | hr-comp-band | `/hr comp-band Staff Engineer, Series B, SF` |53| `report` | hr-report | `/hr report hiring pipeline Q2` |54| `pip` | hr-pip | `/hr pip Sam Lee, missed Q3 goals` |55| `termination-letter` | hr-termination-letter | `/hr termination-letter Alex Chen, performance, CA` |56| `accommodation-request` | hr-accommodation-request | `/hr accommodation-request medical, ergonomic chair` |57| `leave-of-absence` | hr-leave-of-absence | `/hr leave-of-absence FMLA, 12 weeks, NY` |58| `rif` | hr-rif | `/hr rif 8 roles, Series A reset` |59| `full-hire` | hr-job-description + hr-interview-questions + hr-comp-band (parallel) | `/hr full-hire Senior Backend Engineer` |6061## Composite Flow: full-hire6263`/hr full-hire <role>` fans out three sub-skills in parallel:641. **hr-job-description** - complete JD with requirements and seniority calibration652. **hr-interview-questions** - structured question bank and scorecard663. **hr-comp-band** - market comp research for the role6768Combine outputs into a hiring packet ready to post and evaluate.6970## Routing Logic71721. Parse the first word after `/hr` as the verb.732. Look up the verb in the table above. If found, dispatch to that sub-skill via `delegate_task`.743. If verb is `full-hire`, fan out to hr-job-description, hr-interview-questions, and hr-comp-band simultaneously.754. Before any sub-skill that emits a binding document runs, ensure the four pre-flight inputs above have been collected (or the output is marked unfilled).765. If no verb matches, ask: "Which HR task can I help with? (job-description, interview-questions, onboard, review, 1on1, handbook, offer-letter, offboard, comp-band, report, pip, termination-letter, accommodation-request, leave-of-absence, rif)"7778## When to Use Which Sub-skill7980- **Hiring a new role?** Start with `job-description` + `comp-band`, then `interview-questions` when candidates are in.81- **Someone just accepted an offer?** Use `offer-letter` to draft the letter, then `onboard` to build their plan.82- **Review season?** Use `review` for templates + calibration prep.83- **Regular 1-on-1s?** Use `1on1` with employee context for a crisp agenda.84- **Writing the employee handbook?** Use `handbook` section by section.85- **Performance issue?** Use `pip` for a documented improvement plan with bias/pretext guardrails.86- **Someone leaving?** Use `offboard` for checklist; use `termination-letter` for involuntary separations with separation agreement.87- **Medical / pregnancy / religious accommodation?** Use `accommodation-request` for the interactive-process documentation.88- **Employee requesting FMLA / state PFML / personal leave?** Use `leave-of-absence`.89- **Reduction in force?** Use `rif` for WARN Act analysis + disparate-impact pre-check.90- **Leadership wants numbers?** Use `report` for pipeline and headcount metrics.9192## What NOT to use this pack for (route to counsel)9394- **Active harassment, discrimination, or retaliation complaints** - investigation requires counsel + neutral investigator95- **Executive separations** - bespoke equity, IP, and non-compete negotiations96- **Multi-state RIFs at WARN Act thresholds** - counsel must clear notification timing97- **Visa-sponsored employee terminations** - H-1B / L-1 / O-1 implications98- **Whistleblower / SOX / Dodd-Frank** matters - privileged investigation territory99- **Union or NLRA §7 protected concerted activity** - labor counsel required100101## Disclaimer (repeat on every output)102103> _Templates only - not employment-law advice. Have HR counsel licensed in your jurisdiction review every document before sending._