gov-traceability-manager

Validate traceability links and generate coverage reports from YAML.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill gov-traceability-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gov-traceability-manager
Source: https://github.com/FernanSuoza/AIDD-project-bootstrap/tree/main/templates/skills/gov-traceability-manager
Command: npx skills add https://github.com/FernanSuoza/AIDD-project-bootstrap --skill gov-traceability-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes assets (resource) components.

What problem does it solve?

Manage link integrity and coverage across architecture, stories, tests, release artifacts, and coverage reports.

Core Features & Use Cases

  • Update or validate links in docs/traceability/links.yaml using the schema and scripts in this package.
  • Report missing, stale, or orphaned references rather than silently repairing meaning.
  • Check release notes, evidence, and stories when shipped scope or verification changed.
  • Use the validator and report generator to keep deterministic checks outside the model’s free text.

Quick Start

Run the traceability validator and generator to update link status and generate the coverage report.

Frequently Asked Questions about gov-traceability-manager

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

FAQPage Schema
How do I validate traceability links between architecture documents and test artifacts?

You validate traceability links by running validate_traceability.py against docs/traceability/links.yaml to verify link integrity across architecture, stories, tests, and release artifacts. The script identifies missing, stale, or orphaned references without silently repairing meaning.

What is orphan report generation in software traceability?

Orphan report generation in traceability identifies missing, stale, or orphaned references across architecture, stories, tests, and release artifacts. It reports gaps rather than silently repairing meaning, ensuring deterministic checks after planning, verification, and deployment.

How do I generate a coverage report for release notes and architecture links?

You generate a coverage report by running link_report.py to process link status and cross-reference release notes. The generator exports results to execution-plan/reports/req-coverage/generated-report.md, providing deterministic artifact coverage checks outside the model's free text.

Can I use a YAML schema to maintain end-to-end traceability across release artifacts?

Yes, you can use a YAML schema to maintain end-to-end traceability. This skill governs link integrity by validating the docs/traceability/links.yaml file, ensuring consistent change impact analysis and gap reporting across architecture, stories, tests, and release artifacts.

Does deterministic traceability validation work after deployment and verification phases?

Yes, deterministic traceability validation applies deterministic checks after planning, verification, and deployment. It governs link integrity and checks release notes, evidence, and stories when shipped scope or verification changes occur in the project lifecycle.

Why does my traceability coverage report show stale references after a release scope change?

Stale references appear in traceability coverage reports when shipped scope or verification changes break existing link integrity. Run the validator and report generator to update link status and identify the specific missing, stale, or orphaned references requiring cross-reference updates.