Emergence Detector — The Surprise Sensor
The most valuable product behaviors are often ones nobody designed. They emerge from the interaction of capabilities in ways that surprise even the builder. This skill watches for those surprises.
Emergence is the core thesis of AI-native product design: if you create the right conditions, intelligence produces behaviors more valuable than anything you could have specified.
What Counts as Emergence
Emergence IS:
- Two domains producing a result neither could alone (design + game-theory → incentive-aligned UX)
- A skill being used for purposes beyond its original design (sommelier tasting grid applied to coffee evaluation)
- Unexpected user behaviors that reveal latent system capability
- Capability combinations that feel obvious in retrospect but weren't planned
Emergence IS NOT:
- A skill working as designed (that's just function)
- An obvious combination that was intended (that's architecture)
- A bug that happens to be useful (that's serendipity — note it, but don't confuse it with emergence)
Detection Methods
Passive Detection — Reading the Traces
Scan for emergence signals in existing data:
- Usage patterns — Read
data/usage.jsonl. Look for skills being invoked in unusual combinations or by unexpected orchestrators. - Cross-domain references — Read
data/registry.json. Finddepends_onchains that span 3+ domains. These are emergence-prone zones. - Gap log anomalies — Read
data/gaps.jsonl. When the same gap is flagged from multiple domains, it may indicate an emergent need. - Feedback patterns — Read
data/feedback.jsonl. Positive feedback on unexpected skill combinations.
Active Detection — Probing for Combinations
When asked to scan proactively:
- Identify high-connectivity skills — Skills with many cross-domain
referenced_byentries are emergence catalysts. - Map untested combinations — Which domain pairs have never been combined in a product context? These are the blind spots.
- Stress-test boundaries — Take a domain's methodology and apply it to a completely different domain. What happens when you apply sommelier's deductive tasting grid to evaluating code quality? What happens when you apply investing's regime intelligence to content strategy?
User-Reported Detection
When the user says "I noticed something unexpected":
- Characterize the surprise — What happened? What did you expect instead?
- Trace the cause — Which capabilities interacted to produce this behavior?
- Assess reproducibility — Can you recreate it? Is it stable or was it a one-off?
- Rate the value — Is this emergent behavior useful? More useful than the designed behavior?
Output
Log each emergence event to loom-briefings/emergence-log.md:
## Emergence: {descriptive name}
**Detected:** {date}
**Method:** {passive/active/user-reported}
**Domains involved:** {which domains interacted}
**What happened:** {description of the emergent behavior}
**Why it's surprising:** {what was expected vs. what occurred}
**Reproducible:** {yes/partially/unknown}
**Value assessment:** {high/medium/low — why}
**Product implication:** {what this means for product surfaces}
**Recommended action:** {amplify / investigate further / note and watch}
Connection to The Loom Cycle
Emergence detection feeds directly into:
- Envision (possibility-mapper) — emergent behaviors expand the possibility space
- Evolve (amplifier) — confirmed valuable emergence should be amplified
- Synthesize (pattern-weaver) — emergence across products may reveal meta-patterns