·test-driven-development
</>

test-driven-development

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

9Installs·1Trend·@pcvelz

Installation

$npx skills add https://github.com/pcvelz/superpowers --skill test-driven-development

How to Install test-driven-development

Quickly install test-driven-development AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/pcvelz/superpowers --skill test-driven-development
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: pcvelz/superpowers.

SKILL.md

View raw

Write the test first. Watch it fail. Write minimal code to pass.

Core principle: If you didn't watch the test fail, you don't know if it tests the right thing.

Violating the letter of the rules is violating the spirit of the rules.

Use when implementing any feature or bugfix, before writing implementation code Source: pcvelz/superpowers.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pcvelz/superpowers --skill test-driven-development
Category
</>Dev Tools
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from pcvelz/superpowers

Quick answers

What is test-driven-development?

Use when implementing any feature or bugfix, before writing implementation code Source: pcvelz/superpowers.

How do I install test-driven-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pcvelz/superpowers --skill test-driven-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/pcvelz/superpowers