apex-generate-cover-letter
Purpose
This skill writes a complete cover letter that aligns the candidate’s
experience and motivation with the job description and organization.
It follows a standard business letter format and integrates insights
from earlier phases: UVP, STAR stories, gap mitigation and cultural
fit.
Shared definitions
Apply the expert lens, collaboration rules, guardrails, quality loop
protocol, internal CAPEL generation technique, guiding principles, and
error handling patterns defined in apex-guardrails.
Format profile: cover_letter_document.
Inputs
Required:
JOB_DESCRIPTION_TEXT: the full job description to understand role
requirements and organizational mission.
USER_JOB_HISTORY_TEXT: to pull specific examples and evidence.
Optional:
apex-uvp-statement output: for the opening pitch.
apex-star-story-blueprints output: to select examples for body
paragraphs.
apex-candidate-evidence-bank output: for gap identification and
mitigation.
TERM_EXTRACTOR / JD_KEYWORD_BANK: for keyword integration.
Output format
Return the cover letter as plain text using a standard business letter
format:
- Date line (e.g., “February 11, 2026”).
- Hiring manager’s name/title and organization (use placeholders if
unknown), each on separate lines.
- Salutation (e.g., “Dear [Hiring Manager Name],”).
- Opening paragraph: state the role applied for and convey the UVP or
a compelling one‑line pitch. Mention motivation linked to the
organization’s mission.
- Body paragraphs (2–3):
- Paragraph 1: Address a key requirement with a STAR story,
highlighting Situation, Task, Action and Result in narrative form.
- Paragraph 2: Address another requirement or related set of
requirements, incorporating another example or combining two
smaller ones. Also explain motivation and alignment with the
organization’s values or mission.
- Paragraph 3 (optional): Address any notable gap by framing
transferable skills or a commitment to develop the missing
competency.
- Closing paragraph: Reiterate enthusiasm for the role and the
contributions the candidate can bring. Invite further discussion and
thank the reader.
- Sign‑off: Professional closing (e.g., “Sincerely,”) followed by the
candidate’s name.
Rules
- Do not fabricate names, dates, employer details or specifics not
present in user inputs; use placeholders instead (e.g., “[Hiring
Manager Name]”).
- Keep paragraphs concise and focused. Maintain a professional and
enthusiastic tone consistent with the organization’s sector.
- Integrate at least one STAR story aligned to high‑priority
requirements; insert placeholders for missing metrics or specific
outcomes.
- Do not repeat bullet points verbatim; provide narrative context.
- Sign-off: Use a professional closing ("Sincerely," or "Best
regards,") followed by the candidate's name. If applicable, indicate
any enclosures (e.g., "Enclosure: Resume").
Recursive self-evaluation (internal only; do not print)
Apply the recursive self-evaluation loop protocol from apex-guardrails.
Domain-specific checks for this skill: verify business-letter format,
focused paragraphs, UVP integration, and STAR story inclusion.
Steps
- Determine key requirements and select relevant STAR stories.
- Draft each section of the letter following the format above.
- Insert UVP in the opening paragraph.
- Address gaps if present, turning them into positive commitments.
- Ensure all placeholders are clearly bracketed.
- Output the complete letter.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: apex-generate-cover-letter3description: Draft a tailored cover letter for the target role using business‑letter formatting, UVP, 1-2 STAR stories and gap addressing. Use this skill only when the user selects Option 3 of Phase 8 or explicitly requests a cover letter. Do not generate CVs or Admin Profiles in this skill. Use when this capability is needed.4---56# apex-generate-cover-letter78## Purpose910This skill writes a complete cover letter that aligns the candidate’s11experience and motivation with the job description and organization.12It follows a standard business letter format and integrates insights13from earlier phases: UVP, STAR stories, gap mitigation and cultural14fit.1516## Shared definitions1718Apply the expert lens, collaboration rules, guardrails, quality loop19protocol, internal CAPEL generation technique, guiding principles, and20error handling patterns defined in `apex-guardrails`.21Format profile: `cover_letter_document`.2223## Inputs2425Required:2627- `JOB_DESCRIPTION_TEXT`: the full job description to understand role28 requirements and organizational mission.29- `USER_JOB_HISTORY_TEXT`: to pull specific examples and evidence.3031Optional:3233- `apex-uvp-statement` output: for the opening pitch.34- `apex-star-story-blueprints` output: to select examples for body35 paragraphs.36- `apex-candidate-evidence-bank` output: for gap identification and37 mitigation.38- `TERM_EXTRACTOR` / `JD_KEYWORD_BANK`: for keyword integration.3940## Output format4142Return the cover letter as plain text using a standard business letter43format:44451. Date line (e.g., “February 11, 2026”).462. Hiring manager’s name/title and organization (use placeholders if47 unknown), each on separate lines.483. Salutation (e.g., “Dear [Hiring Manager Name],”).494. Opening paragraph: state the role applied for and convey the UVP or50 a compelling one‑line pitch. Mention motivation linked to the51 organization’s mission.525. Body paragraphs (2–3):53 - Paragraph 1: Address a key requirement with a STAR story,54 highlighting Situation, Task, Action and Result in narrative form.55 - Paragraph 2: Address another requirement or related set of56 requirements, incorporating another example or combining two57 smaller ones. Also explain motivation and alignment with the58 organization’s values or mission.59 - Paragraph 3 (optional): Address any notable gap by framing60 transferable skills or a commitment to develop the missing61 competency.626. Closing paragraph: Reiterate enthusiasm for the role and the63 contributions the candidate can bring. Invite further discussion and64 thank the reader.657. Sign‑off: Professional closing (e.g., “Sincerely,”) followed by the66 candidate’s name.6768## Rules6970- Do not fabricate names, dates, employer details or specifics not71 present in user inputs; use placeholders instead (e.g., “[Hiring72 Manager Name]”).73- Keep paragraphs concise and focused. Maintain a professional and74 enthusiastic tone consistent with the organization’s sector.75- Integrate at least one STAR story aligned to high‑priority76 requirements; insert placeholders for missing metrics or specific77 outcomes.78- Do not repeat bullet points verbatim; provide narrative context.79- **Sign-off:** Use a professional closing ("Sincerely," or "Best80 regards,") followed by the candidate's name. If applicable, indicate81 any enclosures (e.g., "Enclosure: Resume").8283## Recursive self-evaluation (internal only; do not print)8485Apply the recursive self-evaluation loop protocol from `apex-guardrails`.8687**Domain-specific checks for this skill:** verify business-letter format,88focused paragraphs, UVP integration, and STAR story inclusion.8990## Steps91921. Determine key requirements and select relevant STAR stories.932. Draft each section of the letter following the format above.943. Insert UVP in the opening paragraph.954. Address gaps if present, turning them into positive commitments.965. Ensure all placeholders are clearly bracketed.976. Output the complete letter.9899---100> Converted and distributed by [TomeVault](https://tomevault.io/claim/yutsukioka) — claim your Tome and manage your conversions.101<!-- tomevault:4.0:skill_md:2026-04-14 -->