traceability-manager

Maintain bidirectional traceability between requirements and implementation artifacts.

Updated May 9, 2026
One-click install
npx skills add https://github.com/GustavoGutierrez/engineering-skills --skill traceability-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: traceability-manager
Source: https://github.com/GustavoGutierrez/engineering-skills/tree/main/skills/traceability-manager
Command: npx skills add https://github.com/GustavoGutierrez/engineering-skills --skill traceability-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams establish and audit end-to-end bidirectional traceability from requirements to implementation and validation, enabling coverage assurance and accurate change impact analysis.

Core Features & Use Cases

  • Typed bidirectional links: Defines a controlled vocabulary of link types (e.g., originates-from, refines, implements, validated-by, governed-by) to keep relationships explicit and governable.
  • Coverage and orphan detection: Classifies requirements by coverage level and flags orphans (requirements, tasks, APIs, validations, policies) that lack required link structure.
  • Change impact analysis: Traces forward and backward to identify the complete set of affected artifacts before changes are made.
  • Governance-ready outputs: Generates a traceability model snapshot or a traceability plan in consistent Markdown output structures.

Quick Start

Use the traceability-manager skill to generate a Markdown traceability model for your current project artifacts by mapping requirements, tasks, APIs, validation evidence, and policies into a typed relationship graph.

Frequently Asked Questions about traceability-manager

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

FAQPage Schema
How do I maintain bidirectional requirements traceability across my project artifacts?

Bidirectional requirements traceability is maintained by mapping requirements, tasks, APIs, validation evidence, and policies into a typed relationship graph using a controlled vocabulary. This generates a Markdown traceability model snapshot that governs coverage validation and change impact analysis.

What is orphan detection in requirements traceability and how does it work?

Orphan detection in requirements traceability identifies requirements, tasks, APIs, validations, or policies that lack required link structures. It classifies requirements by coverage level and flags unlinked artifacts to ensure complete governance across the bidirectional traceability model.

How do I perform change impact analysis on implementation artifacts linked to requirements?

Change impact analysis is performed by tracing forward and backward through typed bidirectional links to identify the complete set of affected artifacts. This ensures accurate tracking of implementations, validations, and policies before executing project changes.

What is the best way to structure a Requirements Traceability Matrix (RTM) for validation coverage?

The best way to structure an RTM for validation coverage is using a controlled vocabulary of typed links like originates-from, refines, implements, and validated-by. This explicit typed-link approach keeps relationships governable and produces consistent Markdown traceability plans.

Can I use typed links to govern requirements-to-validation coverage across multiple artifact types?

Yes, you can use typed links to govern requirements-to-validation coverage across multiple artifact types. The traceability model enforces explicit typed-link vocabulary rules, classifies coverage levels, and reports orphans across requirements, tasks, APIs, validations, and policies.

When should I not use a typed link traceability model for project governance?

You should not use a typed link traceability model when your project lacks defined requirements, implementation artifacts, or validation evidence to map. Without existing artifacts to link, the model cannot perform coverage classification, orphan reporting, or forward and backward impact tracing.