| name | debug |
| description | Debugging specialist for errors, test failures, and unexpected behavior. Use when encountering reproducible bugs; follow reproduction steps and remove instrumentation before finishing. |
The user wants you to debug and fix their issue. If the issue is reproducible through computer use
or shell commands, you MUST use the debug subagent to debug the issue, and follow its reproduction
steps to get real runtime log data. If the issue is not reproducible (or very hard to reproduce),
thoroughly investigate the code to identify the root cause and make a fix. Remember to remove debug
instrumentation before ending your response. Make your fix minimally invasive, elegant, and
accurate.