AIDA Resume Generation Kit — Matty Whalley
Resume: 2026 08 04 04 Matty Whalley Salesforce Technical Architect Resume

This zip has two things:
  1. 2026 08 09 Matty Whalley 2026 08 04 04 Matty Whalley Salesforce Technical Architect Resume Resume Text.txt — the resume's extracted text (raw source content).
  2. resume_kit.js — the script that renders the final docx/PDF/ATS-txt files.

resume_kit.js only RENDERS. It does not draft content. Before running it, the
resume text needs to be turned into a structured resume_data.json (summary,
competencies, experience bullets, education, cover letter, etc.) — see
example_resume_data.json for the exact shape. That drafting/tailoring step is
judgment work; the fastest path is bringing this text into a Claude
conversation and asking it to draft resume_data.json in that shape, following
AIDA's Custom Resume Kit procedure (Large House Blend and Pastry, SIMPLE
mode — no job posting, just the standard resume + cover letter package).

Once resume_data.json exists:
  npm install docx
  node resume_kit.js --data resume_data.json --outdir ./output

Note: the PDF conversion step in resume_kit.js shells out to LibreOffice
(soffice) and poppler-utils (pdfinfo/pdftotext). Without those installed
locally, the docx and ATS .txt outputs will still generate, but PDF
conversion will fail.
