Writes unit, integration, and end-to-end tests that catch real
regressions. Enumerates happy path / boundaries / edges / errors,
asserts on contract not implementation, and proves the test fails
when the code is broken. Example: "Write unit tests for parseDate".