What is tdd?
WHEN working in TDD Red-Green-Refactor; NOT ad-hoc coding; write tests first, add minimal code to green, then assess refactoring. Source: mintuz/claude-plugins.
WHEN working in TDD Red-Green-Refactor; NOT ad-hoc coding; write tests first, add minimal code to green, then assess refactoring.
Quickly install tdd AI skill to your development environment via command line
Source: mintuz/claude-plugins.
Test-Driven Development with behavior-focused testing, factory patterns, and the Red-Green-Refactor cycle.
Every single line of production code must be written in response to a failing test.
This is non-negotiable. If you're typing production code without a failing test demanding it, you're not doing TDD.
WHEN working in TDD Red-Green-Refactor; NOT ad-hoc coding; write tests first, add minimal code to green, then assess refactoring. Source: mintuz/claude-plugins.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/mintuz/claude-plugins --skill tddWHEN working in TDD Red-Green-Refactor; NOT ad-hoc coding; write tests first, add minimal code to green, then assess refactoring. Source: mintuz/claude-plugins.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mintuz/claude-plugins --skill tdd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/mintuz/claude-plugins