home/categories/architecture-patterns/carlo-spada-xentri-claude-skills-validate-sibling-dependency-skill-md
architecture-patternsdevelopment

validate-sibling-dependency

Validate Sibling Dependency Law (ADR-020) for Xentri architecture. Use when checking module dependencies, creating new requirements, adding interfaces between entities, or reviewing cross-module relationships. Enforces that entities can only depend on siblings (same parent) and cross-branch access must be declared at common ancestor level.

carlo-spada
maintainer
carlo-spada
更新日 12/6/2025
スター
0
フォーク
0
quick start

Installation and usage

Validate Sibling Dependency Law (ADR-020) for Xentri architecture. Use when checking module dependencies, creating new requirements, adding interfaces between entities, or reviewing cross-module relationships. Enforces that entities can only depend on siblings (same parent) and cross-branch access must be declared at common ancestor level.

インストール
$ install --globalskills.sh
使い方

インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:

skills use validate-sibling-dependency