
from bdfinst205
Detect semantic duplication of business logic across architectural layers by annotating computation functions and clustering equivalent domain concepts.
Tool for detecting when the same business rule or domain computation has been independently reimplemented across different architectural layers (domain, application, presentation, infrastructure). Builds a computation register by identifying non-trivial functions, annotating them with normalized semantic descriptions, and clustering entries to surface duplicates. Includes pre-filtering rules to exclude trivial functions and test/build artifacts, an annotation prompt for consistent semantic descriptions, sharded clustering guidance, and canonical scoring to suggest preferred canonical locations for rules. Intended for codebase maintenance and refactoring assistance.
This skill has not been reviewed by our automated audit pipeline yet.