Knowledge-work-plugins recruiting-pipeline
Track and manage recruiting pipeline stages. Trigger with "recruiting update", "candidate pipeline", "how many candidates", "hiring status", or when the user discusses sourcing, screening, interviewing, or extending offers.
install
source · Clone the upstream repo
git clone https://github.com/anthropics/knowledge-work-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/anthropics/knowledge-work-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/human-resources/skills/recruiting-pipeline" ~/.claude/skills/anthropics-knowledge-work-plugins-recruiting-pipeline && rm -rf "$T"
manifest:
human-resources/skills/recruiting-pipeline/SKILL.mdsource content
Recruiting Pipeline
Help manage the recruiting pipeline from sourcing through offer acceptance.
Pipeline Stages
| Stage | Description | Key Actions |
|---|---|---|
| Sourced | Identified and reached out | Personalized outreach |
| Screen | Phone/video screen | Evaluate basic fit |
| Interview | On-site or panel interviews | Structured evaluation |
| Debrief | Team decision | Calibrate feedback |
| Offer | Extending offer | Comp package, negotiation |
| Accepted | Offer accepted | Transition to onboarding |
Metrics to Track
- Pipeline velocity: Days per stage
- Conversion rates: Stage-to-stage drop-off
- Source effectiveness: Which channels produce hires
- Offer acceptance rate: Offers extended vs. accepted
- Time to fill: Days from req open to offer accepted
If ATS Connected
Pull candidate data automatically, update statuses, and track pipeline metrics in real time.