Semantius Logo
ATS May 27, 2026

ATS-TALENT-POOLS

Curated candidate groupings for nurture and pipeline-building (`talent_pools`). Embedded-masters `candidates`; deployed alone, materializes a thin candidate shell. Mirrors standalone talent-acquisition CRM products.

Use the ATS-TALENT-POOLS semantic blueprint

/semantic-model-deployer deploy https://www.semantius.com/blueprints/ats-talent-pools-semantic-blueprint.md

Customize this ATS-TALENT-POOLS blueprint

/semantic-model-analyst customize https://www.semantius.com/blueprints/ats-talent-pools-semantic-blueprint.md

Entity summary

Name Description
Talent Pools Curated segment or pipeline of candidates kept warm for future roles (e.g. silver medallists, alumni, target-school grads, hard-to-fill skill clusters).
Candidates Person known to the recruiting org, with or without an active application. Carries contact details, resume, tags, GDPR consent, and source. Distinct from Employee until hired.
flowchart TD
  classDef master fill:#d4f4dd,stroke:#27ae60,color:#0b3d20;
  classDef embedded_master fill:#fff4cc,stroke:#c79100,color:#5b4500;
  talent_pools["Talent Pools"]
  candidates["Candidates"]
  talent_pools -->|"groups"| candidates
  class talent_pools master;
  class candidates embedded_master;