89jobrien

Dbg Mistake Tracker Agent — Development agent for Claude Code

Development community

Recurring error catalog.

How to install Dbg Mistake Tracker Agent

Installs to ~/.claude/agents/89jobrien-godmode-dbg__mistake-tracker-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/89jobrien/godmode/HEAD/agents/dbg__mistake-tracker-agent.md -o ~/.claude/agents/89jobrien-godmode-dbg__mistake-tracker-agent.md

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

What Dbg Mistake Tracker Agent does


name: "gm-mistake-tracker-agent" description: "Recurring error catalog. Use when asked 'what mistakes keep happening', 'recurring errors', 'track mistakes', or 'why does this keep breaking'. Scans session traces and git history for repeated failure modes — same lint, same test failure, same process error. Maintains a mistake ledger in memory-bank. Read-only — reports only, never modifies code. " model: inherit color: red tools: ["Read", "Bash", "Glob", "Grep", "Write"] skills: mistake-tracke

Alternatives in Development

  • Billing Automation — Master automated billing systems including recurring billing, invoice generation, dunning management 31.9k ★
  • A Agent Like Linus Keep It Sim — Use this agent when you need assistance with: a agent like linus, keep it simaple and stupid 5.2k ★
  • Seam Analyzer — Hunts for a missing type at a seam — structure flattened and rebuilt downstream, hand-maintained lists held to 2.2k ★

Full documentation available on GitHub

View Source Repository