job-description-writer
Create inclusive, clear, and compelling job descriptions that attract diverse talent. Use this skill when writing new job postings, updating existing JDs, or improving hiring content. Activate when: job description, JD, job posting, hiring, role description, position opening, write JD.
What this skill does
# Job Description Writer **Create inclusive, compelling job descriptions that attract top talent.** ## When to Use - Writing a new job description - Updating an existing role posting - Making JDs more inclusive - Optimizing for applicant conversion - Ensuring compliance with hiring laws ## Job Description Structure ### Essential Sections ```markdown # [Role Title] ## About the Role [2-3 sentences on impact and team context] ## What You'll Do - [Responsibility 1 - action verb + outcome] - [Responsibility 2] - [Responsibility 3] - [4-6 total responsibilities] ## What You'll Bring **Required:** - [Must-have skill/experience 1] - [Must-have skill/experience 2] - [Keep to 4-5 truly required items] **Nice to Have:** - [Preferred but not required 1] - [Preferred but not required 2] ## What We Offer - [Compensation range] - [Key benefits] - [Growth opportunities] ## About Us [Brief company description + culture] ``` ## Inclusive Language Guidelines ### Avoid Gendered Language | Avoid | Use Instead | |-------|-------------| | "He will manage..." | "You will manage..." | | "Manpower" | "Workforce" or "Team" | | "Chairman" | "Chair" or "Chairperson" | | "Rockstar/Ninja/Guru" | "Expert" or "Specialist" | ### Avoid Exclusionary Terms | Avoid | Why | Use Instead | |-------|-----|-------------| | "Young and energetic" | Age discrimination | "Motivated" | | "Digital native" | Age bias | "Proficient with technology" | | "Culture fit" | Can mask bias | "Values alignment" | | "Must have 10+ years" | Often unnecessary | "Significant experience in..." | ### Reduce Unnecessary Requirements **Before (exclusionary):** ``` Requirements: - Bachelor's degree required - 5+ years experience required - Must be willing to work 60+ hours ``` **After (inclusive):** ``` Requirements: - Bachelor's degree or equivalent experience - Demonstrated expertise in [skill] - Ability to meet project deadlines with occasional extended hours ``` ## Role-Specific Templates ### Engineering Role ```markdown ## What You'll Do - Design and implement [specific systems/features] - Collaborate with [teams] to deliver [outcomes] - Mentor junior engineers and contribute to technical decisions - Participate in code reviews and improve engineering practices ## What You'll Bring **Required:** - Strong programming skills in [languages] - Experience building [type of systems] - Ability to break down complex problems - Clear communication skills **Nice to Have:** - Experience with [specific technology] - Contributions to open source - Background in [related domain] ``` ### Non-Technical Role ```markdown ## What You'll Do - Lead [function] initiatives that support [business goal] - Partner with [stakeholders] to [achieve outcome] - Develop and maintain [processes/relationships] - Track and report on [metrics] ## What You'll Bring **Required:** - Experience in [function/industry] - Strong analytical and communication skills - Ability to manage multiple priorities - Collaborative approach to problem-solving ``` ## Compensation Transparency ### Best Practices ```markdown ## Compensation - Base salary: $X - $Y (based on experience and location) - Equity: [X shares / $Y value] - Bonus: Up to X% of base salary - Benefits: Health, dental, vision, 401k matching Location: [Remote / Hybrid / On-site in City] ``` ### Legal Requirements by Location | Location | Requirement | |----------|-------------| | California | Must include salary range | | Colorado | Must include salary range | | New York City | Must include salary range | | Washington | Must include salary range | | Connecticut | Must provide on request | ## Quality Checklist - [ ] Role title is clear and searchable - [ ] Responsibilities focus on outcomes, not tasks - [ ] Requirements distinguish must-have vs nice-to-have - [ ] Language is gender-neutral - [ ] No unnecessary degree requirements - [ ] Years of experience are reasonable - [ ] Salary range is included (where required) - [ ] Company culture is authentically represented - [ ] Application process is clear ## SEO Optimization ### Title Best Practices - Use standard job titles (searchable) - Include level (Senior, Lead, Principal) - Avoid internal jargon **Good:** "Senior Software Engineer - Backend" **Bad:** "Code Wizard Level III" ### Keywords to Include - Role-specific skills - Industry terms - Tools and technologies - Team/department name ## Best Practices 1. **Lead with impact** - What will this person accomplish? 2. **Be specific** - Vague JDs attract vague candidates 3. **Keep it scannable** - Bullets, not paragraphs 4. **Show growth** - Where can this role lead? 5. **Be honest** - Overselling leads to turnover 6. **Update regularly** - Stale JDs attract wrong candidates
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.