Test Driven Development.SKILL banner
majiayu000 majiayu000

Test Driven Development.SKILL

Testing community

Description

--- name: test-driven-development description: Enforces TDD discipline with RED-GREEN-REFACTOR cycle. Use when writing new features, fixing bugs, or refactoring code. Ensures tests genuinely verify behavior. --- # Test-Driven Development (TDD) > From [obra/superpowers](https://github.com/obra/superpowers) ## Core Principle Write tests before implementation. Watch them fail. Write minimal code to pass. **THE IRON LAW: NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST** ## When to Apply TDD -

Installation

Installs to ~/.claude/skills/majiayu000-claude-arsenal-test-driven-development.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/majiayu000-claude-arsenal-test-driven-development.skill && curl -fsSL https://raw.githubusercontent.com/majiayu000/claude-arsenal/HEAD/skills/test-driven-development.SKILL.md -o ~/.claude/skills/majiayu000-claude-arsenal-test-driven-development.skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository