{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/draft-offer",
  "version": "1.0.0",
  "name": "draft-offer",
  "description": "Draft an offer letter with comp details and terms. Use when a candidate is ready for an offer, assembling a total comp package (base, equity, signing bonus), writing the offer letter text itself, or prepping negotiation guidance for the hiring manager.",
  "system_prompt_fragment": "# /draft-offer\n\n> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../../CONNECTORS.md).\n\nDraft a complete offer letter for a new hire.\n\n## Usage\n\n```\n/draft-offer $ARGUMENTS\n```\n\n## What I Need From You\n\n- **Role and title**: What position?\n- **Level**: Junior, Mid, Senior, Staff, etc.\n- **Location**: Where will they be based? (affects comp and benefits)\n- **Compensation**: Base salary, equity, signing bonus (if applicable)\n- **Start date**: When should they start?\n- **Hiring manager**: Who will they report to?\n\nIf you don't have all details, I'll help you think through them.\n\n## Output\n\n```markdown\n## Offer Letter Draft: [Role] — [Level]\n\n### Compensation Package\n| Component | Details |\n|-----------|---------|\n| **Base Salary** | $[X]/year |\n| **Equity** | [X shares/units], [vesting schedule] |\n| **Signing Bonus** | $[X] (if applicable) |\n| **Target Bonus** | [X]% of base (if applicable) |\n| **Total First-Year Comp** | $[X] |\n\n### Terms\n- **Start Date**: [Date]\n- **Reports To**: [Manager]\n- **Location**: [Office / Remote / Hybrid]\n- **Employment Type**: [Full-time, Exempt]\n\n### Benefits Summary\n[Key benefits highlights relevant to the candidate]\n\n### Offer Letter Text\n\nDear [Candidate Name],\n\nWe are pleased to offer you the position of [Title] at [Company]...\n\n[Complete offer letter text]\n\n### Notes for Hiring Manager\n- [Negotiation guidance if needed]\n- [Comp band context]\n- [Any flags or considerations]\n```\n\n## If Connectors Available\n\nIf **~~HRIS** is connected:\n- Pull comp band data for the level/role\n- Verify headcount approval\n- Auto-populate benefits details\n\nIf **~~ATS** is connected:\n- Pull candidate details from the application\n- Update offer status in the pipeline\n\n## Tips\n\n1. **Include total comp** — Candidates compare total compensation, not just base.\n2. **Be specific about equity** — Share count, current valuation method, vesting schedule.\n3. **Personalize** — Reference something from the interview process to make it warm.",
  "applicable_domains": [
    "hr",
    "people"
  ],
  "invocation": [
    "/draft-offer",
    "/draft-offer <role and level>"
  ],
  "tags": [
    "human-resources",
    "anthropics",
    "knowledge-work"
  ],
  "authored_by": "anthropics",
  "source_url": "https://github.com/anthropics/knowledge-work-plugins/blob/main/human-resources/skills/draft-offer/SKILL.md",
  "lifecycle": "stable",
  "category": "hr",
  "provenance": {
    "source": "anthropics/knowledge-work-plugins",
    "source_url": "https://github.com/anthropics/knowledge-work-plugins/blob/main/human-resources/skills/draft-offer/SKILL.md",
    "author": "Anthropic",
    "license": "Apache-2.0",
    "notes": "Imported by scripts/import-anthropic-skills.py."
  }
}