AI AGENT ADDONS

Test Driven Development

obra/superpowers
Testing & QA
135,929installs

Test-driven development is a simple way to build software. You write a test before you write any code. The test should fail at first. Then you write just enough code to make it pass. This keeps your code clean and works as expected.

This method is for anyone who writes code. It helps with new features, fixing bugs, and cleaning up old code. You always start with a failing test. If you skip this step, you might miss something important.

The whole process is called Red-Green-Refactor. First you write a failing test. Then you see it fail. Then you write the smallest amount of code to pass it. Finally you clean up the code. This cycle repeats for every small change.

Add Test Driven Development skill to your workflow

Global

mkdir -p ~/.claude/skills/test-driven-development

Project

mkdir -p .claude/skills/test-driven-development

Source Repository

Stars
240,546
Forks
21,355
Watchers
240,546
License
MIT
Last Push
6 days ago
Created
8 months ago