apex-jd-core-requirements
Purpose
This skill analyzes the job description and requirements to extract
the most critical skills, experiences and qualifications. These
requirements form the foundation for evidence mapping, keyword strategy, and tailoring writing.
This skill also flags explicit knockout/eligibility criteria (when present), since these are
often used as automated screening requirements.
Apply the expert lens, collaboration rules, guardrails, quality loop
protocol, and guiding principles defined in apex-guardrails.
Inputs
Required:
JOB_DESCRIPTION_TEXT: the role’s duties and responsibilities.
Optional:
JOB_REQUIREMENT_TEXT: any additional listed qualifications.
TERM_EXTRACTOR: to note star ratings for important terms.
Output format
Return the following sections in a Markdown
Knockout / Eligibility Criteria (if explicitly stated)
- Education:
- Minimum years of experience:
- Languages:
- Other (licenses, certifications, nationality, security clearance, etc.):
If a category is not stated, write "Not explicitly stated."
Core Requirements (Top 5–7)
For each requirement include:
- Requirement: A concise phrasing of the requirement.
- Why it is core: A brief explanation referencing where it appears in the JD (no long quotes).
- Star weight: From
TERM_EXTRACTOR if applicable; otherwise indicate “not starred / unknown”.
- Evidence signals to look for: 2–4 examples of what would count as strong evidence (e.g., “authored donor reports”, “managed USD budget”, “supervised X staff”)
Supervision / Management Signals (if stated or strongly implied)
Summarize whether the JD emphasizes:
- supervisory responsibilities,
- team leadership,
- direct reports,
- budget/resource accountability,
- inter-agency coordination.
If not present, write "Not emphasized in JD."
Selection rules
- Prioritize required/essential language and repeated duties which are central to the role title and top duties.
- Include gatekeeping qualifications (e.g., degree, years of experience, certifications) when explicitly stated.
- Include supervision/management responsibility as a core requirement if emphasized.
- Exclude generic behavioral competencies unless they are explicitly central and repeated in the JD.
Steps
- Scan the JD and requirements to extract 10-15 candidate requirements.
- Identify any explicit knockout criteria (education, years, languages, etc.).
- Score each candidate requirement internally (do not print) for:
a. Gatekeeping? Is it stated as "required" or "essential"?
b. Repetition? How many times does it appear across JD sections?
c. Role centrality? Is it directly tied to the role title or
top-listed duties?
d. Star weight? Does it allign with
TERM_EXTRACTOR high-priority terms (if available)
- Select the top 5–7 requirements, ensuring coverage across
- technical/functional domain,
- skills
- key deliverables,
- stakeholder coordination,
- tools/systems (if central),
supervision/management (if relevant),
- compliance/policy (if relevant),
- UN frameworks,
- high‑impact duties.
- Output in the required format.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: yutsukioka-un-job-application-helper-apex-jd-core-requiremen3description: apex-jd-core-requirements4---56# apex-jd-core-requirements78## Purpose910This skill analyzes the job description and requirements to extract11the most critical skills, experiences and qualifications. These12requirements form the foundation for evidence mapping, keyword strategy, and tailoring writing.1314This skill also flags explicit knockout/eligibility criteria (when present), since these are15often used as automated screening requirements.1617Apply the expert lens, collaboration rules, guardrails, quality loop18protocol, and guiding principles defined in `apex-guardrails`.1920## Inputs2122Required:2324- `JOB_DESCRIPTION_TEXT`: the role’s duties and responsibilities.2526Optional:2728- `JOB_REQUIREMENT_TEXT`: any additional listed qualifications.29- `TERM_EXTRACTOR`: to note star ratings for important terms.3031## Output format3233Return the following sections in a Markdown3435## Knockout / Eligibility Criteria (if explicitly stated)36- Education:37- Minimum years of experience:38- Languages:39- Other (licenses, certifications, nationality, security clearance, etc.):4041If a category is not stated, write "Not explicitly stated."4243## Core Requirements (Top 5–7)44For each requirement include:45- **Requirement:** A concise phrasing of the requirement.46- **Why it is core:** A brief explanation referencing where it appears in the JD (no long quotes).47- **Star weight:** From `TERM_EXTRACTOR` if applicable; otherwise indicate “not starred / unknown”.48- **Evidence signals to look for:** 2–4 examples of what would count as strong evidence (e.g., “authored donor reports”, “managed USD budget”, “supervised X staff”)4950## Supervision / Management Signals (if stated or strongly implied)51Summarize whether the JD emphasizes:52- supervisory responsibilities,53- team leadership,54- direct reports,55- budget/resource accountability,56- inter-agency coordination.5758If not present, write "Not emphasized in JD."5960## Selection rules6162- Prioritize required/essential language and repeated duties which are central to the role title and top duties.63- Include gatekeeping qualifications (e.g., degree, years of experience, certifications) when explicitly stated.64- Include supervision/management responsibility as a core requirement if emphasized.65- Exclude generic behavioral competencies unless they are explicitly central and repeated in the JD.6667## Steps68691. Scan the JD and requirements to extract 10-15 candidate requirements.702. Identify any explicit knockout criteria (education, years, languages, etc.).713. Score each candidate requirement internally (do not print) for:72 a. **Gatekeeping?** Is it stated as "required" or "essential"?73 b. **Repetition?** How many times does it appear across JD sections?74 c. **Role centrality?** Is it directly tied to the role title or75 top-listed duties?76 d. **Star weight?** Does it allign with `TERM_EXTRACTOR` high-priority terms (if available)773. Select the top 5–7 requirements, ensuring coverage across78 - technical/functional domain,79 - skills80 - key deliverables,81 - stakeholder coordination,82 - tools/systems (if central),83 supervision/management (if relevant),84 - compliance/policy (if relevant),85 - UN frameworks,86 - high‑impact duties.874. Output in the required format.8889---90> Converted and distributed by [TomeVault](https://tomevault.io/claim/yutsukioka) — claim your Tome and manage your conversions.91<!-- tomevault:4.0:skill_md:2026-04-14 -->