From dev-testing-workflow
End-to-end testing strategy with unit, integration, and E2E test generation. Use when user says "write tests", "testing strategy", or "test plan".
npx claudepluginhub monty1985/adams-mind --plugin dev-testing-workflowThis skill uses the workspace's default tool permissions.
- Identify what needs to be tested: new features, bug fixes, or regressions
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.