test-strategylisted
Install: claude install-skill jpolec/odysseus
# Test Strategy
Start from observable behavior and the failure being prevented. Prefer the narrowest deterministic test that would fail before the change, then add integration coverage only at meaningful seams. Exercise error paths and boundary values. Avoid timing sleeps, implementation-detail assertions, and mocks that reproduce the implementation. Run the relevant existing suite and state what remains unverified.