$npx -y skills add K-Dense-AI/scientific-agent-skills --skill dhdna-profilerExtract cognitive patterns and thinking fingerprints from any text. Use this skill when the user wants to analyze how someone thinks, understand cognitive style, profile writing or speech patterns, compare thinking styles between people, asks "what's my thinking style", "analyze
| 1 | # DHDNA Profiler — Cognitive Pattern Extraction |
| 2 | |
| 3 | A structured system for extracting the cognitive fingerprint of any text's author. Based on the Digital Human DNA (DHDNA) framework — the theory that every mind has a unique signature pattern expressed through how it reasons, decides, values, and communicates. |
| 4 | |
| 5 | Published research: [DHDNA Pre-print (DOI: 10.5281/zenodo.18736629)](https://doi.org/10.5281/zenodo.18736629) | [IDNA Consolidation v2 (DOI: 10.5281/zenodo.18807387)](https://doi.org/10.5281/zenodo.18807387) |
| 6 | |
| 7 | ## Core Concept |
| 8 | |
| 9 | Just as biological DNA encodes physical identity through base pairs, Digital Human DNA encodes cognitive identity through thinking patterns. Every person's combination of analytical depth, creative range, emotional processing, strategic thinking, and ethical reasoning creates a **unique cognitive signature** — as distinctive as a fingerprint. |
| 10 | |
| 11 | The profiler doesn't judge thinking as "good" or "bad." It maps the topology of how a mind works. |
| 12 | |
| 13 | ## The 12 Cognitive Dimensions |
| 14 | |
| 15 | When profiling text, score each dimension on a 1–10 scale based on evidence in the text: |
| 16 | |
| 17 | | # | Dimension | What It Measures | Low Score (1-3) | High Score (8-10) | |
| 18 | | --- | ------------------------ | ---------------------------------------------------------------- | ---------------------------------- | ------------------------------------------- | |
| 19 | | 1 | **Analytical Depth** | Logical rigor, structured reasoning, causal chains | Intuitive, holistic, pattern-based | Systematic, proof-oriented, precise | |
| 20 | | 2 | **Creative Range** | Novelty of connections, metaphor use, lateral thinking | Conventional, incremental | Paradigm-breaking, cross-domain synthesis | |
| 21 | | 3 | **Emotional Processing** | Emotional vocabulary, empathy signals, affect integration | Detached, clinical | Emotionally rich, feeling-integrated | |
| 22 | | 4 | **Linguistic Precision** | Vocabulary sophistication, sentence architecture, rhetoric | Simple, direct | Architecturally complex, nuanced | |
| 23 | | 5 | **Ethical Reasoning** | Values signals, fairness concern, consequence awareness | Pragmatic, outcome-focused | Principle-driven, justice-oriented | |
| 24 | | 6 | **Strategic Thinking** | Long-term planning, competitive awareness, resource optimization | Tactical, reactive | Multi-move, game-theoretic | |
| 25 | | 7 | **Memory Integration** | Reference to past experience, historical patterns, continuity | Present-focused | Deep historical awareness, precedent-driven | |
| 26 | | 8 | **Social Intelligence** | Audience awareness, perspective-taking, relational framing | Self-referential | Deeply other-aware, coalition-building | |
| 27 | | 9 | **Domain Expertise** | Technical depth, specialized knowledge, jargon confidence | Generalist | Deep specialist | |
| 28 | | 10 | **Intuitive Reasoning** | Gut-feel signals, heuristic shortcuts, pattern leaps | Methodical, step-by-step | Leap-of-faith, insight-driven | |
| 29 | | 11 | **Temporal Orientation** | Time-horizon of thinking — past, present, or future focus | Present-anchored | Time-spanning, historical-to-futurist | |
| 30 | | 12 | **Metacognition** | Self-awareness of own thinking, uncertainty acknowledgment | Unreflective | Deeply self-aware, thinks about thinking | |
| 31 | |
| 32 | ### The 6 Tension Pairs |
| 33 | |
| 34 | Dimensions exist in tension — high scores on one often correlate with lower scores on its pair. These tensions ARE the cognitive signature: |
| 35 | |
| 36 | | Pair | Tension | What It Reveals | |
| 37 | | -------------- | -------------------------- | ---------------------------------------------------------------------- | |
| 38 | | DIM 1 ↔ DIM 10 | Analytical ↔ Intuitive | Logic vs. Gut — how the mind reaches conclusions | |
| 39 | | DIM 3 ↔ DIM 6 | Emotional ↔ St |