traceability-engine

Analyze PRD requirements, tests, and source code to generate a traceability matrix and gap summary.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mytechsonamy/VibeFlow --skill traceability-engine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: traceability-engine
Source: https://github.com/mytechsonamy/VibeFlow/tree/main/skills/traceability-engine
Command: npx skills add https://github.com/mytechsonamy/VibeFlow --skill traceability-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Ensures end-to-end traceability from PRD requirements to tests and source code, surfacing gaps and supporting audit trails.

Core Features & Use Cases

  • Maps PRD requirements to test scenarios and code, detects untested requirements, orphan tests, and stale traces.
  • Writes the Requirements Traceability Matrix to the project's reports directory and a gap summary for coverage validation.
  • Enables requirement validation, coverage gap analysis, and traceability auditing across projects.

Quick Start

Run the traceability engine on a project to generate the RTM and gap reports.

Frequently Asked Questions about traceability-engine

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

FAQPage Schema
How do I generate a requirements traceability matrix from PRD to source code?▼

The engine analyzes PRD content, test scenarios, and source files to map requirements to code and generate a traceability matrix. It outputs the matrix to the project reports directory and provides a gap summary for coverage validation.

What is gap analysis for untested requirements and orphan tests?▼

Gap analysis identifies untested requirements, orphan tests, and stale traces by comparing PRD content against test scenarios and source files. It yields a gap summary in the project reports directory to support coverage validation and traceability auditing.

Can I enforce traceability using annotation-based mapping in code and tests?▼

Yes, you can enforce end-to-end traceability using annotation-based mapping in code and tests. The engine analyzes these annotations alongside PRD content to detect untested requirements and orphan tests, writing the results to a traceability matrix.

Does the traceability engine support risk scoring for test scenarios?▼

Yes, the traceability engine supports risk scoring for test scenarios. It analyzes PRD content and test scenarios to surface gaps, calculate risk scores, and enforce end-to-end traceability from requirements to tests and source code.

What is the best way to audit requirement validation across software projects?▼

The best way to audit requirement validation is to run the traceability engine, which maps PRD requirements to test scenarios and code. It detects coverage gaps and generates a traceability matrix and gap summary for audit trails in the reports directory.