bmad-testarch-trace

Generate a requirements-to-tests traceability matrix with coverage data and gate decisions.

Updated May 5, 2026
One-click install
npx skills add https://github.com/b566776/whitebox --skill bmad-testarch-trace-b566776
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-testarch-trace
Source: https://github.com/b566776/whitebox/tree/main/.gemini/skills/bmad-testarch-trace
Command: npx skills add https://github.com/b566776/whitebox --skill bmad-testarch-trace-b566776

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires , and includes scripts (resource) components.

What problem does it solve?

Automatically creates a complete traceability matrix linking requirements to tests, identifies coverage gaps across P0–P3, and determines a deterministic gate decision to streamline quality assurance.

Core Features & Use Cases

  • Link requirements to tests to build a comprehensive traceability matrix
  • Detect coverage gaps (P0–P3) and generate concrete remediation recommendations
  • Produce both human-readable reports and machine-readable summaries for CI/CD pipelines
  • Support phase-1 traceability generation and phase-2 gate decision workflow with deterministic rules

Quick Start

Run the bmad-testarch-trace workflow to generate the traceability matrix and gate decision for the current project.

Frequently Asked Questions about bmad-testarch-trace

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

FAQPage Schema
How do I generate a traceability matrix linking requirements to tests?

To generate a traceability matrix, the workflow automatically maps your requirements to tests and produces coverage data. It identifies coverage gaps across priority levels P0–P3 and outputs both human-readable reports and machine-readable summaries for CI/CD pipelines.

Can I automate a gate decision based on test coverage and collection status?

Yes, you can automate a gate decision by evaluating test coverage and collection status. The workflow applies deterministic rules to assess phase-2 gate decisions, providing a machine-readable e2e-trace-summary that directly integrates with your automation pipelines.

How do I detect coverage gaps across P0 to P3 priority requirements?

Detecting coverage gaps across P0–P3 requirements is handled by linking requirements to tests and analyzing the resulting traceability matrix. The workflow automatically identifies missing coverage and generates concrete remediation recommendations to streamline quality assurance.

Does the gate decision workflow support both human-readable reports and machine-readable summaries?

The gate decision workflow supports both human-readable reports and machine-readable summaries. It produces a comprehensive traceability matrix for manual review alongside an e2e-trace-summary formatted specifically for consumption by CI/CD automation pipelines.

What is the best way to integrate traceability matrix generation into a CI/CD pipeline?

The best way to integrate traceability matrix generation into a CI/CD pipeline is utilizing the machine-readable e2e-trace-summary output. This workflow automatically maps requirements to tests, evaluates deterministic gate decisions, and outputs pipeline-ready data to streamline quality assurance.