AI with Michal

Cursor for Recruiting Operators

Michal Juhas · About 15 min read · Last reviewed May 7, 2026

For TA leaders, TA ops, and sourcers who already keep rubrics, scorecards, or prompt packs in Git (or want to) and need search, refactors, and line-by-line review instead of one endless chat thread. You will know when Cursor earns a seat next to ChatGPT, Claude, or Gemini, and how to run one safe file workflow without treating the repo like a second ATS. About 15 minutes to read.

Overview

Primary intent: use Cursor (an AI-native editor built on the VS Code stack) as of early 2026 to author and refactor recruiting artefacts as files: Markdown rubrics, intake templates, prompt libraries, and small internal specs. The win is repo context (neighbouring files, rules, search) plus visible diffs, not a prettier chat bubble.

Cursor fits when your organisation already treats playbooks like code: branches, pull requests, and a single source of truth. It is a weak first purchase if everything still lives in email attachments and ad-hoc chat; in that pattern, pilot ChatGPT or Claude first, then return when you are ready to standardise headings in a folder.

If your question is which surface to standardise on, read How it compares to similar tools below, then follow Practical steps with one Markdown rubric before you invite the wider team.

Side-by-side tool notes: ChatGPT for TA, Claude for TA, Gemini for TA, n8n for TA. Browse the full tools directory.

What recruiters use it for

  • Maintain prompt packs and scoring rubrics as Markdown with version history, so every intake for the same archetype reuses the same headings.
  • Refactor a messy rubric: tighten bullets, split evidence versus inference, and keep a stable table shape hiring managers recognise.
  • Draft workflow notes or acceptance criteria before engineering implements n8n or another automation; the file becomes the hand-off artefact.
  • Pair with engineering on small internal tools (CSV helpers, scripts): iterate on a spec.md in-repo instead of losing requirements in threads.
  • Run a repo-wide search for outdated language (for example old policy names) and fix in place with review, not silent bulk replace.

How it compares to similar tools

If you are new to AI for TA, pick one surface for two weeks, run one workflow daily, then decide. Feature lists change; the table below is about recruiting-shaped work, not benchmark scores.

Tool Same recruiting job Major difference
Cursor (this page) Edit Markdown rubrics and prompt files inside a Git repo AI sees project context (files, rules, search). You ship diffs and commits; onboarding assumes editor comfort.
ChatGPT Turn pasted notes into briefs, scorecards, outreach in a browser chat Fastest habit share; no repo unless you paste or upload. Check OpenAI business terms for your workspace.
Claude Hold very long pastes (JD plus several profiles) in one thread Strong for length; same verification duties as any chat tool.
Gemini Rewrite job posts where docs already live in Google Workspace Natural when IT standardises on Google; weaker when your source of truth is only on disk in a repo.
VS Code + Copilot (Microsoft) Edit the same files with AI inline Fits when IT mandates the Microsoft editor stack; Cursor competes on agent-style tasks and product pace, both vendors move quickly.

Where to start (opinionated): if nobody on the TA side will open a terminal or Git client, stay with ChatGPT or Gemini until at least one canonical Markdown rubric lives in a shared drive with stable headings. If engineering already owns a repo for internal tools, ask for a read-only clone and pilot Cursor on one folder. When the job is live systems wiring rather than text, plan n8n after the Markdown spec is boring and reviewed.

What works well

  • Repo-native context: models can use neighbouring files and project rules, which cuts "forgot the house style" errors when your standards live beside the template.
  • Diff-first review: changes arrive as lines you accept or reject, closer to legal and TA review habits than a full rewrite in chat.
  • Search and replace at scale: rename skills, locations, or policy language across many Markdown files with human-in-the-loop control (see human-in-the-loop).

Limits and risks

  • Data exit: anything in the folder may be eligible for indexing or model context depending on Cursor settings and your company policy. Treat the working tree like controlled data, not a scratch pad.
  • Hallucination and drift: the editor does not verify employer facts or dates; it rephrases text you give it. Vendor UI and default privacy settings change; re-check Cursor docs after major updates.
  • Onboarding cost: Git, branches, and merge habits are real. Without that literacy, you will blame the AI for what is actually a workflow gap.
  • IT boundary: some enterprises block non-standard editors or require Microsoft-approved stacks; get security sign-off before you standardise.

Practical steps

A 15-minute first session (one Markdown rubric)

  1. Install Cursor, then File → Open Folder on a repo that already holds your Markdown (or create a folder with a single rubric.md).

  2. Add a short project rule (for example in .cursor/rules) that states no candidate identifiers in example blocks and paste-only approved facts for live work. Point people at the same rule in stand-up.

  3. Duplicate your messiest rubric to rubric-draft.md so you can throw away the experiment without touching the canonical file.

  4. Open Composer or Chat, attach only rubric-draft.md, and run the Example prompt from this page. Accept edits in small hunks; reject anything that invents scoring weights or policy you did not supply.

  5. Run the red-team block below on the result, then commit only when a second human has skimmed the diff (or your policy equivalent).

Optional: when automation is next

When the Markdown is stable, hand the same file to whoever owns n8n or internal engineering as the spec. Cursor edits intent; automation runs schedules and APIs.

Second prompt: rubric red-team (paste after the model edits)

You are a TA editor. Below is a Markdown rubric draft. List every place the text introduces a NEW requirement, numeric weight, or legal claim that is not explicitly present in the ORIGINAL block. Quote the suspicious line, mark ADDED, and suggest DELETE or VERIFY. Do not rewrite the whole file.

ORIGINAL (paste the pre-edit rubric or an approved facts list):
[paste]

DRAFT (paste the edited Markdown):
[paste]

Official documentation

Primary sources: Cursor documentation, Context, Rules for AI. Definitions: Markdown for AI, human-in-the-loop. Related workflow note: workflow automation.

Three YouTube picks: product tour, then prompting depth. All open in a new tab.

Example prompt

Copy this into your tool and edit placeholders for your process.

You are helping a TA ops lead refactor a Markdown scoring rubric. Use only the rules and skills named in SOURCE. If a cell needs a detail that is missing, write TBD. Do not invent weights: if weights are absent, keep the weight column empty or repeat "not set" per row. Label any suggestion that goes beyond SOURCE as NEW (and put those lines at the end under a Proposed (not approved) heading).

SOURCE (paste the current rubric or bullet list):
[paste]

Tasks:

  1. Preserve the same H2 headings as SOURCE; you may add H3 subheads only where it improves scanability.
  2. Turn vague bullets into observable signals (what a reviewer can see on a resume, screen, or structured answer).
  3. Add a final section Evidence vs inference with three bullets that remind reviewers how to mark quotes.

Output the full revised Markdown only, no commentary before the fence.

Go deeper live: Sourcing Lab. Self-paced foundations: Starting with AI: the foundations in recruiting. Related glossary: Markdown for AI, hallucination.

These pages are independent teaching notes. No vendor paid for placement. Product UIs and policies change; use official documentation for the latest features and data rules.