Skip to content
Automation
Skill

/extract-generic-space

Infer the shared abstract relational structure that is common across conceptual-blend input spaces.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill extract-generic-space --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/extract-generic-space

Context preview

The summary Claude sees to decide when to auto-load this skill.

Infer the shared abstract relational structure that is common across conceptual-blend input spaces.

SKILL.md

extract-generic-space.SKILL.md
name: extract-generic-space
description: "Infer the shared abstract relational structure that is common across conceptual-blend input spaces."

extract-generic-space

Purpose

Infer the shared abstract relational structure common across conceptual-blend input spaces.

Input contract

required: [input_space_set]
optional: [candidate_relations, blend_goal]
constraints: [generic relations must be present in at least two input spaces]

Procedure

1. Compare roles and relations across the input spaces. 2. Keep only shared structure and mark source-specific attributes. 3. Validate the generic space against the blend goal before projection.

If the generic space supports a coherent candidate blend, consider `simulate-emergent-properties` as the next tactic.

Output contract

produces: [generic_space, shared_relations, excluded_attributes]
delta_fields: [findings, hypothesis_updates, uncertainties]

Quality gates

  • Every generic relation has at least two source traces; source-specific structure is not silently generalized.

Failure and counterexamples

Return no generic space when the inputs share only vocabulary or when relation alignment is ambiguous.

Provenance map

  • `conceptual-blending/generic-space`: concept (no exact pool entry).
Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
499
Stars
41
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
5h ago
Last commit
7mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine