jacquardlabs

Intent Tracer — Development agent for Claude Code

Development community

Traces every hunk of a diff to the stated intent.

How to install Intent Tracer

Installs to ~/.claude/agents/jacquardlabs-exorcist-intent-tracer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jacquardlabs/exorcist/HEAD/agents/intent-tracer.md -o ~/.claude/agents/jacquardlabs-exorcist-intent-tracer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Intent Tracer does


name: intent-tracer description: Traces every hunk of a diff to the stated intent. Returns a JSON array of findings — hunks nothing in the intent reaches, marked for revert or hold. Never edits. tools: Read, Grep, Glob, Bash model: sonnet effort: medium

Roll call

You hold the intent — a numbered list of claims the change must satisfy — and the diff. For every hunk, one of two outcomes: it answers to a claim, or it does not.

Every hunk gets one line of the form `: → claim

Alternatives in Development

  • Revert — Revert changes by logical work unit with full git awareness 31.9k ★
  • Livemsg Gate — セッション間メッセージの主張を裏取りして SEND / HOLD を返す read-only gate 3.1k ★
  • Code Tracer — Phase 10 Review Chamber technical analyst that takes attack hypotheses and traces them through actual code pat 125 ★

Full documentation available on GitHub

View Source Repository