bmad-testarch-trace

Generate a requirements-to-tests traceability matrix with coverage gap analysis.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/mschuerig/peach-ios --skill bmad-testarch-trace-mschuerig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-testarch-trace
Source: https://github.com/mschuerig/peach-ios/tree/main/_bmad/tea/workflows/testarch/bmad-testarch-trace
Command: npx skills add https://github.com/mschuerig/peach-ios --skill bmad-testarch-trace-mschuerig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a complete traceability matrix that maps requirements to tests, helping teams understand coverage gaps and readiness for release.

Core Features & Use Cases

  • Automatic generation of a requirements-to-tests traceability matrix from stories and tests
  • Gap analysis across priority levels with actionable recommendations
  • Phase-2 gate decision support and publish-ready traceability reports

Quick Start

Invoke the bmad-testarch-trace workflow to produce a complete traceability matrix and an automated gate decision for your story

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 from requirements to tests?

To generate a traceability matrix linking requirements to tests, the workflow loads your story inputs and test artifacts to automatically map coverage and output a Markdown traceability report.

What is requirements-to-tests gap analysis for release readiness?

Requirements-to-tests gap analysis evaluates coverage across priority levels to identify missing tests and risk signals, producing actionable recommendations to support deployment gate decisions.

How do I automate a gate decision for a story release?

You can automate a gate decision by running the workflow to analyze test coverage gaps and risk signals, which saves a Phase-1 matrix to a temp file to support the Phase-2 deployment decision.

Do I need specific test artifacts to map story coverage?

Yes, you need to load existing test artifacts and knowledge fragments as inputs so the workflow can accurately map them against your story requirements and detect coverage gaps.

What is the best way to analyze test coverage gaps across priority levels?

The best way to analyze test coverage gaps across priority levels is to use an automated traceability workflow that cross-references story requirements with test artifacts to highlight risk signals.