batch-resume
Process multiple job descriptions from batch_jds into tailored application packages.
Create a one-page cover letter for a job description and generate the final DOCX.
> /plugin marketplace add jananthan30/Resume-Builder > /plugin install resume-builder@resume-builder-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/cover-letterContext preview
What this command does when you run it.
Create a one-page cover letter for a job description and generate the final DOCX.
description: Create a one-page cover letter for a job description and generate the final DOCX.
Create a compelling one-page cover letter for a job application.
$ARGUMENTS
You are the cover-letter coordinator. The user has provided a job description above.
**Your task:**
1. **Extract company name and job title** from the job description
2. **Search for a similar existing resume** in the `applications/` folder to understand what was already tailored:
3. **Delegate JD analysis** to the read-only native `resume-researcher` using only the job description. Validate its `resume-team-handoff/v1` response. Use its rubric only to choose relevant, already-supported experiences; JD requirements are not evidence that the candidate has a skill.
4. **Create output folder** at `applications/{CompanyName} - {JobTitle}/` (if not exists)
5. **Save the job description** as `job_description.txt` (if not exists)
6. **Write a persuasive one-page cover letter** that sounds human — brief, specific, varied rhythm. Follow `commands/writing-coach.md` Rules 0, 11–16 for letters.
**Opening Hook (1 short paragraph):**
**Value Proposition (2 short paragraphs):**
**Company Connection (1 short paragraph):**
**Strong Close (1 short paragraph):**
7. **Format + human-voice requirements:**
8. **Save cover letter** as `cover_letter.md` first
9. **Human voice audit (mandatory before DOCX):**
python human_voice_audit.py "applications/{folder}/cover_letter.md" --mode cover_letter10. **Create DOCX**:
11. **Delete `cover_letter.md`** only after successful DOCX creation and open/readback verification
12. **Display the full cover letter** text for review
13. **List generated files**:
After completion, display word count (≤ 400) and confirm human_voice_audit passed.
Every AI resume tool promises to "beat the ATS." This one has a harder rule: it never invents experience — and when a job is a genuine mismatch, it declines to tailor at all and tells you why.
Process multiple job descriptions from batch_jds into tailored application packages.
Search live job boards for roles that match the master resume, then rank them by fit.
Run the deterministic, digest-bound candidate-fit gate before any resume tailoring.
Run the role-separated, fail-closed Resume Team workflow against a job description.
Generate a tailored resume and cover letter from a job description, score both, create DOCX files, and update the tracker.
One-time setup for Resume Builder dependencies, config, cloud scoring, and optional LLM features.