Use when migrating a French Conseil de Prud'hommes (CPH) pleading skill for gross-misconduct dismissal (licenciement pour faute grave) into the mini-claude-for-legal format. The adapter maps legacy CPH claim-drafting logic — requête, articulation des faits, qualification juridique, and demande indemnitaire — into the standard skill model under French employment law. Primary jurisdiction France; Barème Macron indemnity rules and procedural requirements of the CPH apply.
Import: Requête CPH — Licenciement pour Faute Grave (France)
What it does
This import adapter migrates a CPH pleading skill for gross-misconduct dismissal into the mini-claude-for-legal standard format. The Conseil de Prud'hommes (CPH) is the French specialised labour tribunal that handles employment disputes. A requête (claim form) is the initiating document: it sets out the parties, the facts, the legal basis, and the relief sought.
In a licenciement pour faute grave (dismissal for gross misconduct), the employer bears the burden of proving the faute grave. If the employer fails, the employee is entitled to: the notice period (préavis), the statutory dismissal indemnity (indemnité de licenciement), and damages for dismissal without cause réelle et sérieuse (under the Barème Macron scale).
Import config
Field
Source mapping
Default if absent
claim_type
Legacy type
licenciement_faute_grave_contest
party_plaintiff
Legacy demandeur
Prompt user (salarié typically)
party_defendant
Legacy défendeur
Prompt user (employeur)
faits_details
Legacy facts
Prompt user — cannot default
qualification_juridique
Legacy legal_basis
Code du Travail Art L1234-1, L1234-5, L1234-9
demande_indemnitaire
Legacy relief
Calculated from ancienneté + salaire
barème_macron
Legacy barème boolean
true
procedure_phase
Legacy phase
bureau_de_conciliation
output_format
Legacy format
requête_cph_fr
Dry-run preview
IMPORT PREVIEW — requete-CPH-licenciement-faute-grave
Source shape : CPH pleading template (faute grave)
Claim type : contest of licenciement pour faute grave
Qualification : Code du Travail Art L1234-1, L1234-5, L1234-9
Barème Macron : enabled
Procedure phase : bureau de conciliation (first phase)
Relief : [requires ancienneté + salaire input]
Output : requête_cph_fr
CPH procedure overview
The CPH process for an individual employment dispute follows these stages:
Requête — filed by the plaintiff (usually the salarié); submitted to the CPH registry; must include parties' identities, summary of facts, legal basis, and relief sought.
Bureau de conciliation et d'orientation (BCO) — compulsory conciliation hearing; parties must attend or be represented; if conciliation fails, case referred to bureau de jugement.
Bureau de jugement — full hearing before two employer-side and two employee-side judges (paritaire); written submissions and oral argument.
Délibéré et jugement — decision typically within 2–6 months of hearing; may be rendered immediately or at a later date.
Appel — appeal to Cour d'appel (chambre sociale) within 1 month of notification of judgment.
Requête: mandatory content checklist
Identification du demandeur — name, address, status (salarié)
Identification du défendeur — employer name, SIREN, registered address
Contrat de travail — type, date, classification, remuneration (reference to pay slips)
Faits — chronological narrative of: the events constituting alleged faute grave, the disciplinary procedure (convocation, entretien), and the lettre de licenciement
Contestation des motifs — legal challenge to the stated faute grave (evidence that the facts are inaccurate, insufficient for faute grave, or that procedure was defective)
Qualification juridique — application of Code du Travail
Demande indemnitaire — itemised relief (see below)
Pièces — list of supporting documents (contract, pay slips, lettre de licenciement, exchange of correspondence)
Demande indemnitaire (relief calculation)
For a successful contest of licenciement pour faute grave, the salarié claims:
Head of relief
Legal basis
Calculation
Indemnité compensatrice de préavis
Art L1234-5
Notice period × monthly gross salary
Indemnité de licenciement
Art L1234-9
Statutory formula (1/4 month per year for first 10 years; 1/3 per year thereafter)
Dommages-intérêts pour licenciement sans cause réelle
Art L1235-3 (Barème Macron)
See Barème scale by ancienneté
Indemnité de congés payés sur préavis
Art L3141-26
10% of préavis indemnity
Dommages-intérêts pour préjudice moral
Case-by-case
Discretionary (courts vary widely)
Barème Macron caps (see import-notification-licenciement for full scale): applies to the dommages-intérêts for dismissal without cause réelle et sérieuse; does NOT apply to préavis or statutory indemnity.
Common defences by the employer (anticipate and rebut)
The facts constituting faute grave are established and uncontested
The disciplinary procedure was properly followed
The proportionality of the sanction was appropriate
Prior warnings support the conclusion of faute grave
The salarié's conduct breached a clear employer policy or professional obligation
Failure modes
Error
Likely cause
Resolution
faits_vague
Source had generic "misconduct" placeholder
Flag HIGH risk; specific factual narrative required
barème_not_applied
Legacy calculated old indemnity formula
Apply Barème Macron (post-Ordonnances 2017)
préavis_missing
Source only claimed licenciement indemnity
Add préavis claim (separate head of relief for faute grave contests)
prescription_risk
Claim filed > 1 year after dismissal
Flag prescription: Art L1471-1 — 1-year limitation for dismissal claims
Related skills
[[import-notification-licenciement]]
[[draft-lettre-licenciement-fr]]
[[kb-employment-law-fr]]
[[review-employment-termination]]
[[import-legal-risk-assessment-zacharie-laik]]
1---2name: import-requete-cph-licenciement-faute-grave3description: Use when migrating a French Conseil de Prud'hommes (CPH) pleading skill for gross-misconduct dismissal (licenciement pour faute grave) into the mini-claude-for-legal format. The adapter maps legacy CPH claim-drafting logic — requête, articulation des faits, qualification juridique, and demande indemnitaire — into the standard skill model under French employment law. Primary jurisdiction France; Barème Macron indemnity rules and procedural requirements of the CPH apply.4license: MIT5---67# Import: Requête CPH — Licenciement pour Faute Grave (France)89## What it does1011This import adapter migrates a **CPH pleading skill for gross-misconduct dismissal** into the `mini-claude-for-legal` standard format. The Conseil de Prud'hommes (CPH) is the French specialised labour tribunal that handles employment disputes. A requête (claim form) is the initiating document: it sets out the parties, the facts, the legal basis, and the relief sought.1213In a licenciement pour faute grave (dismissal for gross misconduct), the employer bears the burden of proving the faute grave. If the employer fails, the employee is entitled to: the notice period (préavis), the statutory dismissal indemnity (indemnité de licenciement), and damages for dismissal without cause réelle et sérieuse (under the Barème Macron scale).1415## Import config1617| Field | Source mapping | Default if absent |18|---|---|---|19| `claim_type` | Legacy `type` | `licenciement_faute_grave_contest` |20| `party_plaintiff` | Legacy `demandeur` | Prompt user (salarié typically) |21| `party_defendant` | Legacy `défendeur` | Prompt user (employeur) |22| `faits_details` | Legacy `facts` | Prompt user — cannot default |23| `qualification_juridique` | Legacy `legal_basis` | Code du Travail Art L1234-1, L1234-5, L1234-9 |24| `demande_indemnitaire` | Legacy `relief` | Calculated from ancienneté + salaire |25| `barème_macron` | Legacy `barème` boolean | `true` |26| `procedure_phase` | Legacy `phase` | `bureau_de_conciliation` |27| `output_format` | Legacy `format` | `requête_cph_fr` |2829## Dry-run preview3031```32IMPORT PREVIEW — requete-CPH-licenciement-faute-grave33Source shape : CPH pleading template (faute grave)34Claim type : contest of licenciement pour faute grave35Qualification : Code du Travail Art L1234-1, L1234-5, L1234-936Barème Macron : enabled37Procedure phase : bureau de conciliation (first phase)38Relief : [requires ancienneté + salaire input]39Output : requête_cph_fr40```4142## CPH procedure overview4344The CPH process for an individual employment dispute follows these stages:45461. **Requête** — filed by the plaintiff (usually the salarié); submitted to the CPH registry; must include parties' identities, summary of facts, legal basis, and relief sought.472. **Bureau de conciliation et d'orientation (BCO)** — compulsory conciliation hearing; parties must attend or be represented; if conciliation fails, case referred to bureau de jugement.483. **Bureau de jugement** — full hearing before two employer-side and two employee-side judges (paritaire); written submissions and oral argument.494. **Délibéré et jugement** — decision typically within 2–6 months of hearing; may be rendered immediately or at a later date.505. **Appel** — appeal to Cour d'appel (chambre sociale) within 1 month of notification of judgment.5152## Requête: mandatory content checklist5354- [ ] **Identification du demandeur** — name, address, status (salarié)55- [ ] **Identification du défendeur** — employer name, SIREN, registered address56- [ ] **Contrat de travail** — type, date, classification, remuneration (reference to pay slips)57- [ ] **Faits** — chronological narrative of: the events constituting alleged faute grave, the disciplinary procedure (convocation, entretien), and the lettre de licenciement58- [ ] **Contestation des motifs** — legal challenge to the stated faute grave (evidence that the facts are inaccurate, insufficient for faute grave, or that procedure was defective)59- [ ] **Qualification juridique** — application of Code du Travail60- [ ] **Demande indemnitaire** — itemised relief (see below)61- [ ] **Pièces** — list of supporting documents (contract, pay slips, lettre de licenciement, exchange of correspondence)6263## Demande indemnitaire (relief calculation)6465For a successful contest of licenciement pour faute grave, the salarié claims:6667| Head of relief | Legal basis | Calculation |68|---|---|---|69| Indemnité compensatrice de préavis | Art L1234-5 | Notice period × monthly gross salary |70| Indemnité de licenciement | Art L1234-9 | Statutory formula (1/4 month per year for first 10 years; 1/3 per year thereafter) |71| Dommages-intérêts pour licenciement sans cause réelle | Art L1235-3 (Barème Macron) | See Barème scale by ancienneté |72| Indemnité de congés payés sur préavis | Art L3141-26 | 10% of préavis indemnity |73| Dommages-intérêts pour préjudice moral | Case-by-case | Discretionary (courts vary widely) |7475**Barème Macron caps** (see `import-notification-licenciement` for full scale): applies to the dommages-intérêts for dismissal without cause réelle et sérieuse; does NOT apply to préavis or statutory indemnity.7677## Common defences by the employer (anticipate and rebut)78791. The facts constituting faute grave are established and uncontested802. The disciplinary procedure was properly followed813. The proportionality of the sanction was appropriate824. Prior warnings support the conclusion of faute grave835. The salarié's conduct breached a clear employer policy or professional obligation8485## Failure modes8687| Error | Likely cause | Resolution |88|---|---|---|89| `faits_vague` | Source had generic "misconduct" placeholder | Flag HIGH risk; specific factual narrative required |90| `barème_not_applied` | Legacy calculated old indemnity formula | Apply Barème Macron (post-Ordonnances 2017) |91| `préavis_missing` | Source only claimed licenciement indemnity | Add préavis claim (separate head of relief for faute grave contests) |92| `prescription_risk` | Claim filed > 1 year after dismissal | Flag prescription: Art L1471-1 — 1-year limitation for dismissal claims |9394## Related skills9596- [[import-notification-licenciement]]97- [[draft-lettre-licenciement-fr]]98- [[kb-employment-law-fr]]99- [[review-employment-termination]]100- [[import-legal-risk-assessment-zacharie-laik]]
Run npx skillmds@latest add sboghossian-mini-claude-for-legal/import-requete-cph-licenciement-faute-grave in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Use when migrating a French Conseil de Prud'hommes (CPH) pleading skill for gross-misconduct dismissal (licenciement pour faute grave) into the mini-claude-for-legal format. The adapter maps legacy CPH claim-drafting logic — requête, articulation des faits, qualification juridique, and demande indemnitaire — into the standard skill model under French employment law. Primary jurisdiction France; Barème Macron indemnity rules and procedural requirements of the CPH apply. It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.
sboghossian (@sboghossian-mini-claude-for-legal) published this skill. Their other Agent Skills are listed on their SkillMD profile.