KM-301f · Module 2

Shadow Experts & Artifact Archaeology

4 min read

Two of the most underutilized knowledge recovery tools: shadow experts and artifact archaeology. Shadow experts are the people inside the organization who developed capability alongside the primary holder — not equals, but practitioners who absorbed knowledge through proximity. Artifact archaeology is the disciplined search through the digital trail the expert left behind — emails, documents, code, configurations, notes, and communications — to reconstruct what they knew from what they wrote.

  1. Finding Shadow Experts Shadow experts are not obvious. They are not the person with the official backup role. They are the person who was copied on emails when the primary holder was involved. The person who sat near the expert for three years. The person who was brought in "just to observe" on a dozen occasions. Find them by asking: "Who would the primary holder have consulted on a hard problem?" and "Who has ever successfully done part of what [the expert] did?"
  2. Extracting from Shadow Experts Shadow experts are humble about their knowledge — they know they are not the expert. Extraction sessions must be designed around their actual experience, not their self-assessment. Use observation-based probes: "Describe the last time you worked on [problem type]." "What did you do that worked?" "What were you uncertain about?" "What would you have asked [the expert]?" Their uncertainty is often the most useful data — it identifies the knowledge boundary.
  3. Artifact Archaeology: The Digital Trail Every expert leaves a digital trail: email archives, Slack or Teams history, code commits, document edit histories, configuration files, notes, calendar records. This trail contains the documentation of thinking, decision-making, and problem-solving that never made it into formal knowledge systems. Artifact archaeology is the systematic search of this trail for recoverable knowledge.
  4. Artifact Analysis Framework Organize the artifact search around the scoped knowledge gaps. For each gap: search the email archive for conversations about that topic. Search the document repository for files created or frequently modified by the expert. Search the code repository for commits with relevant comments. Search calendar records for meetings that involved the relevant domain. Each artifact is a data point; the pattern across artifacts is the knowledge.
# Artifact Archaeology Checklist — [Expert Name / Domain]

## Digital Trail Sources
- [ ] Email archive: search for [domain keywords], filter sender/recipient
- [ ] Slack/Teams: export message history, search [domain channels + DMs]
- [ ] Document repository: files created/modified by [expert], [domain folders]
- [ ] Code repository: commits authored by [expert], comments, commit messages
- [ ] Wiki/confluence: pages created/edited by [expert]
- [ ] Calendar: meeting invites, agenda docs, notes files attached
- [ ] Ticket system: tickets assigned to/created by [expert]
- [ ] Version control: configuration files authored by [expert]

## For Each Artifact Found:
1. What decision or problem does it address?
2. What reasoning is expressed (even implicitly)?
3. What does it reference that we do not have?
4. Which gap on our recovery list does it partially address?

## Cross-Reference Matrix
| Knowledge Gap | Artifacts Found | Residual Holders Corroborate | Confidence |
|--------------|----------------|------------------------------|------------|
| [Gap 1] | [List] | [Names] | High/Med/Low |
| [Gap 2] | [List] | [Names] | High/Med/Low |

## Recovery Priority (Re-ranked after artifact search)
1. [Gap with lowest recovery confidence] — needs empirical testing
2. [Gap with medium confidence] — needs shadow expert session
3. [Gap with high confidence] — ready for documentation