grey-haven-tdd-python
Installation
SKILL.md
TDD Python Skill
Python Test-Driven Development following strict red-green-refactor cycle with pytest and comprehensive coverage.
Description
Systematic Python implementation using TDD methodology, ensuring tests written first and driving design decisions.
What's Included
- Examples: Python TDD cycles, FastAPI TDD, Pydantic model TDD
- Reference: pytest patterns, Python testing best practices
- Templates: pytest templates, TDD workflows
Use When
- Implementing Python features with TDD
- FastAPI development
- Pydantic model development