bmad-tea

Design test strategies and initialize unit, integration, and E2E frameworks.

67|11|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/bacoco/BMad-Skills --skill bmad-tea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-tea
Source: https://github.com/bacoco/BMad-Skills/tree/main/.claude/skills/bmad-tea
Command: npx skills add https://github.com/bacoco/BMad-Skills --skill bmad-tea

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill establishes robust testing strategies, automates quality assurance processes, and ensures comprehensive traceability from requirements to tests. It minimizes regressions, builds confidence in releases, and integrates quality directly into the development pipeline.

Core Features & Use Cases

  • Test Framework Initialization: Sets up production-ready test infrastructure, including unit, integration, and end-to-end testing frameworks.
  • ATDD (Tests First): Designs and writes failing acceptance tests before code implementation, driving development with clear success criteria.
  • Requirements Traceability: Maps all functional and non-functional requirements to specific test scenarios, identifying and addressing coverage gaps.
  • Use Case: For a new project, this Skill defines the entire testing strategy, sets up the test framework, writes initial E2E tests for a critical user story, and ensures all requirements are covered by a robust test suite.

Quick Start

Design a comprehensive test strategy for the new user authentication module, including unit, integration, and E2E tests.