@human-avatar/skills-for-humanity 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/.claude-plugin/plugin.json +22 -0
  2. package/README.md +451 -0
  3. package/bin/install.js +271 -0
  4. package/package.json +41 -0
  5. package/skills/aesthetic/SKILL.md +80 -0
  6. package/skills/aesthetic-coherence-check/SKILL.md +92 -0
  7. package/skills/aesthetic-elegance-testing/SKILL.md +96 -0
  8. package/skills/aesthetic-pattern-detection/SKILL.md +93 -0
  9. package/skills/aesthetic-simplicity-analysis/SKILL.md +97 -0
  10. package/skills/analogy/SKILL.md +80 -0
  11. package/skills/analogy-boundary-testing/SKILL.md +90 -0
  12. package/skills/analogy-domain-transfer/SKILL.md +87 -0
  13. package/skills/analogy-perspective-shifting/SKILL.md +84 -0
  14. package/skills/analogy-structure-mapping/SKILL.md +88 -0
  15. package/skills/communication/SKILL.md +78 -0
  16. package/skills/communication-audience-modeling/SKILL.md +82 -0
  17. package/skills/communication-clarity-audit/SKILL.md +88 -0
  18. package/skills/communication-medium-selection/SKILL.md +89 -0
  19. package/skills/communication-objection-mapping/SKILL.md +87 -0
  20. package/skills/constraint/SKILL.md +78 -0
  21. package/skills/constraint-hardness-testing/SKILL.md +94 -0
  22. package/skills/constraint-rule-inversion/SKILL.md +77 -0
  23. package/skills/constraint-scope-reduction/SKILL.md +84 -0
  24. package/skills/constraint-workaround-mapping/SKILL.md +88 -0
  25. package/skills/creativity/SKILL.md +173 -0
  26. package/skills/creativity-alternatives/SKILL.md +84 -0
  27. package/skills/creativity-assumption-excavator/SKILL.md +95 -0
  28. package/skills/creativity-brainstorm/SKILL.md +102 -0
  29. package/skills/creativity-concept-fan/SKILL.md +93 -0
  30. package/skills/creativity-consider-factors/SKILL.md +87 -0
  31. package/skills/creativity-lateral-thinking/SKILL.md +77 -0
  32. package/skills/creativity-other-perspectives/SKILL.md +91 -0
  33. package/skills/creativity-plus-minus-interesting/SKILL.md +80 -0
  34. package/skills/creativity-provocation/SKILL.md +79 -0
  35. package/skills/creativity-random-entry/SKILL.md +74 -0
  36. package/skills/creativity-six-hats/SKILL.md +84 -0
  37. package/skills/creativity-water-logic/SKILL.md +79 -0
  38. package/skills/decision/SKILL.md +78 -0
  39. package/skills/decision-criteria-weighting/SKILL.md +88 -0
  40. package/skills/decision-option-mapping/SKILL.md +93 -0
  41. package/skills/decision-premortem-analysis/SKILL.md +86 -0
  42. package/skills/decision-reversibility-analysis/SKILL.md +88 -0
  43. package/skills/emotional/SKILL.md +78 -0
  44. package/skills/emotional-motivation-mapping/SKILL.md +95 -0
  45. package/skills/emotional-resistance-diagnosis/SKILL.md +96 -0
  46. package/skills/emotional-stakes-mapping/SKILL.md +98 -0
  47. package/skills/emotional-trust-audit/SKILL.md +96 -0
  48. package/skills/ethics/SKILL.md +130 -0
  49. package/skills/ethics-bias-check/SKILL.md +90 -0
  50. package/skills/ethics-check/SKILL.md +86 -0
  51. package/skills/ethics-consent-review/SKILL.md +104 -0
  52. package/skills/ethics-council/SKILL.md +219 -0
  53. package/skills/ethics-crisis-triage/SKILL.md +113 -0
  54. package/skills/ethics-data-audit/SKILL.md +87 -0
  55. package/skills/ethics-empathy-circle/SKILL.md +108 -0
  56. package/skills/ethics-impact-scan/SKILL.md +90 -0
  57. package/skills/ethics-vendor-review/SKILL.md +97 -0
  58. package/skills/game-theory/SKILL.md +59 -0
  59. package/skills/game-theory-auction/SKILL.md +96 -0
  60. package/skills/game-theory-coalition/SKILL.md +84 -0
  61. package/skills/game-theory-equilibrium/SKILL.md +73 -0
  62. package/skills/game-theory-iterated/SKILL.md +83 -0
  63. package/skills/game-theory-mechanism-design/SKILL.md +85 -0
  64. package/skills/game-theory-prisoners-dilemma/SKILL.md +81 -0
  65. package/skills/game-theory-signaling/SKILL.md +72 -0
  66. package/skills/historical/SKILL.md +78 -0
  67. package/skills/historical-cycle-detection/SKILL.md +102 -0
  68. package/skills/historical-failure-analysis/SKILL.md +96 -0
  69. package/skills/historical-lesson-extraction/SKILL.md +97 -0
  70. package/skills/historical-precedent-analysis/SKILL.md +96 -0
  71. package/skills/human/SKILL.md +128 -0
  72. package/skills/identity/SKILL.md +66 -0
  73. package/skills/identity-character-testing/SKILL.md +76 -0
  74. package/skills/identity-mission-alignment/SKILL.md +74 -0
  75. package/skills/identity-values-clarification/SKILL.md +68 -0
  76. package/skills/logic/SKILL.md +112 -0
  77. package/skills/logic-argument-validation/SKILL.md +92 -0
  78. package/skills/logic-causality-mapping/SKILL.md +121 -0
  79. package/skills/logic-check/SKILL.md +92 -0
  80. package/skills/logic-consistency-check/SKILL.md +96 -0
  81. package/skills/logic-constraint-mapping/SKILL.md +105 -0
  82. package/skills/logic-council/SKILL.md +158 -0
  83. package/skills/logic-fixer/SKILL.md +94 -0
  84. package/skills/narrative/SKILL.md +78 -0
  85. package/skills/narrative-audience-modeling/SKILL.md +65 -0
  86. package/skills/narrative-frame-analysis/SKILL.md +66 -0
  87. package/skills/narrative-structure-mapping/SKILL.md +70 -0
  88. package/skills/narrative-tension-mapping/SKILL.md +62 -0
  89. package/skills/play/SKILL.md +80 -0
  90. package/skills/play-constraint-inversion/SKILL.md +97 -0
  91. package/skills/play-perspective-reversal/SKILL.md +101 -0
  92. package/skills/play-stimulus-generation/SKILL.md +101 -0
  93. package/skills/play-worst-case-reversal/SKILL.md +94 -0
  94. package/skills/probability/SKILL.md +78 -0
  95. package/skills/probability-base-rate-anchoring/SKILL.md +66 -0
  96. package/skills/probability-confidence-calibration/SKILL.md +73 -0
  97. package/skills/probability-expected-value-calculation/SKILL.md +69 -0
  98. package/skills/probability-scenario-weighting/SKILL.md +66 -0
  99. package/skills/resource/SKILL.md +78 -0
  100. package/skills/resource-allocation-analysis/SKILL.md +71 -0
  101. package/skills/resource-bottleneck-analysis/SKILL.md +76 -0
  102. package/skills/resource-leverage-mapping/SKILL.md +69 -0
  103. package/skills/resource-waste-audit/SKILL.md +80 -0
  104. package/skills/sensory/SKILL.md +68 -0
  105. package/skills/sensory-detail-mining/SKILL.md +70 -0
  106. package/skills/sensory-signal-detection/SKILL.md +68 -0
  107. package/skills/sensory-structured-observation/SKILL.md +73 -0
  108. package/skills/social/SKILL.md +78 -0
  109. package/skills/social-coalition-mapping/SKILL.md +74 -0
  110. package/skills/social-dynamics-analysis/SKILL.md +80 -0
  111. package/skills/social-incentive-analysis/SKILL.md +76 -0
  112. package/skills/social-power-mapping/SKILL.md +67 -0
  113. package/skills/strategy/SKILL.md +54 -0
  114. package/skills/strategy-alliance/SKILL.md +67 -0
  115. package/skills/strategy-deception/SKILL.md +60 -0
  116. package/skills/strategy-force-economy/SKILL.md +63 -0
  117. package/skills/strategy-intelligence/SKILL.md +65 -0
  118. package/skills/strategy-positioning/SKILL.md +62 -0
  119. package/skills/strategy-terrain/SKILL.md +64 -0
  120. package/skills/strategy-timing/SKILL.md +64 -0
  121. package/skills/strategy-victory/SKILL.md +64 -0
  122. package/skills/systems/SKILL.md +78 -0
  123. package/skills/systems-archetype-matching/SKILL.md +72 -0
  124. package/skills/systems-emergence-detection/SKILL.md +65 -0
  125. package/skills/systems-feedback-mapping/SKILL.md +67 -0
  126. package/skills/systems-leverage-analysis/SKILL.md +65 -0
  127. package/skills/temporal/SKILL.md +78 -0
  128. package/skills/temporal-cycle-detection/SKILL.md +75 -0
  129. package/skills/temporal-futures-mapping/SKILL.md +63 -0
  130. package/skills/temporal-horizon-mapping/SKILL.md +65 -0
  131. package/skills/temporal-timing-analysis/SKILL.md +67 -0
  132. package/skills/writing/SKILL.md +115 -0
  133. package/skills/writing-arc-design/SKILL.md +68 -0
  134. package/skills/writing-argument/SKILL.md +79 -0
  135. package/skills/writing-audience-calibration/SKILL.md +72 -0
  136. package/skills/writing-character-development/SKILL.md +72 -0
  137. package/skills/writing-copy/SKILL.md +83 -0
  138. package/skills/writing-dialogue/SKILL.md +86 -0
  139. package/skills/writing-executive-summary/SKILL.md +68 -0
  140. package/skills/writing-inconsistency-audit/SKILL.md +94 -0
  141. package/skills/writing-line-editing/SKILL.md +87 -0
  142. package/skills/writing-plot-structure/SKILL.md +65 -0
  143. package/skills/writing-pov/SKILL.md +72 -0
  144. package/skills/writing-prose-elevation/SKILL.md +82 -0
  145. package/skills/writing-report/SKILL.md +65 -0
  146. package/skills/writing-restructure/SKILL.md +71 -0
  147. package/skills/writing-rhetoric/SKILL.md +90 -0
  148. package/skills/writing-scene-construction/SKILL.md +79 -0
  149. package/skills/writing-technical/SKILL.md +94 -0
  150. package/skills/writing-tone-alignment/SKILL.md +72 -0
  151. package/skills/writing-voice-consistency/SKILL.md +74 -0
  152. package/skills/writing-worldbuilding/SKILL.md +59 -0
@@ -0,0 +1,97 @@
1
+ ---
2
+ name: aesthetic-simplicity-analysis
3
+ description: "Finds the simpler version while preserving what matters — not arbitrary reduction, but finding the core and discarding what is not it. TRIGGERS: 'find the simple version', 'simplify this', 'what's the essence', 'less but better', 'strip it back', 'what could we remove'."
4
+ ---
5
+
6
+ # Aesthetic Simplicity Analysis
7
+
8
+ Simplicity is not minimalism for its own sake — it is the clarity that emerges when
9
+ everything that obscures the essence has been removed. Most things accumulate layers:
10
+ additions made under pressure, elements that hedge against edge cases, features added
11
+ to satisfy someone who asked. The result is a thing that does everything adequately
12
+ and nothing powerfully. This skill finds the core and tests what must stay, what can
13
+ go, and what removal would actually cost.
14
+
15
+ ---
16
+
17
+ ## Your Process
18
+
19
+ **Step 1: State the Thing and Its Purpose**
20
+ What is it, and what is it supposed to do? Name the object — a strategy, product,
21
+ message, design, process, argument — and state its job in one sentence. If the
22
+ purpose isn't clear, clarifying it is the first act of simplification.
23
+
24
+ **Step 2: Find the Essence**
25
+ If you could keep only one thing — one idea, one element, one mechanism — and it had
26
+ to carry the entire weight of the purpose, what would it be? State this as one
27
+ sentence. This is the essence. Everything else in the analysis flows from whether
28
+ it serves this or doesn't.
29
+
30
+ **Step 3: Classify Each Element**
31
+ Go through every component or layer. Assign each one of three classifications:
32
+ - **Essence** — it is the core, or it expresses the core directly and powerfully
33
+ - **Supporting the essence** — it helps the core do its job; without it the
34
+ essence is harder to access or less effective
35
+ - **Obscuring the essence** — it dilutes the core, competes with it for attention,
36
+ or adds noise that the reader or user must filter out to reach what matters
37
+
38
+ **Step 4: Remove and Reduce**
39
+ Eliminate everything classified as obscuring. Reduce everything classified as
40
+ supporting to the minimum required for the essence to land clearly. Each reduction
41
+ is a decision — name what it costs and why that cost is acceptable.
42
+
43
+ **Step 5: Test with What Remains**
44
+ With the reduced set: can the essence be felt clearly? Does the version with less
45
+ do the original job? If not, something was misclassified — a supporting element was
46
+ actually doing more work than was visible. Revise and keep it.
47
+
48
+ **Step 6: Name What Was Lost**
49
+ What was removed, and what did each removal cost? Some removals are free — the
50
+ element was noise that looked like signal. Some involve real trade-offs — the
51
+ removed element served a secondary purpose worth acknowledging even if not worth
52
+ keeping.
53
+
54
+ ---
55
+
56
+ ## Human Check-in
57
+
58
+ Before proceeding, ask the user:
59
+
60
+ **How do you want to run this?**
61
+
62
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
63
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
64
+ - **C) Removals only** — what can be cut while preserving what matters
65
+ - **D) Refine the framing** — adjust what we're analyzing before starting
66
+
67
+ Proceed based on their choice.
68
+
69
+ ## Output Format
70
+
71
+ **Essence:** [one sentence — the irreducible core of what this thing is and does]
72
+
73
+ **Element Classification**
74
+
75
+ | Element | Classification | Rationale |
76
+ |---|---|---|
77
+ | [component] | [essence / supporting / obscuring] | [why — what it does for the core] |
78
+
79
+ **Simplified Version:** [what remains after removal and reduction]
80
+
81
+ **What Was Lost**
82
+
83
+ | Removed Element | What It Did | Acceptable Loss? |
84
+ |---|---|---|
85
+ | [element] | [secondary function] | [yes — free / yes — acceptable trade-off / no — reclassify] |
86
+
87
+ **Verdict:** Does the simplified version deliver the essence clearly?
88
+ [yes / partial — state what's still competing / no — revise classification]
89
+
90
+ ---
91
+
92
+ ## Notes
93
+
94
+ The goal is not the shortest version but the clearest. A long thing can be simple if
95
+ every part serves the essence. A short thing can be incoherent if it's just been cut
96
+ without finding the core first. Simplicity is achieved when adding anything would be
97
+ wrong, and removing anything would be a loss.
@@ -0,0 +1,80 @@
1
+ ---
2
+ name: analogy
3
+ description: "Entry point for the analogy toolkit. Routes to the right analogy skill based on your situation. Use when you say 'analogy', 'is this like that', 'find a comparison', 'import a solution from elsewhere', 'fresh eyes on this', 'where does this metaphor break', or want analogical reasoning applied without knowing which specific tool fits."
4
+ ---
5
+
6
+ # Analogy
7
+
8
+ Applies analogical reasoning to any problem. Diagnoses what kind of analogy work is needed and applies the right tool.
9
+
10
+ ## Which tool fits
11
+
12
+ | You need to... | Tool |
13
+ |---|---|
14
+ | Find where an existing analogy or metaphor breaks down | boundary-testing |
15
+ | Import solutions from a completely different domain | domain-transfer |
16
+ | Approach a problem through a different field's lens | perspective-shifting |
17
+ | Test the structural correspondence between two situations | structure-mapping |
18
+
19
+ ## Routing Decision
20
+
21
+ - **Already using an analogy and want to stress-test it** → boundary-testing
22
+ - **Stuck on a problem, want to find who's solved something like it elsewhere** → domain-transfer
23
+ - **Need fresh eyes from an expert in a different field** → perspective-shifting
24
+ - **Want to know if two situations are genuinely structurally similar** → structure-mapping
25
+ - **Unclear** → structure-mapping first (establishing the analogy rigorously), then boundary-testing (finding where it fails)
26
+
27
+ ---
28
+
29
+ ## Confirm Direction
30
+
31
+ After diagnosing which tool fits, present the recommendation before executing:
32
+
33
+ > My read: **[diagnosed tool]** — one sentence on why it fits.
34
+
35
+ - **A) Yes, run that tool**
36
+ - **B) Show me all options** — list every skill in this category with one-line descriptions
37
+ - **C) Quick version** — lighter-weight alternative for this situation, if one exists
38
+ - **D) Re-diagnose** — describe the situation differently for a second read
39
+
40
+ Wait for their selection before proceeding.
41
+
42
+ ---
43
+
44
+ ## Boundary Testing
45
+
46
+ *Finds where an analogy breaks down before it's relied upon.*
47
+
48
+ Name the analogy explicitly: A is like B because [shared properties]. Now systematically test each dimension of the comparison. For each shared property: does it actually hold? What differences exist? Find the dimension where the analogy fails in a way that matters for the decision at hand. Analogies fail silently — the damage happens when decisions are made on a mapping that doesn't hold in the relevant dimension.
49
+
50
+ **Output:** Analogy map (what holds, what doesn't), the specific dimension of failure, and what decisions should not rely on this analogy.
51
+
52
+ ---
53
+
54
+ ## Domain Transfer
55
+
56
+ *Imports solutions from unrelated domains by finding structural similarities.*
57
+
58
+ Name the core structure of the problem: what kind of challenge is this underneath the surface details? Search for domains that have solved structurally similar problems — often in completely unrelated fields (biology for network design, military strategy for resource constraints, jazz for improvisational systems). For each candidate domain: what was the solution? How does it map back?
59
+
60
+ **Output:** Core problem structure, candidate domains with solved analogues, and specific solutions mapped back to the original problem.
61
+
62
+ ---
63
+
64
+ ## Perspective Shifting
65
+
66
+ *Approaches a problem through a completely different field's lens.*
67
+
68
+ Name the home domain — the expertise lens being applied by default. Now select 2-3 radically different fields: what would a [biologist / game designer / urban planner / etc.] see when looking at this? Apply each lens genuinely, not superficially. The goal is to surface assumptions invisible from inside the home domain.
69
+
70
+ **Output:** Per-lens analysis — what each field notices, what assumptions it challenges, what solutions it suggests that the home domain wouldn't.
71
+
72
+ ---
73
+
74
+ ## Structure Mapping
75
+
76
+ *Identifies the deep structural correspondence between two situations.*
77
+
78
+ List the elements of situation A. List the elements of situation B. For each element in A: does a corresponding element exist in B? Are the relationships between elements preserved? Test whether the mapping is genuine isomorphism or just surface similarity. Surface similarity fails on deeper structure; genuine isomorphism predicts behavior accurately.
79
+
80
+ **Output:** Element-by-element correspondence table, relationship preservation check, verdict on whether the analogy is structurally valid, and what the mapping predicts.
@@ -0,0 +1,90 @@
1
+ ---
2
+ name: analogy-boundary-testing
3
+ description: "Finds where an analogy breaks down before it's relied upon. Analogies fail silently — the damage happens when decisions are made on a mapping that doesn't hold in the relevant dimension. Triggers: 'stress-test this analogy', 'where does this comparison break', 'does this really apply', 'test the metaphor', 'where is the analogy wrong'."
4
+ ---
5
+
6
+ # Analogy Boundary Testing
7
+
8
+ Analogies are tools, not truths. The danger is not using an analogy — it is using one past
9
+ its boundary. Analogies fail silently: the flaw is invisible until a decision has been made
10
+ that depended on the part that didn't hold. This skill finds the boundary before that
11
+ happens.
12
+
13
+ ---
14
+
15
+ ## Your Process
16
+
17
+ **Step 1: State the Analogy**
18
+ Write it explicitly: "X is like Y." Name the analogy being tested, the domain it comes
19
+ from, and the claim being made on the basis of it.
20
+
21
+ **Step 2: List Similarities**
22
+ What does the analogy capture correctly? List every genuine parallel — the aspects where
23
+ the structural correspondence is real. This is not validation; it's establishing what the
24
+ analogy is good for before finding what it isn't.
25
+
26
+ **Step 3: List Differences**
27
+ Every meaningful divergence between X and Y is a potential failure point. List them
28
+ systematically: different actors, different dynamics, different constraints, different
29
+ feedback mechanisms, different scales, different reversibility. Be thorough — incomplete
30
+ difference-listing is the most common failure mode here.
31
+
32
+ **Step 4: Test Each Difference Against the Decision**
33
+ For each decision or conclusion being made on the basis of this analogy: which differences
34
+ are relevant to that specific decision? A difference that doesn't affect the conclusion is
35
+ harmless. A difference that does affect it invalidates the reasoning.
36
+
37
+ **Step 5: Does the Conclusion Still Hold?**
38
+ For each relevant difference identified in Step 4: if this difference is real, does the
39
+ conclusion derived from the analogy still follow? If not, the analogy cannot support that
40
+ conclusion.
41
+
42
+ **Step 6: State Safe Scope**
43
+ Where can this analogy be validly relied upon? What does it illuminate, and what decisions
44
+ can it inform? State the boundary clearly.
45
+
46
+ ---
47
+
48
+ ## Human Check-in
49
+
50
+ Before proceeding, ask the user:
51
+
52
+ **How do you want to run this?**
53
+
54
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
55
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
56
+ - **C) Breaking points only** — where the analogy fails, not where it holds
57
+ - **D) Refine the framing** — adjust what we're analyzing before starting
58
+
59
+ Proceed based on their choice.
60
+
61
+ ## Output Format
62
+
63
+ **Analogy:** [X is like Y — domain and claim]
64
+
65
+ **Similarities (what the analogy captures correctly):**
66
+ > [Bulleted list]
67
+
68
+ **Differences (potential failure points):**
69
+ > [Bulleted list — be thorough]
70
+
71
+ **Relevant differences for this decision:**
72
+
73
+ | Difference | Relevant to decision? | Effect on conclusion |
74
+ |------------|----------------------|----------------------|
75
+ | | | |
76
+ | | | |
77
+
78
+ **Conclusion validity:**
79
+ > [Does the analogy support the conclusion? Yes / Partially / No — with reason]
80
+
81
+ **Safe scope — what this analogy validly applies to:**
82
+ > [Bounded statement]
83
+
84
+ ---
85
+
86
+ ## Notes
87
+
88
+ The most useful output is the safe scope statement — a positive claim about where the
89
+ analogy is reliable. Discarding an analogy entirely because it has limits wastes the
90
+ genuine insight it contains.
@@ -0,0 +1,87 @@
1
+ ---
2
+ name: analogy-domain-transfer
3
+ description: "Imports solutions from unrelated domains by finding structural similarities between your problem and solved problems elsewhere. Triggers: 'cross-domain analogy', 'what solves this elsewhere', 'find a parallel problem', 'look outside this field', 'borrow a solution'."
4
+ ---
5
+
6
+ # Analogy Domain Transfer
7
+
8
+ Your field has blind spots that your field created. The best solutions to structural
9
+ problems often exist already — in biology, military strategy, architecture, sport, logistics,
10
+ emergency medicine — because the underlying problem is not domain-specific. The work is
11
+ abstraction: strip away the domain details until the pattern is visible, then find where
12
+ that pattern is already solved.
13
+
14
+ ---
15
+
16
+ ## Your Process
17
+
18
+ **Step 1: Abstract the Problem to Structural Essence**
19
+ Describe the problem without any domain vocabulary. What is actually happening? What are
20
+ the actors, their relationships, the failure mode, the goal? The moment you can describe
21
+ it without industry jargon, you can search for it anywhere.
22
+
23
+ **Step 2: Search Candidate Domains**
24
+ Consider where this structural pattern appears: biology (systems, adaptation, immunity),
25
+ military (logistics, command, deception), architecture (load, flow, resilience), sport
26
+ (coordination, pressure, strategy), gaming (rules, incentives, escalation), logistics
27
+ (sequencing, bottlenecks, routing), medicine (diagnosis, triage, recovery).
28
+
29
+ **Step 3: Extract the Core Mechanism**
30
+ For each candidate domain: what is the actual mechanism that solves the problem? Not the
31
+ surface story — the operational logic. How does it work, step by step?
32
+
33
+ **Step 4: Map Mechanism Back**
34
+ Translate the mechanism into your problem. What plays what role? What would be the
35
+ equivalent of each element? This is where analogies either click or reveal themselves as
36
+ superficial.
37
+
38
+ **Step 5: Test Where the Analogy Holds and Breaks**
39
+ Every analogy breaks somewhere. Where does the mechanism still work when mapped? Where does
40
+ it stop working? The break points tell you where to be careful and where the insight ends.
41
+
42
+ ---
43
+
44
+ ## Human Check-in
45
+
46
+ Before proceeding, ask the user:
47
+
48
+ **How do you want to run this?**
49
+
50
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
51
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
52
+ - **C) One domain transfer** — the single most structurally similar domain, fully developed
53
+ - **D) Refine the framing** — adjust what we're analyzing before starting
54
+
55
+ Proceed based on their choice.
56
+
57
+ ## Output Format
58
+
59
+ **Problem (abstracted — no domain vocabulary):**
60
+ > [Structural description]
61
+
62
+ **Candidate domains and mechanisms:**
63
+
64
+ | Domain | Analogous problem | Core mechanism | Strength of match |
65
+ |--------|------------------|----------------|-------------------|
66
+ | | | | |
67
+ | | | | |
68
+
69
+ **Best mapping:**
70
+ - Domain element → Your problem element (for each key pair)
71
+
72
+ **Where the analogy holds:**
73
+ > [Specific aspects]
74
+
75
+ **Where the analogy breaks:**
76
+ > [Specific aspects — don't skip this]
77
+
78
+ **Insight to import:**
79
+ > [The actionable mechanism translated back into your problem]
80
+
81
+ ---
82
+
83
+ ## Notes
84
+
85
+ A weak abstraction in Step 1 produces weak domain matches. If the domains found feel
86
+ obvious or already-familiar, the abstraction still contains domain assumptions — strip
87
+ further.
@@ -0,0 +1,84 @@
1
+ ---
2
+ name: analogy-perspective-shifting
3
+ description: "Approaches a problem from completely different fields to break the assumption blindness that comes from domain expertise. Triggers: 'fresh eyes', 'outside perspective', 'what would a [different expert] say', 'beginner's mind', 'approach from another field'."
4
+ ---
5
+
6
+ # Analogy Perspective Shifting
7
+
8
+ Domain expertise creates assumption blindness. The more you know about a field, the more
9
+ invisible its foundational assumptions become — they stop looking like choices and start
10
+ looking like facts. Bringing in genuine outsider perspectives breaks this. Not
11
+ hypothetically — by actually applying the diagnostic instincts and tools of people who
12
+ have never heard of your problem's usual framing.
13
+
14
+ ---
15
+
16
+ ## Your Process
17
+
18
+ **Step 1: State the Problem**
19
+ Describe the problem as you currently understand it. This is the insider framing — it will
20
+ contain the assumptions you're trying to surface.
21
+
22
+ **Step 2: Choose 2-3 Genuinely Different Fields**
23
+ Select fields with fundamentally different training, tools, and instincts. For software
24
+ problems: film production, archaeology, emergency medicine, urban planning. For
25
+ organisational problems: ecology, military logistics, theatre direction, structural
26
+ engineering. Avoid fields that are adjacent — choose fields that would produce different
27
+ first questions.
28
+
29
+ **Step 3: Build Each Expert's Toolkit**
30
+ For each field: what are their core diagnostic tools and instincts? What do they always
31
+ check first? What patterns are they trained to spot? What would their first question be
32
+ when encountering an unknown problem?
33
+
34
+ **Step 4: Apply Each Lens**
35
+ Apply each expert's toolkit to your problem. What do they immediately notice that insiders
36
+ overlook? What would they try first that you haven't? What would strike them as obviously
37
+ wrong or unnecessarily complex? Don't moderate the outsider view — let it be naive.
38
+
39
+ **Step 5: Find Cross-Field Patterns**
40
+ What do multiple outsiders notice independently? When different fields converge on the
41
+ same observation, that observation has a strong claim to being real — it's visible from
42
+ multiple angles, not an artefact of one framing.
43
+
44
+ ---
45
+
46
+ ## Human Check-in
47
+
48
+ Before proceeding, ask the user:
49
+
50
+ **How do you want to run this?**
51
+
52
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
53
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
54
+ - **C) Shifted perspective only** — the view from the new field, skip the formal structural mapping
55
+ - **D) Refine the framing** — adjust what we're analyzing before starting
56
+
57
+ Proceed based on their choice.
58
+
59
+ ## Output Format
60
+
61
+ **Problem (insider framing):**
62
+ > [Current description]
63
+
64
+ **Field perspectives:**
65
+
66
+ | Field | Core instincts / tools | What they notice | What they'd try first |
67
+ |-------|------------------------|------------------|-----------------------|
68
+ | | | | |
69
+ | | | | |
70
+
71
+ **Cross-field patterns (what multiple outsiders see):**
72
+ > [Observations that appear across more than one field]
73
+
74
+ **Most useful foreign insight:**
75
+ > [The single observation or approach from outside that would most change how you work
76
+ > the problem — and why it's been invisible from inside]
77
+
78
+ ---
79
+
80
+ ## Notes
81
+
82
+ The exercise fails if the "outside" perspectives are just your own reasoning relabelled.
83
+ Each field's observations should surprise you. If they don't, you haven't actually left
84
+ your frame — you've just dressed it in different vocabulary.
@@ -0,0 +1,88 @@
1
+ ---
2
+ name: analogy-structure-mapping
3
+ description: "Identifies the deep structural correspondence between two situations — genuine isomorphism vs superficial similarity. Triggers: 'does this analogy hold', 'map the structure', 'is this really like that', 'structural similarity', 'test the comparison'."
4
+ ---
5
+
6
+ # Analogy Structure Mapping
7
+
8
+ Analogies are persuasive but often wrong. The surface similarity that makes a comparison
9
+ feel apt can obscure structural differences that make it invalid. This skill maps the deep
10
+ structure of both situations and checks correspondence element by element — distinguishing
11
+ genuine isomorphism (same structure, different content) from superficial similarity (same
12
+ surface, different structure).
13
+
14
+ ---
15
+
16
+ ## Your Process
17
+
18
+ **Step 1: State the Two Situations**
19
+ Write Situation A and Situation B clearly. State the analogy as claimed: "A is like B
20
+ because..."
21
+
22
+ **Step 2: Extract Structure of Each**
23
+ For each situation independently, map: key actors, their relationships, the dynamics
24
+ (what drives change), the constraints (what limits action), and the goals (what success
25
+ looks like). Do this for each situation before comparing — comparison before extraction
26
+ introduces bias.
27
+
28
+ **Step 3: Map Elements A to B**
29
+ For each structural element in A, identify the corresponding element in B. State the
30
+ mapping explicitly: "In A, X plays the role of Y in B."
31
+
32
+ **Step 4: Classify Each Mapped Pair**
33
+ For each mapped pair: is the correspondence genuine (same structural role, same
34
+ relationship type, same dynamics) or superficial (same label or surface feature, different
35
+ structural role)?
36
+
37
+ **Step 5: Find Where the Mapping Breaks**
38
+ Every analogy breaks somewhere — this is not a failure, it is where the analysis becomes
39
+ useful. Which differences are structurally significant? Which make the analogy unreliable
40
+ for the specific prediction or decision being made?
41
+
42
+ **Step 6: State Valid Predictions and Invalid Ones**
43
+ Based on where the mapping holds and where it breaks, state what the analogy validly
44
+ predicts and what it cannot be relied upon to predict.
45
+
46
+ ---
47
+
48
+ ## Human Check-in
49
+
50
+ Before proceeding, ask the user:
51
+
52
+ **How do you want to run this?**
53
+
54
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
55
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
56
+ - **C) Structural differences only** — where the two situations diverge, not where they align
57
+ - **D) Refine the framing** — adjust what we're analyzing before starting
58
+
59
+ Proceed based on their choice.
60
+
61
+ ## Output Format
62
+
63
+ **Situation A structure:** [actors / relationships / dynamics / constraints / goals]
64
+ **Situation B structure:** [actors / relationships / dynamics / constraints / goals]
65
+
66
+ **Element mapping:**
67
+
68
+ | Element in A | Corresponding element in B | Genuine / Superficial | Reason |
69
+ |-------------|---------------------------|----------------------|--------|
70
+ | | | | |
71
+ | | | | |
72
+
73
+ **Where the mapping breaks:**
74
+ > [Specific structural differences and why they matter]
75
+
76
+ **Valid predictions (analogy holds):**
77
+ > [What can be reliably inferred from B about A]
78
+
79
+ **Invalid predictions (analogy breaks):**
80
+ > [What cannot be inferred — where relying on the analogy would mislead]
81
+
82
+ ---
83
+
84
+ ## Notes
85
+
86
+ Genuine structural correspondence requires that the relationship between elements matches —
87
+ not just that individual elements can be paired. Two things can share every node and differ
88
+ entirely on the edges that connect them.
@@ -0,0 +1,78 @@
1
+ ---
2
+ name: communication
3
+ description: "Entry point for the communication toolkit. Routes to the right communication skill based on your situation. Use when you say 'communication', 'how do I say this', 'will this land', 'which channel', 'what will they push back on', 'does this make sense', or want communication help without knowing which specific tool fits."
4
+ ---
5
+
6
+ # Communication
7
+
8
+ Applies communication thinking to any message, proposal, or delivery decision. Diagnoses what kind of communication problem this is and applies the right tool.
9
+
10
+ ## Which tool fits
11
+
12
+ | You need to... | Tool |
13
+ |---|---|
14
+ | Understand what your audience actually believes and cares about | audience-modeling |
15
+ | Find where a message will be misread or lost before sending | clarity-audit |
16
+ | Choose the right channel and format for the message | medium-selection |
17
+ | Anticipate and pre-address likely objections | objection-mapping |
18
+
19
+ ## Routing Decision
20
+
21
+ - **Don't know your audience well or why they're not getting it** → audience-modeling
22
+ - **Have a draft and want to find where it breaks** → clarity-audit
23
+ - **Unsure whether to email, meet, async, sync, document** → medium-selection
24
+ - **About to present something contentious and need to prepare** → objection-mapping
25
+ - **Unclear** → audience-modeling first; communication fails at the receiver, not the sender
26
+
27
+ ## Confirm Direction
28
+
29
+ After diagnosing which tool fits, present the recommendation before executing:
30
+
31
+ > My read: **[diagnosed tool]** — one sentence on why it fits.
32
+
33
+ - **A) Yes, run that tool**
34
+ - **B) Show me all options** — list every skill in this category with one-line descriptions
35
+ - **C) Quick version** — lighter-weight alternative for this situation, if one exists
36
+ - **D) Re-diagnose** — describe the situation differently for a second read
37
+
38
+ Wait for their selection before proceeding.
39
+
40
+ ---
41
+
42
+ ## Audience Modeling
43
+
44
+ *Maps what the audience currently believes, actually cares about, and fears.*
45
+
46
+ Build a model of the audience before communicating. What do they already believe about this topic? What are their real goals (often different from their stated role)? What do they fear — about the message, the change, the consequences? What would need to be true for them to change their mind or take action? Communication fails not because the message is unclear, but because the sender doesn't model the receiver.
47
+
48
+ **Output:** Audience belief map, real goals, fears, and the threshold conditions for a positive response.
49
+
50
+ ---
51
+
52
+ ## Clarity Audit
53
+
54
+ *Finds where a message will be lost, misread, or misunderstood.*
55
+
56
+ Read the message as if you have no prior context. Where does it assume knowledge the reader may not have? Where could a word or phrase be interpreted differently? Where does structure obscure the point? Where is the ask buried or implicit? For each problem: classify as ambiguity (multiple valid interpretations), assumption (missing context), or structure (the architecture hides the message).
57
+
58
+ **Output:** Annotated list of clarity problems, classified by type, with specific rewrites for each.
59
+
60
+ ---
61
+
62
+ ## Medium Selection
63
+
64
+ *Matches the message to the right channel and format.*
65
+
66
+ Assess the message against four dimensions: (1) complexity — does understanding require dialogue, or is the content self-contained? (2) tone — does this carry emotional weight requiring presence? (3) record — does this need to be findable later? (4) urgency — how time-sensitive is the response? Map these against available channels. The same content in the wrong medium loses most of its effect — an async message that needed presence, or a meeting that needed a document.
67
+
68
+ **Output:** Recommended channel with reasoning, format within that channel, and what to avoid.
69
+
70
+ ---
71
+
72
+ ## Objection Mapping
73
+
74
+ *Maps likely objections before delivering a proposal.*
75
+
76
+ List all stakeholders who will encounter this proposal. For each: what is their likely first objection? What's the deeper concern beneath it? Now assess each objection: is it addressable by changing the proposal, addressable by framing, or genuinely unresolvable? Objections anticipated feel addressed; objections that arrive as surprises derail.
77
+
78
+ **Output:** Objection map — stakeholder, surface objection, underlying concern, and how to address it. Flags unresolvable objections the presenter must prepare for.