--- description: Test-driven development - write tests first, then implement --- 1. Read the skill file at `.agent/skills/test-driven-development/SKILL.md` using view_file 2. Follow the TDD workflow exactly as described in the skill 3. Write failing tests first, then implement code to make them pass