Tailor resumes to job descriptions using verified achievements from your lexicon - never fabricates, always traceable to source
Tailor your resume to specific job descriptions by matching verified achievements from your career lexicon to job requirements. Every statement is traceable to source—no fabrication, no exaggeration.
Core principle: Authentic alignment through verified evidence. All content must trace to lexicon sources or user-provided documents.
Announce at start: "I'm tailoring your resume using your achievement library to ensure authentic, verified alignment with this job."
Required files:
~/career-applications/[job-slug]/01-job-analysis.md (what they need)~/lexicons_llm/02_achievement_library.md (what you have)~/lexicons_llm/04_language_bank.md (how to phrase it)Missing prerequisites:
Default paths:
LEXICONS_DIR = "~/lexicons_llm/"
APPLICATIONS_DIR = "~/career-applications/"
OUTPUT_FILE_PATTERN = "{job-slug}/02-resume-tailored.md"
Startup sequence:
ls ~/career-applications/*/01-job-analysis.md | sort -r | head -1
If found: "I found your analysis of [job title]. Use this?" If not found: "No job analysis found. Options:
Analyze job description now
Specify path to existing analysis
Cancel"
Load lexicons
Read: ~/lexicons_llm/02_achievement_library.md → store in context
Read: ~/lexicons_llm/04_language_bank.md → store in context
If files not found: Error with instructions to run lexicon generator
Confirmation: "Loaded successfully:
Ready to match your achievements to job requirements."
Display job analysis summary:
Job: [Title] at [Company]
Top Requirements (from analysis):
1. [Requirement 1] - Priority: HIGH
2. [Requirement 2] - Priority: HIGH
3. [Requirement 3] - Priority: MEDIUM
Relevant sections of your achievement library:
- Section II.A: Capital Projects (3 achievements)
- Section III.A: Revenue Generation (2 achievements)
- Section IV: Academic Leadership (4 achievements)
Ask: "Ready to select specific achievements for each requirement?"
For each high-priority job requirement:
Use AskUserQuestion tool to present side-by-side comparison:
## Requirement: "Project management experience with $5M+ budgets"
From your Achievement Library (Section II.A: Capital Projects):
**Option A: Kirk Douglas Theater - $12.1M Project**
Variation 1 (Project Management Focus):
"Stewarded $12.1M adaptive reuse project from conceptual sketch through
on-time, on-budget delivery, managing all phases including budgeting,
architect selection, regulatory approvals, construction oversight, and
operational launch"
Source: achievement_library.md:338-342
Best for: PM roles, operations positions, executive leadership
Highlights: Process management, timeline adherence, comprehensive scope
Variation 2 (Financial Stewardship Focus):
"Delivered on-time, on-budget completion of $12.1M capital project,
negotiating Disposition and Development Agreement with municipality and
managing complex public-private partnership financing"
Source: achievement_library.md:348-352
Best for: CFO/finance roles, budget-conscious positions, fiscal leadership
Highlights: Fiscal responsibility, budget management, financial structuring
**Option B: Outdoor Amphitheater - 600-seat venue**
Variation 1 (Scope Focus):
"Conceived and delivered 600-seat outdoor amphitheater from design through
completion, managing vendor relationships and regulatory compliance"
Source: achievement_library.md:405-408
Best for: Smaller-scale but comprehensive project examples
Highlights: End-to-end ownership, stakeholder coordination
Which achievement and variation best demonstrates your qualifications
for this requirement?
Options:
- Kirk Douglas (Variation 1 - Project Management)
- Kirk Douglas (Variation 2 - Financial Stewardship)
- Outdoor Amphitheater (Variation 1)
- None - I'll describe a different project
Selection tracking:
selections = {
"requirement_1": {
"achievement": "Kirk Douglas Theater",
"variation": "Project Management Focus",
"source": "achievement_library.md:338-342",
"text": "[full text]"
}
}
Language selection from language bank:
The job posting uses "stewarded" 3 times. Your language bank categorizes
this under:
- Section I.A.1: Vision & Planning (Strategic Leadership)
- Usage context: Opening statements, executive-level positioning
- Frequency in your materials: Used in 60% of executive role applications
Use "stewarded" for your capital project bullets? [Yes/No]
Alternative verbs from your language bank:
- "Led" (more common, less distinctive)
- "Oversaw" (similar authority level)
- "Directed" (slightly more authoritative)
Build selection list for all requirements
Generate resume section by section
For each section (Summary, Experience, Education, Skills):
Present before/after comparison:
## Professional Experience
### Associate Producer | Center Theatre Group | 1997-2004
**Original (from your 2023 resume):**
"Led theater renovation project with team of contractors"
**Proposed (tailored for this role):**
"Stewarded $12.1M adaptive reuse project from conception through on-time,
on-budget delivery, managing cross-functional team of 50 full- and part-time
staff across design, construction, and operational launch phases"
**Source:** achievement_library.md:338 (Kirk Douglas Theater, Variation A: Project Management Focus)
**Keywords matched:**
- "stewarded" (job posting priority keyword)
- "$12.1M" (exceeds $5M+ requirement)
- "cross-functional team" (collaboration emphasis from posting)
- "on-time, on-budget" (fiscal responsibility signal)
**Does this accurately represent your experience?**
- Yes → Include as written
- No → Tell me what's inaccurate
- Adjust → What changes would make this authentic?
Rules:
Evidence tracking:
evidence_trail = {
"line_5": {
"content": "Stewarded $12.1M adaptive reuse project...",
"sources": [
"achievement_library.md:338 (Kirk Douglas, Variation A)",
"language_bank.md:192 (Strategic Leadership verbs)"
],
"keywords_matched": ["stewarded", "$12.1M", "cross-functional"],
"user_confirmed": "2025-10-31",
"accurate": True
}
}
Continue for all resume sections
Present complete draft:
# [Your Name]
[Complete tailored resume with all sections]
---
## Evidence & Source Trail
**Line 5:** "Stewarded $12.1M adaptive reuse project..."
← achievement_library.md:338 (Kirk Douglas Theater, Variation A)
← language_bank.md:192 (Strategic Leadership: Vision & Planning)
**Line 8:** "Negotiated multi-party agreement..."
← achievement_library.md:358 (Kirk Douglas Theater, Variation C)
← language_bank.md:215 (Stakeholder Engagement: Collaborative)
[... continue for all bullets ...]
---
## Verification Checklist
☐ All achievements verified from lexicon
☐ All language from language bank or user's existing materials
☐ No fabrication or exaggeration
☐ User confirms authenticity
☐ ATS keywords from job analysis incorporated
Final authenticity check:
Ask: "Does this resume feel authentic to how you describe your work?"
Wait for explicit confirmation before saving
If user has concerns:
Only save after: "Yes, this feels authentic"
Write to: ~/career-applications/[job-slug]/02-resume-tailored.md
File template:
---
job_title: [from job analysis]