rules-traceability

Map RN-XXX-NN business rules to Azure DevOps PBIs and generate a traceability matrix.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill rules-traceability
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rules-traceability
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/rules-traceability
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill rules-traceability

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all business rules are properly linked to Product Backlog Items (PBIs) and have corresponding test coverage, preventing rules from being lost, forgotten, or violated.

Core Features & Use Cases

  • Rule Identification: Parses business rules from documentation (reglas-negocio.md).
  • Traceability Matrix: Creates a mapping between business rules (RN-XXX-NN) and existing PBIs in Azure DevOps.
  • Gap Analysis: Identifies rules without PBI coverage or PBIs not linked to rules.
  • PBI Proposal: Suggests new PBIs for uncovered rules.
  • Reporting: Generates a traceability matrix and coverage statistics.

Quick Start

Parse business rules from projects/{project}/reglas-negocio.md and map them to existing PBIs in Azure DevOps.

Frequently Asked Questions about rules-traceability

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

FAQPage Schema
How do I map business rules to Azure DevOps PBIs for traceability?

To map business rules to Azure DevOps PBIs, you parse rules from markdown documentation using RN-XXX-NN patterns and query Azure DevOps to construct a traceability matrix, identifying coverage gaps and proposing new PBIs for uncovered rules.

What is a business rule traceability matrix in Azure DevOps?

A business rule traceability matrix maps identified rules, parsed from markdown files using RN-XXX-NN patterns, to existing Product Backlog Items in Azure DevOps, generating coverage statistics to prevent rules from being lost or forgotten during development.

How can I find business rules without test coverage in Azure DevOps?

You can find business rules without test coverage by performing a gap analysis that parses your documentation and queries Azure DevOps, identifying rules lacking linked Product Backlog Items and proposing new PBIs to ensure comprehensive testability.

Does the traceability matrix generation work with markdown documentation?

Yes, the traceability matrix generation works directly with markdown documentation by parsing business rules identified by RN-XXX-NN patterns from specified markdown files to map them against existing Azure DevOps work items.

How do I generate proposed PBIs for uncovered business rules?

To generate proposed PBIs for uncovered business rules, the system parses your markdown files, queries Azure DevOps for existing work items, and automatically suggests new Product Backlog Items for any rules missing PBI coverage.