generate-feature-rtm

Generate a Requirements Traceability Matrix from staged changes with Markdown and CSV outputs.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/loagma/LoagmaPMS --skill generate-feature-rtm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-feature-rtm
Source: https://github.com/loagma/LoagmaPMS/tree/main/.claude/skills/generate-feature-rtm
Command: npx skills add https://github.com/loagma/LoagmaPMS --skill generate-feature-rtm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The RTM generator helps teams translate staged feature changes into a structured requirements traceability matrix and tester-friendly QA scenarios, enabling quick validation of coverage and gaps.

Core Features & Use Cases

  • Generate a compact test-scenario list from current staged changes.
  • Produce both Markdown and CSV outputs in a designated task directory for artifact persistence.
  • Tailor scenarios from inferred feature scope, with clear tester-facing steps and expected results.
  • Use when user asks for RTM, test matrix, QA sheet, or requirement-to-scenario mapping for staged work.

Quick Start

Instruct the assistant to run the RTM workflow on the current staged changes.

Frequently Asked Questions about generate-feature-rtm

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

FAQPage Schema
How do I generate a Requirements Traceability Matrix from staged Git changes?

To generate a Requirements Traceability Matrix from staged changes, the Skill identifies the inferred feature scope from your staged diffs and maps each requirement to a tester-friendly scenario with steps and expected results.

What is the best way to create QA test scenarios from feature changes without manual mapping?

Creating QA test scenarios from feature changes is best handled by analyzing staged diffs to automatically infer the feature scope and produce a structured matrix of clear tester-facing steps and expected outcomes.

Can I export the test matrix outputs to both Markdown and CSV formats?

Yes, you can export the test matrix outputs to both Markdown and CSV formats. The Skill generates both file types simultaneously in a designated task directory for artifact persistence and QA review.

Does this RTM generator work with any staged diffs or do I need specific requirement files?

The RTM generator works directly with your current staged diffs and requires no specific requirement files. It infers the feature scope from the staged changes to produce the test scenarios.

When do I need an RTM for staged work and what should the test matrix include?

You need an RTM for staged work when you require structured QA validation of new features. The test matrix should include mapped requirements, test scenarios, clear execution steps, and expected results ready for tester review.

Why are my generated test scenarios not mapping correctly to the intended feature scope?

If generated test scenarios are not mapping correctly to the feature scope, it is likely because the staged changes do not clearly define the feature boundaries needed to infer accurate tester-facing steps and expected results.