RequirementsRTM

Requirements Traceability Matrix

A document that links requirements to their sources, design elements, and verification tests.

A Requirements Traceability Matrix (RTM) is a document that maps each requirement to its origin (stakeholder need or regulation), the design elements that implement it, and the tests that verify it has been met. The RTM provides bidirectional traceability: forward traceability confirms that every requirement has a corresponding design element and test; backward traceability confirms that every design element and test exists to satisfy a requirement, with no gold-plating or unjustified complexity.

RTMs are mandated in safety-critical industries: IEC 61508 (functional safety), ISO 13485 (medical devices), and AS9100 (aerospace quality) all require demonstrable links between requirements and verification activities. Even outside regulated industries, RTMs are a best practice because they expose gaps early — a requirement with no linked test will likely be untested, and an untested requirement is a risk that will surface in production or customer use.

A well-maintained RTM includes: requirement ID, requirement text, source (standard, customer, internal), design reference (drawing number, specification), verification method (test, analysis, inspection, demonstration), verification status, and responsible engineer. In agile hardware teams, the RTM is often maintained in a lightweight tool rather than a formal document, but the traceability relationships are no less important.

Standard reference: IEEE Std 29148-2018 Section 9.6 defines requirements traceability requirements; IEEE Std 1233-1998 covers requirements traceability for systems.

Practical Example

Requirement R-007: 'Battery life shall exceed 8 hours at maximum operating load.' The RTM links this to: Design element D-014 (battery capacity selection), Verification test T-022 (battery run-down test), and status: Verified (test passed 2024-11-14).

How SpecZero handles this

SpecZero's concept planner creates implicit traceability: every BOM item and concept decision is linked to the requirement it addresses. The requirements list serves as the left column of an RTM, with selected concepts and their BOM items forming the middle columns.