This generates API and E2E tests for features you've already built. It detects whatever test framework you're using (Playwright, Jest, Cypress), follows your existing patterns, and writes tests that actually run. The workflow is straightforward: tell it what to test, it writes both API validation and UI interaction tests, runs them to make sure they pass, then gives you a coverage summary. It's practical about scope, focusing on happy paths and critical errors rather than exhaustive coverage. If you need deeper test strategy or quality gates, the docs point you to a separate test architecture module. Good for teams that want basic automated coverage without reinventing their testing approach.
npx skills add https://github.com/bmad-code-org/bmad-method --skill bmad-qa-generate-e2e-tests