Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.47 KB

File metadata and controls

32 lines (27 loc) · 2.47 KB

Modes

Markdown prompts used together with the root AGENTS.md. Each file aligns with a /job-forge … entry point or shared behavior described there.

  • _shared.md — Archetypes, scoring dimensions, negotiation scaffolding. Edit this first when you change how offers are classified or weighted.
  • reference-local-helpers.md — On-demand map of deterministic local helpers and when they replace prose, broad file reads, or manual policy checks.
  • Per-command files — Each *.md here pairs with a /job-forge … entry in AGENTS.md. How modes connect to batch, tracker, and scripts is spelled out in Architecture — Modes.
File Role
_shared.md Shared archetypes, scoring, negotiation scaffolding
reference-local-helpers.md Deterministic helper selection, mandatory uses, and integration enforcement
auto-pipeline.md Default path when the user pastes a JD or URL — full evaluate → report → PDF → tracker flow
offer.md Explicit full evaluation (blocks A–F) for a single offer
compare.md Side-by-side comparison of multiple offers
contact.md LinkedIn or email outreach drafts
deep.md Deeper company / role research
pdf.md Tailored CV and PDF generation
training.md Evaluate a course, cert, or learning path
project.md Evaluate a portfolio project for job fit
tracker.md Application tracker hygiene and status questions
apply.md Application forms and long-form answers
scan.md Portal and job-board scanning
pipeline.md Work through pending URLs in data/pipeline.md
batch.md Batch evaluation workflow and TSV-oriented runs
followup.md What to follow up on next
rejection.md Log or process a rejection
negotiation.md Offer received — negotiation framing

To tailor profile-driven settings, portals, and templates, see docs/CUSTOMIZATION.md.

Contributors: see CONTRIBUTING.md for branch workflow and the npm run verify gate; prefer one cohesive change per PR (for example a single mode or updates under _shared.md only).