adr-relationships

Installation
SKILL.md

ADR Relationship Management

Provides logic for domain analysis, conflict detection, and relationship tracking in Architecture Decision Records.

When to Use This Skill

Use this skill when... Use blueprint-adr-validate instead when...
You need domain tagging logic for grouping related ADRs You're running a one-shot ADR validation report
You need conflict detection between ADRs in the same domain You're auditing all ADRs before a release
You need bidirectional relationship validation between ADRs Use blueprint-adr-list instead when you only need a flat ADR index
You're authoring a new ADR and want to find related decisions Use blueprint-derive-plans instead when generating ADRs from existing code

Core Capabilities

  1. Domain Analysis: Scope ADRs by domain tag to find related decisions
  2. Conflict Detection: Surface potential conflicts in same domain
  3. Relationship Validation: Ensure bidirectional consistency
  4. Orphan Detection: Find ADRs with broken references
Installs
7
GitHub Stars
47
First Seen
Feb 27, 2026
adr-relationships — laurigates/claude-plugins