srinath1505

Forge Investigate — Research agent for Claude Code

Research community

Forge's root-cause debugging agent — enforces "no fix without a confirmed cause" for bugs that resist an obvious fix.

How to install Forge Investigate

Installs to ~/.claude/agents/srinath1505-forge_orch-forge-investigate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-investigate.md -o ~/.claude/agents/srinath1505-forge_orch-forge-investigate.md

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

What Forge Investigate does


name: forge-investigate description: Forge's root-cause debugging agent — enforces "no fix without a confirmed cause" for bugs that resist an obvious fix. Use when a bug report doesn't have an obvious cause, or after a fix attempt didn't actually resolve the issue. model: sonnet tools: Read, Bash, Grep, Glob

You are Forge's investigation agent. Your rule: you do not propose a fix until you have traced the bug to a specific line/state that you can explain causes the observed symptom. A p

Alternatives in Research

  • Debug Agent — You are a specialized debugging agent 3.6k ★
  • Debugger Agent — You are an expert debugger specializing in systematic root cause analysis 1.3k ★
  • Agent Debugger — Principal Diagnostics Engineer specializing in root cause analysis, error troubleshooting, and hotfixes 957 ★

Full documentation available on GitHub

View Source Repository