Write failing tests, then code to pass them

Generates a test suite for your feature before any implementation. You write the minimal code to pass each test, catching edge cases early and building confidence in your changes.

Best for: Engineers who want fewer bugs in production and clearer specs for what code must do.

Engineering / planning-thinkingfor-engineersplanningexecutionno-setup

Source

Creator's repository · obra/superpowers-skills

View on GitHub

License: MIT