Knowledge Intelligence

MUR v2 tracks relationships between patterns and provides intelligent suggestions.

Pattern Linking

Patterns can have bidirectional links (Zettelkasten-style):

mur links swift-testing-macro

Output shows all connected patterns:

swift-testing-macro
  ├── related: swift-async-testing
  ├── related: error-handling-swift
  └── depends: xcode-project-setup

Co-occurrence Tracking

MUR tracks which patterns are frequently injected together. Over time, this reveals:

  • Patterns that belong together (→ suggest combining into a workflow)
  • Patterns that overlap (→ suggest merging or deduplicating)

Composition & Decomposition

mur suggest

Composition suggestions — "These 3 patterns always appear together. Create a workflow?"

Decomposition suggestions — "This pattern covers 4 topics. Split into focused patterns?"

Auto-create suggestions as drafts:

mur suggest --create

See Also