Acerca de
This skill implements a rigorous testing philosophy that prioritizes real-world scenarios over traditional mocks and isolated unit tests. By mandating the use of real dependencies and live data, it eliminates the false confidence often created by mocked environments and ensures that every feature is validated against actual system behavior. It provides a structured workflow for developing temporary scratch tests and promoting successful patterns into a committed scenario log, making it an essential tool for developers who need to prove their code works in production-like conditions.