Generates a tailored PDF resume against a specific JD using Playwright to render markdown through a clean typographic template. The output is structurally simple — no tables, no columns, no graphics — exactly what ATS parsers handle reliably.
What it does
pdf mode reads your master cv.md, the JD context, and runs the tailor step (rewriting bullets, reordering sections, integrating priority keywords) before exporting to PDF via Playwright with a CSS template that respects ATS parser conventions. The result is upload-ready.
When to use it
Use pdf when you have already evaluated the listing and decided to apply, and want only the tailored PDF without re-running the evaluation step.
Example
`/career-ops pdf` referencing an evaluated listing — output is `cv-<company>.pdf` in reports/.Gotchas
Requires Playwright installed locally. The build script may fail on minimal Linux installs missing system fonts. Run npm run doctor to diagnose.
Related
interview-prep
Post-#489 the interview-prep mode splits by interview round type: recruiter screen, hiring manager, peer technical, and panel. Each variant produces a focused prep doc with likely questions, talking points, and STAR-format stories from your profile.
training
Should you take that $4,000 ML systems course? The Coursera specialization? The expensive AWS certification? training mode scores a learning investment against your stated career direction and surfaces the actual return on time and money.