Implement test automation for features. The most commonly used TEA workflow.
From bmad-coworknpx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use when implementing test automation for features. The most commonly used TEA workflow.
Trigger with: "automate tests", "test automation", "write tests", "implement tests"
Agent: TEA (Murat) Input: Test design document, story files, existing codebase Output: Automated test files
Read the relevant test design document. Read the story file if automating for a specific story. Detect the test framework from _bmad/config.yaml or project files (package.json, etc.).
From the test design, select tests by priority:
For each test scenario:
Follow test architecture patterns:
Check that automated tests cover the risk areas identified in the test design. Report any coverage gaps.
Save test files alongside the implementation code. Report: tests created, coverage achieved, any gaps remaining.