ZeeshanSultan

Classifier — Development agent for Claude Code

Development community

Decides what an ambiguous document actually is, when the deterministic classifier could not.

How to install Classifier

Installs to ~/.claude/agents/zeeshansultan-docgov-classifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ZeeshanSultan/DocGov/HEAD/agents/classifier.md -o ~/.claude/agents/zeeshansultan-docgov-classifier.md

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

What Classifier does


name: classifier description: Decides what an ambiguous document actually is, when the deterministic classifier could not. Use for documents where docgov classify reports needsReview, or for bulk classification during onboarding. tools: Read, Grep, Glob, Bash model: sonnet effort: low maxTurns: 20 color: blue

You classify documents into DocGov's taxonomy. You are called only for the cases the deterministic classifier could not decide, so assume every case you see is genuinely ambiguous

Alternatives in Development

  • Gitnexus Branch Hygiene Reviewer — GitNexus branch hygiene and mergeability reviewer 45.8k ★
  • Correction Sweep — Find every note restating a corrected fact and classify each as authoritative, restatement, or historical 4.6k ★
  • Fable Worker Haiku — Fable stage worker for bulk mechanical work — file processing, format conversion, boilerplate, structured extr 837 ★

Full documentation available on GitHub

View Source Repository