traceability-export

Generate REQ↔DES↔TEST traceability matrices in CSV and Markdown formats.

41|6|Updated Jul 12, 2025
One-click install
npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill traceability-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: traceability-export
Source: https://github.com/SteveGJones/ai-first-sdlc-practices/tree/main/plugins/sdlc-programme/skills/traceability-export
Command: npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill traceability-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool exports a REQ↔DES↔TEST traceability matrix for a feature, providing an audit-friendly view that helps teams validate coverage across requirements, design, and testing.

Core Features & Use Cases

  • Generate a CSV and a Markdown traceability matrix that maps requirements to design specifications and test cases for a feature.
  • Organize outputs under docs/specs/<feature-id>/traceability.<ext> to support per-feature traceability archives.
  • Use Case: A QA/Engineering team verifies complete coverage of REQ, DES, and TEST artifacts before feature release, ensuring traceability and compliance.

Quick Start

Run traceability-export csv <feature-id> to generate a per-feature traceability matrix in CSV format.

Frequently Asked Questions about traceability-export

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

FAQPage Schema
How do I generate a traceability matrix for requirements, design, and test cases?

A traceability matrix maps requirements, design specifications, and test cases to verify coverage for a specific feature. It provides an audit-friendly view ensuring SDLC artifacts satisfy compliance and feature validation requirements.

How do I export a traceability matrix in CSV format for a specific feature?

You export a traceability matrix by running a single command with the target feature identifier. The tool automatically generates the matrix and saves it as a CSV file under the docs/specs directory structure.

Can I use this traceability export tool without installing external dependencies?

Yes, you can use this tool without installing external dependencies. It operates independently to generate deterministic traceability matrices from your existing requirements, design, and test artifacts.

What is the best way to maintain audit trails across requirements, design, and testing?

The best way to maintain audit trails is to automate traceability matrix generation for each feature. This creates per-feature archives mapping requirements to design and test artifacts, ensuring continuous compliance validation.

Does the traceability matrix output support Markdown format for documentation?

Yes, the traceability matrix supports Markdown format. The tool generates both Markdown and CSV files simultaneously, organizing them under the docs/specs directory to support per-feature traceability archives.

When do I need to generate a traceability matrix during the SDLC workflow?

You need to generate a traceability matrix before feature release to verify complete coverage of requirements, design, and test artifacts. This ensures SDLC compliance and validates that all feature specifications are tested.