Skip to content

Archetype Pattern Indexing

Index recurring patterns by structural signature so they can be recognized, compared, and reused across contexts.

The Diagnostic Story

Symptom: Recurring situations keep getting solved from scratch because the patterns behind them are scattered across individual memory, case files, and expert intuition. When someone finally names a pattern, a debate breaks out over whether this case really fits — because no one can inspect the structural signature, only the label. Meanwhile, everyone is either reinventing solutions or grabbing the most fashionable archetype regardless of fit.

Pivot: Convert scattered pattern knowledge into an indexed retrieval structure by defining the structural signature of each archetype, pairing it with examples and counterexamples, and explicitly mapping the distinctions from its nearest neighbors.

Resolution: The index makes structural recognition inspectable rather than expert-only. Retrieval becomes a structural match against signatures rather than a memory test, and response guidance is traceable to fit conditions — so pattern application disciplines itself.

Reach for this when you hear…

[clinical diagnosis] “We keep treating these as separate presentations, but they're the same underlying structure — we need a decision aid we can actually look at, not just what the senior doctor remembers.”

[software architecture] “Everyone argues about whether this is a Facade or a Mediator, and it's because nobody wrote down what structurally distinguishes them.”

[legal practice] “We have a hundred precedents and no way to find the one that actually matches the fact pattern — we're searching by case name, not by what the case is about.”

Mechanisms / Implementations

  • Anti-Pattern Catalog
  • Case Library
  • Design Pattern Catalog
  • Diagnostic Atlas
  • Pattern Card Template
  • Pattern Library
  • Solution Archetype Archive
  • System Archetype Index
  • Tagging Schema

Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.

Built directly on (3)

Also references 6 related abstractions

  • Analogy: Transfer structure between domains.
  • Compression: Reduce redundancy.
  • Representation: Model complex ideas.
  • Schema: Structured knowledge framework.
  • Transfer of Learning: Apply knowledge across contexts.
  • Universality: Systems with different microscopic detail obey identical macroscopic laws because only a low-dimensional signature survives coarse-graining.

Variants

Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.

Diagnostic Archetype Indexing · subtype · recognized

Indexes archetypes so a current case can be compared against diagnostic pattern signatures.

Design Pattern Indexing · domain variant · recognized

Indexes reusable design patterns by problem context, forces, structure, examples, and known tradeoffs.

Anti-Pattern Indexing · risk or failure variant · recognized

Indexes recurring harmful or failure-prone structures so they can be recognized and avoided.

Case-Based Pattern Indexing · implementation variant · recognized

Uses concrete cases as retrieval anchors for recurring patterns, with each case linked to structural signatures and neighbor distinctions.