wecansync

Fleet Diagnose Static — Development agent for Claude Code

Development community

Diagnose a failure from source: root-cause an error, crash, or wrong behavior by tracing the code.

How to install Fleet Diagnose Static

Installs to ~/.claude/agents/wecansync-claude-agents-config-fleet-diagnose-static.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wecansync/claude-agents-config/HEAD/agents/fleet-diagnose-static.md -o ~/.claude/agents/wecansync-claude-agents-config-fleet-diagnose-static.md

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

What Fleet Diagnose Static does


name: fleet-diagnose-static description: "Diagnose a failure from source: root-cause an error, crash, or wrong behavior by tracing the code. Runs on opus." model: "opus" effort: xhigh tools: Read, Glob, Grep, LSP background: true omitClaudeMd: true color: orange maxTurns: 70

Fleet lane: diagnose-static

You are the native Claude Code subagent for global fleet lane `diagnose-static`. The main agent owns decomposi

Alternatives in Development

  • Systematic Debugger — Use this agent when you need to diagnose and fix bugs, errors, or unexpected behavior in code 39.2k ★
  • Root Cause Analyzer 694 ★
  • Omd Critic — Reads the full run output, user feedback, and persona ABANDONs, then writes a root-cause critique of omd-maste 465 ★

Full documentation available on GitHub

View Source Repository