bmad-testarch-trace

Generate traceability matrices and quality gate decisions for test coverage analysis.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/wahabmalik/whatsapp-chatbot --skill bmad-testarch-trace-wahabmalik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-testarch-trace
Source: https://github.com/wahabmalik/whatsapp-chatbot/tree/main/.github/skills/bmad-testarch-trace
Command: npx skills add https://github.com/wahabmalik/whatsapp-chatbot --skill bmad-testarch-trace-wahabmalik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bmad-core, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of a traceability matrix and quality gate decision for test coverage analysis, saving time and ensuring thoroughness in the testing process.

Core Features & Use Cases

  • Traceability Matrix Generation: Automatically generates a traceability matrix to analyze test coverage and identify gaps.
  • Quality Gate Decision: Determines whether the code is ready for deployment based on coverage and quality metrics.
  • Use Case: For a new feature in an application, use this Skill to automatically create a traceability matrix, analyze test coverage, and make a quality gate decision before deploying the code.

Quick Start

Use the bmad-testarch-trace skill to generate a traceability matrix for the feature 'Login functionality'.

Frequently Asked Questions about bmad-testarch-trace

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

FAQPage Schema
How do I automate traceability matrix generation for test coverage analysis?

A quality gate decision evaluates code readiness for deployment based on coverage and quality metrics. It determines if the software meets predefined criteria, ensuring thoroughness in the testing process before release.

How do I make a quality gate decision for deployment based on test coverage?

A quality gate decision evaluates code readiness for deployment based on coverage and quality metrics. It determines if the software meets predefined criteria, ensuring thoroughness in the testing process before release.

Do I need the BMAD framework to execute test coverage analysis workflows?

Test coverage analysis identifies gaps in software testing by mapping test cases to requirements. It is needed before deploying new features to ensure code quality, verify thoroughness, and prevent untested code from reaching production.

When do I need a traceability matrix for software quality assurance?

Test coverage analysis identifies gaps in software testing by mapping test cases to requirements. It is needed before deploying new features to ensure code quality, verify thoroughness, and prevent untested code from reaching production.

What's the best way to identify test coverage gaps for a new application feature?

The best way to identify test coverage gaps is generating a traceability matrix that maps requirements to tests. Analyzing this matrix highlights untested areas, enabling a clear quality gate decision before feature deployment.