Recruiting sourcing planner
Skill spiralcrew-ou/profilespider-agent-skills/recruiting-sourcing-planner
24 free SKILL.md skills for Claude Code & compatible agents: qualify leads, research companies, clean lists.
npx -y skills add spiralcrew-ou/profilespider-agent-skills --skill recruiting-sourcing-plannerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Converts a job description into a structured candidate-sourcing workflow. Use when the user provides a role and wants candidate criteria, search terms, source recommendations, and a screening process. Must avoid sourcing on sensitive personal attributes.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.1 KB, as published. Nobody here has run it
Recruiting Sourcing Planner
Purpose
Convert a job description into a structured candidate-sourcing workflow.
When to use this skill
- Kicking off a new requisition
- Turning a role into Boolean search terms
- Choosing where to source candidates
- Standardizing first-pass screening
When not to use this skill
- You have no job description or criteria
- You want to filter on protected characteristics (never do this)
- You need the sourcing executed now
Required inputs
- A job description
Optional inputs
- Must-have vs nice-to-have skills
- Locations or work authorization
- Target companies
Rules
- Base criteria and terms on professional requirements only.
- Do not infer health, religion, ethnicity, sexual orientation, political affiliation, or other sensitive personal attributes.
- Make exclusion criteria professional and explicit.
- Recommend accessible, public sources.
- Keep screening consistent across candidates.
Process
- Parse the job description.
- Define candidate criteria and profile types.
- Draft search terms.
- Recommend sources and screening fields.
- Define exclusions and a review process.
Output format
Return a sourcing workflow with the following fields:
- candidate_criteria
- target_profile_types
- search_terms
- source_recommendations
- screening_fields
- exclusion_criteria
- review_process
Validation
- Confirm criteria are professional, not personal.
- Confirm search terms reflect requirements.
- Confirm the review process is consistent.
Limitations
- Sourcing plans depend on candidate availability.
- Search terms may need iteration per platform.