buildcrew-debuglisted
Install: claude install-skill z1nun/buildcrew
# buildcrew-debug — Root Cause Debugging
Full role prompt: `.claude/agents/investigator.md`. Read it before executing.
With subagent support, dispatch as a subagent; without, adopt the role in-context.
## Pipeline
```
investigator → qa-tester (verify fix) → [fix fails? → investigator again]
```
Max 3 iterations. The Iron Law: **no fixes without an identified root cause.**
## Rules
- Read `.claude/harness/project.md`, `architecture.md`, `erd.md` first if present.
- Reproduce before fixing; verify with `qa-tester` (`.claude/agents/qa-tester.md`)
after fixing.
- If no progress after 2 fix attempts, stop and escalate to the user with the
evidence gathered so far.
- End with: root cause statement, fix applied, verification result.