Skill

Test-Driven Development

Red, green, refactor — write failing tests before implementation.

安裝

manual
/plugin install superpowers

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

介紹

Mandatory for bug fixes per OraCore convention: reproduce with a failing test first, then make it pass. Catches regressions and forces precise requirements.

常見使用情境

  • Fix a reported bug
  • Implement a new feature with edge cases
  • Refactor with safety net

標籤

testingtddqualitysuperpowers