Redundancy Consultation Skill

Structure a redundancy consultation process and draft key communications (UK employment law focus).

Redundancy Consultation Skill — The Skill Playground: pick the Executive Update skill, fill in a few notes, hit run, and watch a structured executive… (from the mohitagw15856/pm-claude-skills README)

From the mohitagw15856/pm-claude-skills README — shows the whole collection, not only this skill. · view on GitHub

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/redundancy-consultation.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit mohitagw15856/pm-claude-skills/skills/redundancy-consultation#main ~/.claude/skills/redundancy-consultation

For one project only, change the path to .claude/skills/redundancy-consultation.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of Redundancy Consultation Skill

Show the full text86 lines
namedescription
redundancy-consultationStructure a redundancy consultation process and draft key communications (UK employment law focus). Use when asked to plan a redundancy process, write a redundancy letter, structure a consultation, or manage a reduction in force. Produces a structured consultation plan and draft letters; always recommends qualified HR/legal advice before proceeding.

Redundancy Consultation Skill

Structures redundancy processes and drafts communications. Significant legal and human risk — always flag that employment legal advice is essential before proceeding.

WARNING: Defaults to UK employment law (Employment Rights Act 1996). Always recommend qualified HR/legal advice before any redundancy action.

Required Inputs

  • Number of roles affected (1-19 = individual; 20+ = collective consultation required)
  • Reason for redundancy (genuine business reason)
  • Jurisdiction (UK / US / EU / Other)
  • Timeline constraints
  • Selection pool (if multiple people in similar roles)

Output Structure

1. Process Overview

Individual redundancy (fewer than 20):

Stage Action Minimum timeline
1 Confirm business case internally Before any communication
2 At-risk notification meeting Day 1
3 Individual consultation Minimum 1 meaningful meeting
4 Redundancy confirmed or alternative found After genuine consideration
5 Notice period begins Per contract
6 Final day and payment Per contract + statutory

Collective redundancy (20+ roles — UK):

  • Minimum 45 days consultation before first dismissal
  • Must notify BEIS (HR1 form) before consultation begins
  • Employee representatives must be elected if no union recognised
  • Failure = unlimited protective award per employee
2. Selection Criteria (if pool exists)

Objective, non-discriminatory only: skills/qualifications, performance (documented evidence), attendance (exclude disability/pregnancy-related absences), length of service (tiebreaker only).

NEVER select on: age, disability, pregnancy/maternity, part-time status, trade union membership.

3. At-Risk Letter Draft

"Dear [Name], I am writing to inform you that your role of [Job Title] is at risk of redundancy. This is because [specific business reason]. We would like to meet on [date] to discuss the situation and explore alternatives. You have the right to be accompanied by a colleague or trade union representative. No decision has been made. Yours sincerely, [Manager]"

4. Consultation Meeting Script

Opening: "No decision has been made. This meeting is to explain the situation and listen to your views." Key questions: Any ways to avoid this? Alternative roles of interest? Anything about selection to challenge?

5. Redundancy Confirmation Letter Draft

Issued only after genuine consultation. Must include: statutory pay calculated, notice period, payment for accrued holiday, right of appeal.

6. Statutory Redundancy Pay Guide (UK)
  • Under 22: 0.5 week per year of service
  • 22-40: 1 week per year of service
  • 41+: 1.5 weeks per year of service
  • Weekly pay capped (verify current rate)
  • Maximum 20 years counts

WARNING: Take advice from an employment lawyer or qualified HR professional before beginning any redundancy process.

Quality Checks

  • Number of roles determines consultation type (individual vs collective)
  • Selection criteria are objective and non-discriminatory
  • At-risk letter states no decision has been made
  • Consultation meeting includes genuine exploration of alternatives
  • Statutory redundancy pay guidance included
  • Legal advice disclaimer is prominent

Anti-Patterns

  • Do not proceed without a prominent disclaimer that qualified HR and legal advice is required before taking any action
  • Do not use template letters without customising them for the specific individual and situation
  • Do not omit the genuine exploration of alternatives — redundancy consultation must consider alternatives before confirming decisions
  • Do not leave out statutory redundancy pay guidance — employees have legal entitlements that must be referenced
  • Do not conduct a redundancy process without documenting the selection criteria and scoring — undocumented decisions create legal risk

Example Trigger Phrases

  • "Help me structure a redundancy consultation"
  • "Draft an at-risk letter for [role]"
  • "What is the process for making someone redundant in the UK?"
1---
2name: redundancy-consultation
3description: "Structure a redundancy consultation process and draft key communications (UK employment law focus). Use when asked to plan a redundancy process, write a redundancy letter, structure a consultation, or manage a reduction in force. Produces a structured consultation plan and draft letters; always recommends qualified HR/legal advice before proceeding."
4---
5 
6# Redundancy Consultation Skill
7 
8Structures redundancy processes and drafts communications. Significant legal and human risk — always flag that employment legal advice is essential before proceeding.
9 
10WARNING: Defaults to UK employment law (Employment Rights Act 1996). Always recommend qualified HR/legal advice before any redundancy action.
11 
12## Required Inputs
13- **Number of roles affected** (1-19 = individual; 20+ = collective consultation required)
14- **Reason for redundancy** (genuine business reason)
15- **Jurisdiction** (UK / US / EU / Other)
16- **Timeline constraints**
17- **Selection pool** (if multiple people in similar roles)
18 
19## Output Structure
20 
21### 1. Process Overview
22 
23**Individual redundancy (fewer than 20):**
24| Stage | Action | Minimum timeline |
25|---|---|---|
26| 1 | Confirm business case internally | Before any communication |
27| 2 | At-risk notification meeting | Day 1 |
28| 3 | Individual consultation | Minimum 1 meaningful meeting |
29| 4 | Redundancy confirmed or alternative found | After genuine consideration |
30| 5 | Notice period begins | Per contract |
31| 6 | Final day and payment | Per contract + statutory |
32 
33**Collective redundancy (20+ roles — UK):**
34- Minimum 45 days consultation before first dismissal
35- Must notify BEIS (HR1 form) before consultation begins
36- Employee representatives must be elected if no union recognised
37- Failure = unlimited protective award per employee
38 
39### 2. Selection Criteria (if pool exists)
40Objective, non-discriminatory only: skills/qualifications, performance (documented evidence), attendance (exclude disability/pregnancy-related absences), length of service (tiebreaker only).
41 
42NEVER select on: age, disability, pregnancy/maternity, part-time status, trade union membership.
43 
44### 3. At-Risk Letter Draft
45"Dear [Name], I am writing to inform you that your role of [Job Title] is at risk of redundancy. This is because [specific business reason]. We would like to meet on [date] to discuss the situation and explore alternatives. You have the right to be accompanied by a colleague or trade union representative. No decision has been made. Yours sincerely, [Manager]"
46 
47### 4. Consultation Meeting Script
48Opening: "No decision has been made. This meeting is to explain the situation and listen to your views."
49Key questions: Any ways to avoid this? Alternative roles of interest? Anything about selection to challenge?
50 
51### 5. Redundancy Confirmation Letter Draft
52Issued only after genuine consultation. Must include: statutory pay calculated, notice period, payment for accrued holiday, right of appeal.
53 
54### 6. Statutory Redundancy Pay Guide (UK)
55- Under 22: 0.5 week per year of service
56- 22-40: 1 week per year of service
57- 41+: 1.5 weeks per year of service
58- Weekly pay capped (verify current rate)
59- Maximum 20 years counts
60 
61---
62 
63WARNING: Take advice from an employment lawyer or qualified HR professional before beginning any redundancy process.
64 
65## Quality Checks
66 
67- [ ] Number of roles determines consultation type (individual vs collective)
68- [ ] Selection criteria are objective and non-discriminatory
69- [ ] At-risk letter states no decision has been made
70- [ ] Consultation meeting includes genuine exploration of alternatives
71- [ ] Statutory redundancy pay guidance included
72- [ ] Legal advice disclaimer is prominent
73 
74## Anti-Patterns
75 
76- [ ] Do not proceed without a prominent disclaimer that qualified HR and legal advice is required before taking any action
77- [ ] Do not use template letters without customising them for the specific individual and situation
78- [ ] Do not omit the genuine exploration of alternatives — redundancy consultation must consider alternatives before confirming decisions
79- [ ] Do not leave out statutory redundancy pay guidance — employees have legal entitlements that must be referenced
80- [ ] Do not conduct a redundancy process without documenting the selection criteria and scoring — undocumented decisions create legal risk
81 
82## Example Trigger Phrases
83- "Help me structure a redundancy consultation"
84- "Draft an at-risk letter for [role]"
85- "What is the process for making someone redundant in the UK?"
86 

Discussion