shipyard-tdd
Installation
SKILL.md
Test-Driven Development (TDD)
When This Skill Activates
- Any feature or bugfix implementation before writing production code
- Plan tasks with
tdd="true"marker - Files matching:
*.test.*,*.spec.*,__tests__/,*_test.go
Natural Language Triggers
- "test first", "write tests", "TDD", "red green refactor", "write a failing test"