Recon Dispute Agent — AI skill for Claude Code
AI agentic workflow (Claude + tool-calling) that consumes reconciliation discrepancies, investigates each case with tools, classifies root cause, and proposes resolutions with a verifier loop.
How to install Recon Dispute Agent
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jatin-gl/recon-dispute-agent and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Recon Dispute Agent does
AI agentic workflow (Claude + tool-calling) that consumes reconciliation discrepancies, investigates each case with tools, classifies root cause, and proposes resolutions with a verifier loop. Python + FastAPI
Alternatives in AI
- Surface — Show ranked attack surface for a target from its recon manifest + hunt memory 3.8k ★
- Sentrux — Real-time architectural sensor that helps AI agents close the feedback loop, enabling recursive self-improveme 2.9k ★
- Omnara — by Ishaan Sehgal - A command center for AI agents that syncs Claude Code sessions across terminal, web, and mo 2.6k ★
README
recon-dispute-agent
[](https://github.com/jatin-gl/recon-dispute-agent/actions/workflows/ci.yml) [](https://www.python.org/) [-d97757)](https://www.anthropic.com/) [](LICENSE)
An **AI agent that investigates payment reconciliation discrepancies**. It takes the output of the [**payment-reconciliation-engine**](https://github.com/jatin-gl/payment-reconciliation-engine) — a list of transactions that don't line up between a PSP settlement and an internal ledger — and, for each one, runs a tool-using investigation with Claude: it pulls the PSP view, the ledger view, and the event trail, reasons to a root cause, and proposes a resolution. A second **verifier** agent then checks the conclusion against the evidence, and anything unproven is **escalated to a human**.
**The story.** The engine answers *"what doesn't reconcile?"* This agent answers *"why, and what should we do about it?"* — the judgment work a payments-ops analyst does by hand, framed as an agentic workflow with tool use, an adversarial verification pass, and a bias toward escalation over guessing.
It runs **fully offline with no API key** (a deterministic brain stands in for the model), which is how the whole thing is unit-tested end to end — then swaps to real Claude with a single flag.
What it demonstrates
- A real agentic loop over custom tools — evidence gathering, a schema-valid terminal tool call to finalize, bounded steps.
- A verifier / critic pass — an independent skeptical review of each proposed resolution, the standard guard against plausible-but-wrong LLM output.
- Escalation under uncertainty —
UNKNOWN/MANUAL_REVIEWinstead of a confident g
Related Skills
Full Stack Chat Application With Multi Platform Clients AI Agent Integration
A Claude Code-style AI agent harness in Python. Uses Ollama + native LLM tool-calling to read/write files and
Autonomous Debugger
Evidence-driven debugging skill for Claude Code and AI coding agents. Investigates codebases, reproduces failu
Bug Report Agent Skills
AI agent skill for automated bug report processing and systematic debugging. Enforces Detective Methodology wo
Secondmate Reason
Ask a read-only reasoning model (via secondmate) a hard analysis question — root-cause, triage, plan review, p
Agent Debugger
A specialized AI debugging agent using Llama3 (Ollama) that performs root cause analysis, generates minimal co
NOC Copilot
NOC-Copilot: an AI agent that ingests Prometheus/Alertmanager alerts and drafts a plain-language root-cause na
Related Agents
Vercel AI SDK Expert
Use for Vercel AI SDK v5 implementation work: chat interfaces, tool calling, streaming, agentic loop control,
Analyst Planner
GMDW Analyst-Planner. Investigates the repository, classifies the change, and writes the implementation plan —
Doey Scaffy Template Auditor
Runs the 6 scaffy audit checks against existing templates, classifies them as healthy/needs_update/stale, and