Skill

Test-Driven Development

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

Install

manual
/plugin install superpowers

Add this to your Claude Code MCP settings or run via the CLI.

About

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

Common use cases

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

Tags

testingtddqualitysuperpowers