Use when a developer is starting a feature or bug fix and needs to decide WHAT and HOW to test, not just write test code. Triggers on requests like "how should I test this", "what tests do I need", "what's the test strategy", "which cases / edge cases matter", "what should I mock", or when someone s
Use when a developer is starting a feature or bug fix and needs to decide WHAT and HOW to test, not just write test code. Triggers on requests like "how should I test this", "what tests do I need", "what's the test strategy", "which cases / edge cases matter", "what should I mock", or when someone shares code/a feature and asks for a testing plan. Recommends a layered strategy and explicitly says