feat(input): add initial templates and prompt

This commit is contained in:
2025-10-15 14:39:21 -05:00
parent 88f4771d58
commit 362e91eaba
3 changed files with 38 additions and 0 deletions

12
input/codex-prompt.md Normal file
View File

@@ -0,0 +1,12 @@
I need you to customize my resume for this job description:
. “Act like a recruiter in information technology. Whats missing from this résumé that would stop you from reaching out?”
. “Rewrite my résumé summary to feel confident, clear, and tailored to this job: [paste job description].”
. “Turn these bullet points into achievement-focused statements. Add metrics wherever possible.”
. “Help me reframe a 2-year career gap as growth, not failure.”
. “Add ATS keywords from this job post without sounding robotic.”
. “Format this résumé so its easy to scan, clean to read, and works on any system.”
. “Write a short, punchy message I can DM a hiring manager. No desperation, just value.”

Binary file not shown.

View File

@@ -0,0 +1,26 @@
\documentclass[11pt,a4paper]{article}
\usepackage[margin=1in]{geometry}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{parskip}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
% Pandoc provides \tightlist in its default template; define here for custom template
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
% Section formatting
\titleformat{\section}{\large\bfseries}{}{0em}{}[\titlerule]
\titleformat{\subsection}{\normalsize\bfseries}{}{0em}{}
% Bullet formatting
\setlist[itemize]{noitemsep,topsep=0pt,left=1em}
% No page numbers
\pagenumbering{gobble}
\begin{document}
$body$
\end{document}