tdd-mastery
✓Test-Driven Development Iron Law. Write the test first. Watch it fail. Write minimal code to pass. No exceptions.
Installation
SKILL.md
Philosophy: If you didn't watch the test fail, you don't know if it tests the right thing. TDD is not optional—it's the foundation of trustworthy code.
TEST-FIRST INTEGRITY MANDATE (CRITICAL): Never write production code before a test exists and has been seen failing. AI-generated code often attempts to write implementation and tests simultaneously or implementation first. You MUST strictly adhere to the Red-Green-Refactor cycle. Any code submitted without a preceding failing test or that generates tests after the implementation must be rejected as "Legacy Code o...
Don't add features, refactor other code, or "improve" beyond the test.
Test-Driven Development Iron Law. Write the test first. Watch it fail. Write minimal code to pass. No exceptions. Source: xenitv1/claude-code-maestro.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/xenitv1/claude-code-maestro --skill tdd-mastery- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is tdd-mastery?
Test-Driven Development Iron Law. Write the test first. Watch it fail. Write minimal code to pass. No exceptions. Source: xenitv1/claude-code-maestro.
How do I install tdd-mastery?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/xenitv1/claude-code-maestro --skill tdd-mastery Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/xenitv1/claude-code-maestro
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01