traceability-matrix

star 0

Requirements Traceability Matrix (IEEE 830, ISTQB).

mifdlaldev By mifdlaldev schedule Updated 1/21/2026

name: traceability-matrix version: 1.0.0 description: Requirements Traceability Matrix (IEEE 830, ISTQB).

๐ŸŽฏ Goal

Ensure semua requirements dapat di-trace ke design, code, dan test.

๐Ÿ› ๏ธ Instructions

  1. Map requirements ke design components
  2. Map design ke implementation (code files/modules)
  3. Map requirements ke test cases
  4. Identify orphan requirements (no implementation)
  5. Identify untested requirements

๐Ÿ“ Requirements Traceability Matrix Template

Req ID Requirement Priority Design Component Code Location Test Cases Status
FR-001 User can login Must Have Auth Module src/auth/login.ts TC-001, TC-002 โœ… Covered
FR-002 User can register Must Have Auth Module src/auth/register.ts TC-003, TC-004 โœ… Covered
FR-003 Admin can manage users Should Have Admin Module src/admin/users.ts TC-010 โš ๏ธ Partial
NFR-001 Response time < 2s Must Have All - PT-001 โœ… Covered
FR-004 Export to PDF Could Have - - - โŒ Not Started

๐Ÿ“ Coverage Summary

Category Total Implemented Tested Coverage
Must Have 10 10 10 100%
Should Have 5 4 3 60%
Could Have 3 1 0 0%
Total 18 15 13 72%

๐Ÿ“ Status Legend

Status Meaning
โœ… Covered Implemented and tested
โš ๏ธ Partial Implemented, test incomplete
๐Ÿ”ง In Progress Currently being implemented
โŒ Not Started Not yet implemented
๐Ÿšซ Orphan No implementation planned

๐Ÿšซ Constraints

  • WAJIB 100% coverage untuk Must Have/Critical requirements
  • NEVER have orphan requirements tanpa documented justification
  • WAJIB update RTM saat ada requirement changes
Install via CLI
npx skills add https://github.com/mifdlaldev/antigravity-customize --skill traceability-matrix
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator