_bmad/tea/workflows/testarch/bmad-testarch-atdd/SKILL.md
Generate red-phase acceptance test scaffolds using the TDD cycle. Use when the user says "lets write acceptance tests" or "I want to do ATDD"
npx skillsauth add muratkeremozcan/couture-cast bmad-testarch-atddInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
{skill-root} resolves to this workflow skill's installed directory.{project-root} resolves to the repository working directory.Read {skill-root}/workflow.md and follow it exactly.
When workflow.md, step files, templates, or checklists reference sibling files with relative paths such as steps-c/..., ./instructions.md, or templates/..., resolve them from {skill-root}, not from the workspace root.
testing
Create system-level or epic-level test plans. Use when the user says "lets design test plan" or "I want to create test strategy"
testing
Assess NFRs like performance security and reliability. Use when the user says "lets assess NFRs" or "I want to evaluate non-functional requirements"
development
Initialize test framework with Playwright or Cypress. Use when the user says "lets setup test framework" or "I want to initialize testing framework"
testing
Scaffold CI/CD quality pipeline with test execution. Use when the user says "lets setup CI pipeline" or "I want to create quality gates"