test-driven-development
How to Install
Claude Code:
git clone --depth 1 https://github.com/obra/superpowers.git && cp superpowers/skills/SKILL.md ~/.claude/skills/SKILL.mdCursor:
Copy the SKILL.md content into your .cursorrules fileWrite the test first. Watch it fail. Write minimal code to pass.
Details
| Category | Coding → generation |
| Source | https://github.com/obra/superpowers/tree/main/skills/test-driven-development/SKILL.md |
| Stars | ★ 229.8K |
| Risk Level | Safe |
Related Skills
test-driven-development
# Test-Driven Development (TDD)
## Overview
Write the test first. Watch it fail. Write minimal cod
test-driven-development
# Test-Driven Development
## Overview
Write a failing test before writing the code that makes it p
test-driven-development
Write a failing test before writing the code that makes it pass. For bug fixes, reproduce the bug wi
tdd-workflows-tdd-green
Implement the minimal code needed to make failing tests pass in the TDD green phase.