From employment-legal
Diff a proposed handbook change against the current version, flag ripple effects and state supplement impacts. Use when user says "update the handbook", "add this to the handbook", "handbook change", or has a policy ready for insertion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/employment-legal:handbook-updatesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Matter context.** Check `## Matter workspaces` in the practice-level CLAUDE.md. If `Enabled` is `✗` (the default for in-house users), skip the rest of this paragraph — skills use practice-level context and the matter machinery is invisible. If enabled and there is no active matter, ask: "Which matter is this for? Run `/employment-legal:matter-workspace switch <slug>` or say `practice-level`."...
Matter context. Check ## Matter workspaces in the practice-level CLAUDE.md. If Enabled is ✗ (the default for in-house users), skip the rest of this paragraph — skills use practice-level context and the matter machinery is invisible. If enabled and there is no active matter, ask: "Which matter is this for? Run /employment-legal:matter-workspace switch <slug> or say practice-level." Load the active matter's matter.md for matter-specific context and overrides. Write outputs to the matter folder at ~/.claude/plugins/config/claude-for-legal/employment-legal/matters/<matter-slug>/. Never read another matter's files unless Cross-matter context is on.
Handbook changes have ripple effects. Change the PTO policy and you've affected the final pay calculation, the leave policy cross-reference, and three state supplements. This skill finds the ripples before they become inconsistencies.
~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md → handbook location, state supplements list, update cadence.
Read the current handbook section. Show the diff:
- [old language]
+ [new language]
Search the handbook for references to the changed section:
Each cross-reference: does it still make sense after the change? Flag any that break.
For each state supplement in ~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md:
Is the change reducing something the old version promised?
If yes: that's a risk. Some states treat handbook policies as contractual. Reducing a benefit may need more than just updating the document — advance notice, consideration, or in some cases it can't be done retroactively.
Flag this. Don't block it — but flag it.
## Handbook Update: [Section name]
### Change
[diff]
### Cross-reference impact
| Section | References changed section | Still accurate? | Fix needed |
|---|---|---|---|
| [name] | [how] | ✅/⚠️ | [what] |
### State supplement impact
| State | Current supplement | After change | Action |
|---|---|---|---|
| [state] | [what it says] | [still valid / obsolete / needs update] | [none / update / new supplement needed] |
### Promise check
[If reducing a benefit: flag + jurisdictional risk note]
### Ready to publish
- [ ] Cross-references updated
- [ ] State supplements updated
- [ ] [If benefit reduction: notice/consideration addressed]
- [ ] Version number and date updated
- [ ] Acknowledgment process (if required)
Before publishing an updated handbook or sending it to employees: Read ## Who's using this in ~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md. If the Role is Non-lawyer:
Publishing a handbook change affects your entire workforce and can have legal consequences. It establishes (or modifies) terms of employment that may be deemed contractual or that trigger compliance obligations. Have you reviewed this with an attorney? If yes, proceed. If no, here's a brief to bring to them:
- What changed and why (cost savings, legal requirement, policy refinement, etc.)
- Whether this change reduces, maintains, or improves employee benefits or protections
- If reducing a benefit (PTO, insurance, severance, leave policy, etc.) — what is the legal notice required, what is the effective date, and do existing employees need consent or consideration?
- Whether the change affects different employee populations differently (e.g., remote vs. in-office, unionized vs. non-union, different states/countries)
- Whether the change triggers any regulatory notice requirement (state leave laws, federal WARN Act if relevant, union notification if applicable)
- Whether the change could be perceived as retaliatory or discriminatory against a protected class or individual
- State-specific risks (some states, like California, limit reductions in handbook-promised benefits and may imply a contract from a handbook policy)
- What could go wrong (wage claims, misclassification claims, regulatory audit of the accuracy of the handbook vs. actual practice, grievances)
- What to ask the attorney (is this change legally enforceable; do we need employee acknowledgment; should we phase it in; should we offer something in exchange for the change)
If you need to find a lawyer: the OAB (Ordem dos Advogados do Brasil) seccional of your estado is the starting point — its service for referral or the local subsecção can point you to counsel. (For a US or multi-country policy: contact the bar or professional body in the relevant jurisdiction.)
Do not publish a final handbook change past this gate without an explicit yes. A marked-DRAFT for attorney review is fine.
npx claudepluginhub bossmann007/claude-legal-br --plugin employment-legalGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.