| name | trellis-superpowers-debugging |
| description | Use when encountering a bug, failing test, build failure, performance issue, or unexpected behavior in a Trellis task. Requires root-cause investigation before proposing fixes.
|
Trellis Superpowers Debugging Adapter
Trigger Check
Run before proposing fixes for any technical failure.
Steps
- Read
.trellis/spec/agent-methodology/debugging.md.
- Reproduce the issue.
- Read full error output.
- Check recent changes.
- Gather evidence at component boundaries.
- Compare against similar working code.
- State one hypothesis.
- Test one variable.
- Create a failing regression test when possible.
- Fix root cause only.
- Send result to verification gate.