bmad-tea-testarch-automate

Execute predefined workflows to automate test coverage expansion across modules.

1|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-tea-testarch-automate-lucadeleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-tea-testarch-automate
Source: https://github.com/LucaDeLeo/ASTN/tree/main/.agents/skills/bmad-tea-testarch-automate
Command: npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-tea-testarch-automate-lucadeleo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expand test automation coverage for a codebase by orchestrating and executing a predefined test workflow to ensure consistent, scalable testing.

Core Features & Use Cases

  • Automated workflow-driven test coverage expansion: loads the core workflow.xml and applies the target workflow at _bmad/tea/workflows/testarch/automate/workflow.yaml to extend testing across modules.
  • Deterministic execution and traceable outputs: saves outputs after each section when generating documents from templates, ensuring reproducibility.
  • Safe, guided automation: enforces exact workflow instructions and guardrails to prevent deviations during expansion.

Quick Start

Initiate the automated test-coverage expansion by instructing the agent to run the testarch automate workflow.

Frequently Asked Questions about bmad-tea-testarch-automate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expand test automation coverage across my codebase?

You can expand test automation coverage by executing a predefined workflow that loads a core workflow.xml and applies a target workflow.yaml to extend testing across modules deterministically.

How does deterministic execution work for workflow-driven test automation?

Deterministic execution is achieved by loading the full workflow.xml configuration, passing the workflow.yaml path as the workflow-config parameter, and saving outputs after each template-generation step.

What do I need to set up before running automated test coverage expansion?

You need a core workflow.xml file and a target workflow.yaml located at _bmad/tea/workflows/testarch/automate/workflow.yaml in your project to guide the test coverage expansion.

Can I use this automated test workflow to ensure reproducible test outputs?

Yes, the workflow enforces deterministic execution and saves outputs after each section when generating documents from templates, ensuring reproducible and traceable test artifacts.

What is the best way to prevent deviations during codebase test automation?

The best way to prevent deviations is to use guided automation that enforces exact workflow instructions and guardrails, ensuring safe and consistent test coverage expansion across modules.

Are there limitations when applying workflow.yaml for test architecture automation?

The workflow is constrained to projects using the specified workflow.xml and the exact workflow.yaml path at _bmad/tea/workflows/testarch/automate/, requiring strict adherence to predefined guardrails.