qa-trace-requirements

Generates a traceability matrix mapping requirements to test cases and identifying coverage gaps.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill qa-trace-requirements
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-trace-requirements
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/qa/qa-trace-requirements
Command: npx skills add https://github.com/GDSDN/kord-aios --skill qa-trace-requirements

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical issue of ensuring that every requirement and acceptance criterion in a project has corresponding test coverage, preventing gaps in quality assurance.

Core Features & Use Cases

  • Requirement Extraction: Identifies all testable requirements from acceptance criteria, user stories, and documentation.
  • Test Case Mapping: Links identified requirements to specific test files and cases.
  • Coverage Analysis: Assesses the completeness of test coverage (full, partial, none).
  • Gap Identification: Pinpoints missing test coverage and suggests remediation.
  • Use Case: After a new feature is defined with several acceptance criteria, this Skill can automatically generate a report showing which criteria are fully tested, partially tested, or not tested at all, along with recommendations for new tests.

Quick Start

Use the qa-trace-requirements skill to generate a requirements traceability matrix for the current project's story file.

Frequently Asked Questions about qa-trace-requirements

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

FAQPage Schema
How do I generate a requirements traceability matrix for my user stories?

To generate a requirements traceability matrix, the Skill extracts testable requirements from your user stories and maps them to specific test cases. It outputs a comprehensive coverage report detailing gaps and actionable remediation recommendations for all acceptance criteria.

What is requirements traceability and how does it ensure test coverage?

Requirements traceability is the process of mapping project requirements to corresponding test cases. This Skill automates traceability to ensure test coverage by analyzing completeness, pinpointing missing tests, and providing actionable recommendations for improving quality gates.

Can I use this to identify missing test cases for acceptance criteria?

Yes, you can use this to identify missing test cases for acceptance criteria. The Skill performs coverage analysis to assess whether requirements have full, partial, or no test coverage, explicitly pinpointing gaps and suggesting remediation steps for test design.

Does the requirements coverage analysis support autonomous execution modes?

The requirements coverage analysis supports multiple execution modes, ranging from fast autonomous runs to detailed interactive planning. This allows you to quickly generate traceability matrices or conduct in-depth test design planning based on your project needs.

What is the best way to map project requirements to existing test files?

The best way to map project requirements to existing test files is using an automated traceability matrix. This Skill links identified requirements directly to specific test cases, analyzes the completeness of your test coverage, and integrates with quality gate systems to enforce standards.