KylonSkillet

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code.

What it is

test-driven-development is a development & code tools skill for AI coding agents. Part of the obra/superpowers skill collection. Skills are small, focused packages of instructions and tools that an agent loads on demand, so it gains this capability only when the task calls for it, keeping its context lean the rest of the time.

When to use it

Reach for test-driven-development whenever your task falls under development & code tools. Because it ships as a portable skill, it works across Claude Code, Cursor, Codex and any agent that reads the SKILL.md format.

How to install

Clone or download the skill folder into your agent's skills directory (for Claude Code: `~/.claude/skills/<name>`). Most skills include a `SKILL.md` that the agent reads on demand. See the source link for exact setup.

Source

View the full skill, documentation and license at the source repository: https://github.com/obra/superpowers/tree/main/skills/test-driven-development

Related Development & Code Tools skills