home/productivity/batch-driver

Batch Driver

GPTClaudeDeepSeek··1,367 copies·updated 2026-07-14
batch-driver.prompt
# Batch driver — process ONE jobs.csv row per run

Tailor many jobs from one pile of JDs, **one row at a time**. The per-row loop is
deliberately *not* "do everything at once": one run = one CV, then stop. That makes
it resumable (a crash continues from the unfinished row), reviewable, and bounded
(one full Step 0–9.5 run fits comfortably in a single agent session; two do not).

Prerequisite: you've finished `BOOTSTRAP.md` (profile + master CV + family bases).

## Before the batch: automatic split + clean (once per JD pile)

Paste raw LinkedIn job pages (noise and all) into
`JOB_APPLICATIONS/_intake/jds_<Date>`, then run:

when to use it

Community prompt sourced from the open-source GitHub repo Schiao-Lee/evidence-grounded-cv-tailoring (MIT). A "Batch Driver" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Schiao-Lee/evidence-grounded-cv-tailoring · MIT