test-first
Installation
SKILL.md
Test-Driven Development
Implement TDD for: $ARGUMENTS
Quick Steps
- Write a failing test
- Run test, confirm failure
- Write minimal code to pass
- Refactor while keeping tests green
- Repeat
Red Phase - Write Failing Test
Test Design Principles
- Test one specific behavior
- Test name describes expected result
- Test should fail (feature doesn't exist yet)
Related skills
More from claude-world/director-mode-lite
skills
List all available skills (core + custom)
1doc-writer
Documentation specialist for README, API docs, and code comments
1agents
List all available agents (core + expert)
1debugger
Debugging specialist for root cause analysis and problem resolution
1plan
Create detailed execution plan with task breakdown
1test-runner
Test automation specialist for running tests and ensuring coverage
1