lawve-ai/employment-law-research
Research a US employment law topic across federal, state, and city jurisdictions and produce structured research notes with proper source attribution. Use this skill any time the user asks about US employment laws, regulations, or pending legislation - from a single jurisdiction question to a 50-state survey. Triggers include phrases like "research [employment law topic]", "what are the laws on [employment topic]", "state-by-state [employment topic]", "help me understand [topic] across the US", or any prompt that asks for a legal landscape overview before another deliverable. Always run this BEFORE the employment-law-dashboard skill if a dashboard is the eventual output. Output is a structured research note that distinguishes primary sources (statutes, regs, agency guidance) from secondary sources (law firm alerts, tracker orgs).
npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill employment-law-research
This skill produces a structured research brief on a specific area of US employment law. The note is the input for downstream work like building a dashboard, writing a memo, or briefing a stakeholder. The most important thing the skill does is enforce a clean separation between primary-source claims (the statute says X) and secondary-source claims (Cooley wrote about it last week).
Assume the audience is practicing lawyers.
Use this skill standalone when the user just wants research, OR as the first step before the employment-law-dashboard skill. If a dashboard is the eventual deliverable, complete this skill's workflow first and save the research note before invoking the dashboard skill.
The skill should fire whenever a user asks for research, comparison, or landscape on a US employment law topic. Examples:
Before doing any web searches, lock down three things with the user:
For dashboard prerequisites, you can usually inherit scope from the dashboard request directly without a separate clarification round.
Before searching, read references/source-policies.md. This is the load-bearing constraint of the skill. It explains which kinds of statements need primary sources only, and which can use reputable secondary sources. Apply it as you research, not just at writeup time — if you find yourself reaching for a secondary source for a statutory claim, push back to the primary source.
Use available web search and fetch tools. Cover the layers in this order:
a. Federal layer
uscode.house.gov or gpo.gov. For regulations, the Code of Federal Regulations on ecfr.gov. For agency guidance, the agency's own .gov site.b. State and city enacted laws
.gov domain. NYC laws are at codelibrary.amlegal.com/codes/newyorkcity and rules.cityofnewyork.us. State laws live on the state legislature site (e.g., ilga.gov, leg.colorado.gov, capitol.texas.gov).c. Pending bills
d. Litigation
Cover litigation at both the federal level and within the states. Only include cases that meaningfully shape the landscape. The bar: would a practitioner advising on this topic need to know about this case? Skip routine litigation.
Cases worth including:
For each case capture: case name, court, docket or citation, current status (pending, decided, on appeal, enjoined, settled), and a one-sentence framing of what it does to the law.
Primary citations: link to the court's docket page, the official opinion (CourtListener, PACER, or the court's own site), or the agency adjudication page. Coverage of the case from a law firm alert is Bucket B and belongs under "Recent reporting," not here.
e. Multi-state trackers
f. Recent reporting
For every statement in the research note, classify it as Bucket A (primary-source-only) or Bucket B (secondary-source-welcome) per references/source-policies.md. Reject any Bucket A claim that lacks a primary citation. If you can't find one, that's a signal that the claim is wrong, oversimplified, or you're confusing two regimes.
Common failure modes:
Save the output as a single markdown file. Use this exact structure:
# [Topic] — US Employment Law Research
**Scope:** [topic, jurisdictions covered, recency window]
**Summary:** [brief overview of the main findings]
**Compiled:** [date]
## Federal layer
[Statutes / regs / EOs / agency guidance / pending federal action]
[Primary citations]
## Enacted laws by jurisdiction
For each jurisdiction (in alpha order, or grouped state/city):
### [Jurisdiction name]
- **Law:** [Codified citation; bill number in parens if helpful]
- **Effective date:**
- **Covered employers:**
- **Key obligations:** [notice / audit / disparate impact / anti-discrimination / etc.]
- **Enforcement:** [agency, private right of action, penalties, cure period]
- **Citations:** [primary sources only]
## Pending bills
- **Approximate count:** [N states] (cite tracker)
- **Notable pending bills:**
- [Bill] — [State] — [status] — [link]
## Litigation
For each case worth including (federal or state):
### [Case name]
- **Court:** [court level and jurisdiction; docket or citation]
- **Status:** [pending / decided / on appeal / enjoined / settled]
- **What it does:** [one-sentence framing of effect on a statute or obligation in scope]
- **Citations:** [court docket or official opinion link]
## Resources
### Multi-state trackers
- **[Org name]** — [tracker title] — [URL] — [update cadence] — [why useful]
- ... 2-4 entries
### Recent reporting
#### Enacted laws
- **[Source]** — [date] — [title] — [URL] — [one-sentence framing]
- ... 3-5 entries
#### Pending bills
- **[Source]** — [date] — [title] — [URL] — [one-sentence framing]
- ... 1-3 entries
## Open questions / things to watch
[Items the user may want to monitor; uncertainties; unresolved interpretations]
Before handing off, read references/verification.md and run the checklist against the research note. Fix anything that fails. The verification pass catches claims that slipped through without primary sourcing, stale tracker citations, bill-vs-statute slips, and superseded litigation.
Save the file in the user's workspace folder so they can read it and refer back. If this research is feeding into a dashboard, point the user to the employment-law-dashboard skill as the next step and tell them where you saved the research note.
Take lawve-ai/employment-law-research from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.