New to Claude Skills? Learn how to install them →

anthropics on GitHub

Policy Drafting

OfficialFree

Streamline your employment policy creation across jurisdictions.

Get this skill

Free · Opens the source repo

What Policy Drafting does

The Policy Drafting skill is designed to assist legal professionals and HR teams in creating comprehensive employment policies that comply with varying state laws. This skill simplifies the process of drafting a core policy while ensuring that any necessary state-specific supplements are included. By addressing jurisdictional differences, users can avoid legal pitfalls and ensure that their policies are effective and compliant with local regulations.

When using the Policy Drafting skill, users will first define the scope of the policy, including its purpose and the employee groups it will apply to. The skill then conducts a jurisdictional scan to identify any specific legal requirements that differ from state to state. This step is crucial, as employment laws can vary significantly; for instance, regulations regarding paid leave or parental leave may differ in states like California and Texas.

Once the jurisdictional requirements are identified, the skill drafts a core policy that is clear and accessible to employees. The policy is structured to include essential components such as purpose, scope, rules, processes, and points of contact for questions. After drafting the core policy, the skill generates state supplements that highlight any differences in the rules for each jurisdiction, ensuring that the final document is both comprehensive and compliant.

This skill is particularly useful for HR professionals, legal teams, and organizations with employees in multiple states. It provides a systematic approach to policy drafting that saves time and reduces the risk of legal issues arising from non-compliance with state laws.

When to use it

Use this skill when you need to draft or update an employment policy that varies by jurisdiction.

When not to use it

This skill is not suitable for drafting policies that apply uniformly across all jurisdictions or for those requiring immediate legal approval.

What you can build with it

Drafting a Remote Work Policy

When a company decides to implement remote work, this skill helps create a policy that considers state-specific regulations.

Updating Parental Leave Policies

If a company needs to update its parental leave policy due to new state laws, this skill provides the necessary state supplements.

Creating a Social Media Policy

Use this skill to draft a clear social media policy that complies with the varying laws across different states.

How to install Policy Drafting

View source

1. Install with the skills CLI

npx skills add anthropics/claude-for-legal/policy-drafting --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

/policy-drafting

  1. Load ~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md → jurisdictional footprint, handbook location.
  2. Use the workflow below.
  3. Draft core policy. Check each jurisdiction in footprint for required variants.
  4. Output: core policy + state supplements. Flag where law is currently shifting.

Matter context

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.


Purpose

A policy that's right for California may be wrong (or unnecessary) in Texas. This skill drafts a core policy and generates state supplements where the footprint requires different rules.

Load context

~/.claude/plugins/config/claude-for-legal/employment-legal/CLAUDE.md → jurisdictional footprint, handbook location and format.

Workflow

Step 1: Scope the policy

  • What's the policy for? (Remote work, parental leave, social media, etc.)
  • Why now? (Legal requirement, incident, growth, gap noticed)
  • Who does it apply to? (All employees, certain roles, certain locations)

Step 2: Jurisdictional scan

For each state/country in the footprint, check: does this jurisdiction have a specific rule on this topic?

Common topics with jurisdictional variance:

TopicVariance
Paid leaveState mandates (CA, NY, CO, WA, etc.) with different accrual rates, uses, carryover
Parental leaveState programs layer on top of FMLA (CA PFL, NY PFL, etc.)
Meal and rest breaksCA is the outlier (penalty pay); most states minimal
Expense reimbursementCA requires; most states don't
Pay transparencyGrowing list of states requiring ranges in postings
Non-competesSee hiring-review skill — unenforceable in some states
Final payTiming varies widely

If the topic has no jurisdictional variance (dress code, say), skip this step.

Step 3: Draft the core policy

One policy. Applies everywhere. Clear and readable — employees should understand it without a lawyer.

Structure:

  • Purpose (one sentence — why this policy exists)
  • Scope (who it applies to)
  • The rule (what's required/permitted/prohibited)
  • Process (how to request, who approves, what happens if)
  • Questions (who to ask)

Avoid: "heretofore," "notwithstanding," nested exceptions. This is a handbook policy, not a contract.

Step 4: State supplements

For each jurisdiction where the rule differs, a supplement:

### [State] Supplement

Employees working in [State] are subject to the following in addition to / instead of the core policy:

- [Specific difference]
- [Cite the state law if helpful]

Keep supplements tight. Only what's different — don't repeat the core.

Step 5: Cross-check

  • Does this policy conflict with anything already in the handbook?
  • Does it promise more than the company intends to deliver? (A policy is a promise — courts hold employers to handbook promises.)
  • Does it inadvertently create a contract? (Some states treat handbook policies as contractual — include the standard "this is not a contract" language if the handbook doesn't already.)

Output

# [Policy Name]

## Core Policy

[Full text]

## State Supplements

### [State 1]
[Supplement]

### [State 2]
[Supplement]

---

## Drafting Notes (internal — remove before handbook insertion)

- **Jurisdictional scan:** [which states checked, which have variance]
- **Conflicts with existing handbook:** [none | list]
- **Law currently shifting:** [any state where this is in flux]
- **Review cadence:** [when to revisit — annual, or when X happens]

Draft, not a policy in effect. This is a drafting aid for attorney review, not a policy you can publish. Publishing a handbook policy has legal consequences — in several states it can bind the company as a contractual promise, and wage/leave/accommodation policies are routinely read against the employer. A licensed attorney, solicitor, barrister, or other authorised legal professional in your jurisdiction reviews, edits as needed, and takes professional responsibility before the policy is rolled out. Do not publish or distribute this draft unreviewed.

Handoff

To handbook-updates skill: when this policy is approved, it diffs against the current handbook and flags what changes.

What this skill does not do

  • Approve the policy. It drafts; a human approves.
  • Roll out the policy. Communication to employees is an HR workflow.
  • Cover every jurisdiction on earth — only the ones in the footprint. If the footprint expands, re-run.

Frequently asked questions about Policy Drafting

Similar skills