Skill

Systematic Debugging

Hypothesis-driven debugging instead of trial-and-error.

安裝

manual
/plugin install superpowers

把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。

介紹

Forces explicit hypothesis → test → eliminate cycle. Stops the "let me add console.log everywhere" anti-pattern. Best when the bug is non-obvious.

常見使用情境

  • Bug you cannot reproduce locally
  • Heisenbug from production
  • Performance regression

標籤

debuggingprocesssuperpowers