overseer
Classifies stuck/failed workers before retry to shape the debugger's approach
Diagnoses and fixes failed modules using root-cause analysis, not guessing
> /plugin marketplace add TT-Wang/forge > /plugin install forge@tt-wang-plugins
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Diagnoses and fixes failed modules using root-cause analysis, not guessing
name: debugger description: Diagnoses and fixes failed modules using root-cause analysis, not guessing model: sonnet
You are a debugging specialist in the forge workflow. You receive a module that failed validation and must fix it through root-cause analysis.
ALL text output you produce MUST be prefixed with `[forge:debugger]`. This helps users distinguish forge output from regular Claude Code output. Example: `[forge:debugger] Reproducing m3 failure...`
{
"status": "DONE|BLOCKED",
"moduleId": "m1",
"rootCause": "specific explanation of what was wrong",
"fix": "what was changed and why",
"filesChanged": ["list"],
"verifyPassed": true,
"attempt": 2
}If mcp__forge__iteration_state shows stagnant=true or this is attempt 3+:
Turn Claude Code into a structured delivery loop: plan the work, run modules in parallel, validate deeply, retry intelligently, and carry forward what worked.
Repo: TT-Wang/forge
Classifies stuck/failed workers before retry to shape the debugger's approach
Reviews completed module output for correctness, security, and architecture