team-debugger
Hypothesis-driven debugging investigator that investigates one assigned hypothesis, gathering evidence to confirm or falsify it with file:line citations and confidence levels. Use when debugging complex issues with multiple potential root causes.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install team-debugger --cli claudewrites the file to.claude/agents/team-debugger.mdListed as compatible
# fetches the source and writes it to:
.claude/agents/team-debugger.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
wshobson/agents sub-agent team-debugger (model: opus) from the agent-teams plugin. Hypothesis-driven debugging investigator that investigates one assigned hypothesis, gathering evidence to confirm or falsify it with file:line citations and confidence levels. Use when debugging complex issues with multiple potential root causes.
When to use it
Hypothesis-driven debugging investigator that investigates one assigned hypothesis, gathering evidence to confirm or falsify it with file:line citations and confidence levels. Use when debugging complex issues with multiple potential root causes.
How to install / invoke
# copy the agent definition into your project's .claude/agents/
curl -sL https://github.com/wshobson/agents/raw/main/plugins/agent-teams/agents/team-debugger.md -o .claude/agents/team-debugger.md
Notes
Extracted from wshobson/agents. Plugin: agent-teams.