traceability-validator

Validate traceability matrix completeness across requirements, stories, use cases, interfaces, and tests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/apadern/.github_tailormade --skill traceability-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: traceability-validator
Source: https://github.com/apadern/.github_tailormade/tree/main/skills/traceability-validator
Command: npx skills add https://github.com/apadern/.github_tailormade --skill traceability-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill generates and validates a comprehensive traceability matrix that links requirements to user stories, use cases, interfaces and tests, ensuring complete coverage and detecting gaps.

Core Features & Use Cases

  • Generates and validates the 14. Matriz de Trazabilidad across RFs, HUs, CUs, Pantallas y Pruebas.
  • Detects duplicates, NO_APLICA inconsistencies, and orphan references, producing actionable reports.
  • Supports backlog references and automatic validation of traceability.

Quick Start

Run the validator to generate and verify the traceability matrix for your project.

Frequently Asked Questions about traceability-validator

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

FAQPage Schema
How do I validate a requirements traceability matrix for gaps and orphan references?

To validate a requirements traceability matrix, you can automate the extraction and cross-referencing of requirements, user stories, use cases, interfaces, and tests to detect orphan references and coverage gaps, generating an actionable consistency check report.

What is traceability validation and how does it detect NO_APLICA inconsistencies?

Traceability validation is the process of verifying completeness and consistency across project artifacts. It detects NO_APLICA inconsistencies and duplicates by programmatically mapping requirements, user stories, use cases, interfaces and tests to ensure full backlog coverage.

Can I validate traceability using only the Python 3 standard library without external dependencies?

Yes, you can validate traceability using only the Python 3 standard library. This validation process requires no external dependencies, parsing markdown backlog references directly to produce a completeness check report without additional package installations.

How do I generate a traceability check report in markdown for my project backlog?

You can generate a traceability check report by running an automated validation script across your requirements, user stories, use cases, and tests. This produces a markdown check report detailing duplicates, orphan references, and matrix inconsistencies.

What is the best way to automate quality assurance checks for requirements traceability across user stories and tests?

The best way to automate quality assurance checks for requirements traceability is using a dedicated validation script that systematically extracts and maps links between requirements, user stories, use cases, interfaces, and tests, outputting a comprehensive consistency report.

Why does my traceability matrix show orphan references when mapping use cases and interfaces?

Orphan references in a traceability matrix appear when use cases, interfaces, or tests are missing corresponding parent requirements. Automated validation detects these broken links by cross-referencing the entire backlog to pinpoint missing mapping connections.