sdk/examples/plugins/agents-squad/skills/debugging.md
When debugging an issue, follow this systematic process:
Narrow the scope using binary search:
console.log / console.error with labeled values.Once isolated, determine the root cause:
Ask: "Why did this happen?" at least twice to get past symptoms to the root cause.
Document: