@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,78 @@
1
+ ---
2
+ name: decision
3
+ description: "Entry point for the decision toolkit. Routes to the right decision skill based on your situation. Use when you say 'decision', 'help me decide', 'should I', 'which option', 'what are my choices', 'what could go wrong', 'is this reversible', or want decision help without knowing which specific tool fits."
4
+ ---
5
+
6
+ # Decision
7
+
8
+ Applies structured decision thinking to any choice. Diagnoses what kind of decision work is needed and applies the right tool.
9
+
10
+ ## Which tool fits
11
+
12
+ | You need to... | Tool |
13
+ |---|---|
14
+ | Make sure you're seeing all the real options | option-mapping |
15
+ | Compare options against weighted criteria | criteria-weighting |
16
+ | Stress-test a decision by imagining it failed | premortem-analysis |
17
+ | Calibrate how much process this decision deserves | reversibility-analysis |
18
+
19
+ ## Routing Decision
20
+
21
+ - **About to decide between 2 options — may be missing others** → option-mapping first
22
+ - **Options are visible, need to compare them systematically** → criteria-weighting
23
+ - **Leaning toward a direction, want to stress-test it** → premortem-analysis
24
+ - **Unsure how much time to spend on this decision** → reversibility-analysis
25
+ - **Unclear** → option-mapping; the option space is almost always narrower than it should be
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
+ ## Option Mapping
43
+
44
+ *Ensures all real options are visible before choosing.*
45
+
46
+ Counter the false dichotomy: the first two options that come to mind are rarely all that exists. Generate options across three levels: (1) direct solutions to the stated problem, (2) alternative framings of the problem that suggest different solutions, (3) options that combine or transcend the initial set. Apply the deliberate quota: find at least 5 options. Don't evaluate until the inventory is complete.
47
+
48
+ **Output:** Option inventory (5+ minimum), including options that reframe the problem, with brief descriptions. No evaluation yet — just the full map.
49
+
50
+ ---
51
+
52
+ ## Criteria Weighting
53
+
54
+ *Runs a weighted multi-criteria analysis.*
55
+
56
+ Step 1: List what actually matters for this decision. Step 2: Weight each criterion by importance (1-5 scale). Step 3: Score each option on each criterion (1-5). Step 4: Calculate weighted scores. Step 5: Check the winner against intuition — if the numbers say X but your gut says Y, that gap is information worth understanding, not a flaw in the method.
57
+
58
+ **Output:** Weighted decision matrix, ranked options, and an interpretation of whether the quantitative result matches or challenges intuition.
59
+
60
+ ---
61
+
62
+ ## Premortem Analysis
63
+
64
+ *Imagines the decision was made and failed — then diagnoses why.*
65
+
66
+ Set the scene: it's 12 months from now. The decision was made, and it failed badly. Write the failure story: what went wrong? Be specific — not "it didn't work" but the actual mechanism of failure. Generate 5+ distinct failure paths. Now: which failure modes are most probable? Which are most damaging if they occur? Which can be mitigated before committing?
67
+
68
+ **Output:** 5+ failure paths, ranked by probability and severity. For each high-priority failure mode: the mitigation that reduces it. The adjusted decision recommendation.
69
+
70
+ ---
71
+
72
+ ## Reversibility Analysis
73
+
74
+ *Categorises a decision by reversibility to apply the right level of process.*
75
+
76
+ Two-way door decisions (easily reversible) should be made quickly with less process — the cost of deliberating exceeds the cost of being wrong. One-way door decisions (hard or impossible to reverse) deserve thorough analysis. Classify this decision: what would it take to undo it? How quickly? At what cost? Many decisions that feel irreversible aren't. Many that feel casual are more binding than they appear.
77
+
78
+ **Output:** Decision classification (reversibility score 1-5), what undoing it would require, and the recommended level of process given that classification.
@@ -0,0 +1,88 @@
1
+ ---
2
+ name: decision-criteria-weighting
3
+ description: "Runs a weighted multi-criteria analysis — making explicit what matters, how much, and how each option performs against it. Triggers: 'weighted decision matrix', 'multi-criteria analysis', 'help me choose between', 'compare these options', 'decision matrix'."
4
+ ---
5
+
6
+ # Decision Criteria Weighting
7
+
8
+ Intuitive decisions fail when too many criteria are in play and their relative importance
9
+ isn't made explicit. This skill forces that explicitness. The goal is not to replace
10
+ judgment — it is to make the judgment visible enough to inspect, challenge, and defend.
11
+
12
+ ---
13
+
14
+ ## Your Process
15
+
16
+ **Step 1: State the Decision and List Real Options**
17
+ Name the decision. List the actual options being considered — not aspirational ones. If an
18
+ option isn't genuinely available, remove it before it contaminates the analysis.
19
+
20
+ **Step 2: Identify 4-8 Criteria**
21
+ Name the criteria that define a good outcome for this specific decision. Criteria should
22
+ be independent (not measuring the same thing twice), observable (you can score against
23
+ them), and genuinely relevant (removing one would change the analysis).
24
+
25
+ **Step 3: Weight the Criteria**
26
+ Distribute exactly 100 points across the criteria. This forces trade-offs — you cannot
27
+ weight everything highly. If everything matters equally, the distribution reveals a
28
+ failure to think through what actually matters most.
29
+
30
+ **Step 4: Score Each Option**
31
+ Score each option on each criterion from 1 to 5. Do this before calculating totals — the
32
+ sequence matters. Scoring after you see where things are headed is reverse-engineering to
33
+ confirm a preference, which defeats the exercise.
34
+
35
+ **Step 5: Calculate Weighted Scores**
36
+ Weighted score = sum of (weight × score) for each criterion. Calculate for all options.
37
+
38
+ **Step 6: Sense-Check**
39
+ If the math agrees with your intuition, good. If it disagrees, investigate: is the
40
+ intuition catching something the criteria missed, or is the intuition rationalising a
41
+ preference? Either is possible. Don't dismiss either.
42
+
43
+ ---
44
+
45
+ ## Human Check-in
46
+
47
+ Before proceeding, ask the user:
48
+
49
+ **How do you want to run this?**
50
+
51
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
52
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
53
+ - **C) Weights only** — establish criteria priorities before scoring any options
54
+ - **D) Refine the framing** — adjust what we're analyzing before starting
55
+
56
+ Proceed based on their choice.
57
+
58
+ ## Output Format
59
+
60
+ **Decision:** [Statement]
61
+
62
+ **Criteria and weights:**
63
+
64
+ | Criterion | Weight (total = 100) |
65
+ |-----------|----------------------|
66
+ | | |
67
+
68
+ **Scored matrix:**
69
+
70
+ | Option | [Criterion 1] (×W) | [Criterion 2] (×W) | ... | Weighted Total |
71
+ |--------|-------------------|-------------------|-----|----------------|
72
+ | | | | | |
73
+ | | | | | |
74
+
75
+ **Sense-check:**
76
+ > [Does the result match intuition? If not — what is the intuition picking up that the
77
+ > matrix doesn't capture, or what is the intuition getting wrong?]
78
+
79
+ **Recommendation:**
80
+ > [Option name] — [one sentence rationale]
81
+
82
+ ---
83
+
84
+ ## Notes
85
+
86
+ The value of this exercise is in the weighting step, not the scoring. Most decision
87
+ disagreements are disagreements about what matters, not about how options perform.
88
+ Making weights explicit moves the conversation to the right place.
@@ -0,0 +1,93 @@
1
+ ---
2
+ name: decision-option-mapping
3
+ description: "Ensures all real options are visible before choosing — countering the false dichotomy that limits consideration to the first two options that came to mind. Triggers: 'what are all the options', 'false dichotomy check', 'expand the option set', 'what else could we do', 'options inventory'."
4
+ ---
5
+
6
+ # Decision Option Mapping
7
+
8
+ The options people choose between are usually not all the options that exist — they are
9
+ the first options that were named, which then anchored the frame. This skill expands the
10
+ option set before analysis begins, using four specific moves that reliably surface options
11
+ the natural framing excludes.
12
+
13
+ ---
14
+
15
+ ## Your Process
16
+
17
+ **Step 1: State the Decision and Currently-Considered Options**
18
+ Write the decision as currently framed and list all options currently on the table. Don't
19
+ filter yet — include the options even if they seem weak.
20
+
21
+ **Step 2: Challenge the Frame**
22
+ Is this decision actually forced? Are you choosing between options A and B because those
23
+ are the real options, or because those are the options that were generated first? What
24
+ would have to be true for there to be no decision to make?
25
+
26
+ **Step 3: Four Expansion Moves**
27
+
28
+ **(a) Expand**: Generate 3 more ways to achieve the underlying goal. Not variations on
29
+ existing options — genuinely different approaches. Ask: if none of the current options
30
+ existed, what would we try?
31
+
32
+ **(b) Defer**: Is "decide later" viable? At what cost? Deferral is a real option — it
33
+ has costs and benefits like any other. When can this be decided without foreclosing
34
+ anything important?
35
+
36
+ **(c) Hybrid**: Can elements of multiple options be combined? Hybrids often emerge when
37
+ options are treated as mutually exclusive when they aren't.
38
+
39
+ **(d) Reframe**: If the goal were slightly different, what options appear? Sometimes
40
+ the option set is limited by the goal framing, not the constraints.
41
+
42
+ **Step 4: Add Viable New Options**
43
+ From the four moves, add the options that are genuinely viable. Discard the ones that
44
+ don't survive basic scrutiny — not to narrow prematurely, but to keep the set useful.
45
+
46
+ **Step 5: Recommend Next Step**
47
+ With the expanded set, recommend which analytical tool to apply: decision-criteria-
48
+ weighting (multiple comparable options), decision-reversibility-analysis (one option being
49
+ considered), or decision-premortem-analysis (a direction already being leaned toward).
50
+
51
+ ---
52
+
53
+ ## Human Check-in
54
+
55
+ Before proceeding, ask the user:
56
+
57
+ **How do you want to run this?**
58
+
59
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
60
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
61
+ - **C) Hidden options only** — surface the options not currently being considered
62
+ - **D) Refine the framing** — adjust what we're analyzing before starting
63
+
64
+ Proceed based on their choice.
65
+
66
+ ## Output Format
67
+
68
+ **Decision as framed:** [Statement]
69
+ **Currently-considered options:** [List]
70
+
71
+ **Frame challenge:**
72
+ > [Is this decision forced? What assumptions are built into the current option set?]
73
+
74
+ **Expanded option set:**
75
+
76
+ | Option | Source (original / expand / defer / hybrid / reframe) | Viable? | Reason |
77
+ |--------|------------------------------------------------------|---------|--------|
78
+ | | | | |
79
+ | | | | |
80
+
81
+ **Options to add to the decision:**
82
+ > [Bulleted list with one-line rationale each]
83
+
84
+ **Recommended next step:**
85
+ > [Which analytical skill to apply, and to which expanded option set]
86
+
87
+ ---
88
+
89
+ ## Notes
90
+
91
+ The most commonly missed option is deferral. "Decide now" is itself a choice with costs —
92
+ urgency is often assumed rather than real, and deferral with a defined review point is
93
+ frequently the most rational option on the table.
@@ -0,0 +1,86 @@
1
+ ---
2
+ name: decision-premortem-analysis
3
+ description: "Imagines the decision has been made and failed — then diagnoses why. Breaks the commitment bias that prevents honest risk assessment after a direction is chosen. Triggers: 'pre-mortem', 'imagine this failed', 'what could go wrong', 'assume this doesn't work', 'failure mode analysis'."
4
+ ---
5
+
6
+ # Decision Premortem Analysis
7
+
8
+ Once a direction is chosen, commitment bias makes honest risk assessment nearly impossible
9
+ — the mind starts defending the decision rather than evaluating it. This skill breaks that
10
+ by mandating a specific fiction: assume the project has already failed. Then ask why.
11
+ The pessimism is not optional — it is the mechanism.
12
+
13
+ ---
14
+
15
+ ## Your Process
16
+
17
+ **Step 1: State the Decision and Intended Outcome**
18
+ Write the decision clearly and the specific outcome it is supposed to produce. Include
19
+ the timeline and the measurable definition of success.
20
+
21
+ **Step 2: Project to Failure**
22
+ Enter the failure frame. The statement is: "[Project name] launched on [date] and failed
23
+ to achieve [outcome]. Here is what went wrong." Write this as if reporting a post-mortem,
24
+ not brainstorming risks. The past-tense fiction reduces defensive filtering.
25
+
26
+ **Step 3: Brainstorm All Failure Modes**
27
+ Generate failure modes without filtering for probability. Encourage pessimism. For each
28
+ failure mode, ask: how would this actually unfold? What would be the first sign? What
29
+ would make it worse?
30
+
31
+ **Step 4: Group Failures by Type**
32
+ - **Execution failures**: we had the right model of the world but did it wrong —
33
+ timing, resourcing, coordination, quality.
34
+ - **Assumption failures**: we did it right but our model of the world was wrong —
35
+ the market, the users, the technology, the dependencies.
36
+ - **Unknown failures**: we didn't anticipate this category of problem at all.
37
+
38
+ **Step 5: Pre-emptive Action per Top Failure Mode**
39
+ Identify the 3-5 most significant failure modes (highest probability × severity). For
40
+ each: what single action, taken now, most reduces the probability or severity of this
41
+ failure?
42
+
43
+ ---
44
+
45
+ ## Human Check-in
46
+
47
+ Before proceeding, ask the user:
48
+
49
+ **How do you want to run this?**
50
+
51
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
52
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
53
+ - **C) Top 3 failure modes only** — highest probability × severity combinations, skip the full inventory
54
+ - **D) Refine the framing** — adjust what we're analyzing before starting
55
+
56
+ Proceed based on their choice.
57
+
58
+ ## Output Format
59
+
60
+ **Decision and intended outcome:**
61
+ > [Statement + timeline + measurable success definition]
62
+
63
+ **Failure modes (all generated):**
64
+
65
+ | Failure mode | Type (Execution / Assumption / Unknown) | Probability | Severity |
66
+ |-------------|----------------------------------------|-------------|----------|
67
+ | | | | |
68
+ | | | | |
69
+
70
+ **Top 3-5 failure modes with pre-emptive actions:**
71
+
72
+ | Failure mode | Why it's significant | Pre-emptive action |
73
+ |-------------|---------------------|-------------------|
74
+ | | | |
75
+ | | | |
76
+
77
+ **Assumption inventory (things that must be true for this to work):**
78
+ > [Bulleted list — these are the highest-leverage unknowns to validate early]
79
+
80
+ ---
81
+
82
+ ## Notes
83
+
84
+ Assumption failures are the most dangerous category because they are invisible until
85
+ something breaks. The pre-mortem's most durable output is often the assumption inventory —
86
+ which assumptions, if wrong, would make the entire direction invalid?
@@ -0,0 +1,88 @@
1
+ ---
2
+ name: decision-reversibility-analysis
3
+ description: "Categorises a decision by reversibility and applies the appropriate level of process rigour. Triggers: 'is this reversible', 'how much should I think about this', 'one-way door', 'two-way door', 'decision type', 'how committed is this'."
4
+ ---
5
+
6
+ # Decision Reversibility Analysis
7
+
8
+ Most people apply the same amount of thinking to every decision. This is wrong in both
9
+ directions: it produces analysis paralysis on easy reversible choices, and recklessness on
10
+ decisions that cannot be undone. The right question before deciding is not "what should
11
+ I choose?" — it is "how much should I invest in choosing?"
12
+
13
+ ---
14
+
15
+ ## Your Process
16
+
17
+ **Step 1: State the Decision**
18
+ Write the decision clearly. Include what is actually being committed to — not the
19
+ framing, the underlying commitment.
20
+
21
+ **Step 2: Assess Reversal Cost**
22
+ If this decision turns out to be wrong, how expensive is it to undo? Consider: financial
23
+ cost, time cost, relationship or trust cost, technical debt introduced, market position
24
+ lost, and optionality foreclosed. Be concrete — not "expensive" but "six months of
25
+ re-architecture and two broken partnerships."
26
+
27
+ **Step 3: Classify — Type 1 or Type 2**
28
+ - **Type 1 (one-way door)**: reversing is very costly or practically impossible. Wrong
29
+ here means significant, durable damage.
30
+ - **Type 2 (two-way door)**: can be walked back at low cost if wrong. A review point or
31
+ small experiment can reveal the error before it compounds.
32
+
33
+ **Step 4: Apply the Appropriate Process**
34
+ - Type 1: slow down. Consult broadly. Surface dissent. Apply full analytical rigour.
35
+ Set explicit criteria for what "good" looks like before committing.
36
+ - Type 2: decide quickly. Set a review point. Move. Do not let this consume the time
37
+ budget of a Type 1 decision.
38
+
39
+ **Step 5: Flag Misclassification Risk**
40
+ Some decisions feel reversible but aren't. Network effects, sunk cost psychology,
41
+ technical lock-in, and relationship damage can make nominal two-way doors practically
42
+ one-way. Identify these explicitly.
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) Reversibility verdict only** — is this reversible or not, and what that means for how much deliberation it deserves
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
+ **Decision:** [Statement — including the underlying commitment]
62
+
63
+ **Reversal cost:**
64
+ > [Concrete statement of what undoing this actually costs — time / money /
65
+ > relationships / technical / optionality]
66
+
67
+ **Classification:** Type 1 (one-way door) / Type 2 (two-way door)
68
+
69
+ **Recommended process level:**
70
+
71
+ | Type | Process |
72
+ |------|---------|
73
+ | Type 1 | Slow down — broad consultation, explicit success criteria, full rigour |
74
+ | Type 2 | Decide quickly — set review point, move, learn |
75
+
76
+ **Misclassification risk:**
77
+ > [Reasons this might be harder to reverse than it appears — or easier]
78
+
79
+ **Recommendation:**
80
+ > [Classification + what to do next based on it]
81
+
82
+ ---
83
+
84
+ ## Notes
85
+
86
+ The most expensive error is treating a Type 1 decision as Type 2 — deciding quickly on
87
+ something that cannot be undone. But the second-most expensive error is treating Type 2
88
+ decisions as Type 1, because the opportunity cost of delay is real and cumulative.
@@ -0,0 +1,78 @@
1
+ ---
2
+ name: emotional
3
+ description: "Entry point for the emotional intelligence toolkit. Routes to the right emotional skill based on your situation. Use when you say 'emotional', 'why are they behaving like this', 'what motivates them', 'why the resistance', 'what do they really want', 'trust issues', or want emotional/interpersonal reasoning applied without knowing which specific tool fits."
4
+ ---
5
+
6
+ # Emotional
7
+
8
+ Applies emotional intelligence to interpersonal and organizational situations. Diagnoses what kind of emotional reasoning is needed and applies the right tool.
9
+
10
+ ## Which tool fits
11
+
12
+ | You need to... | Tool |
13
+ |---|---|
14
+ | Understand what genuinely drives someone's behavior | motivation-mapping |
15
+ | Diagnose why people are resisting or not engaging | resistance-diagnosis |
16
+ | Find what someone actually cares about beneath their stated position | stakes-mapping |
17
+ | Map what's building or eroding trust in a relationship | trust-audit |
18
+
19
+ ## Routing Decision
20
+
21
+ - **Behavior is hard to predict or incentives seem misaligned** → motivation-mapping
22
+ - **People are pushing back, won't get on board** → resistance-diagnosis
23
+ - **Negotiation or alignment is failing — stated positions aren't moving** → stakes-mapping
24
+ - **A relationship or team has trust problems** → trust-audit
25
+ - **Unclear** → stakes-mapping; understanding what's really at stake usually clarifies everything else
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
+ ## Motivation Mapping
43
+
44
+ *Maps what genuinely drives different people.*
45
+
46
+ Go beyond job descriptions and stated reasons. For each person: what do they actually want from their work (autonomy, mastery, belonging, recognition, security, impact)? What do they fear? What stories do they tell about themselves — and does this decision threaten or reinforce those stories? Stated motivations and real motivations often diverge; the gap is where behavior becomes hard to predict.
47
+
48
+ **Output:** Per-person motivation map: genuine drivers, fears, identity narrative, and how this situation activates or threatens each.
49
+
50
+ ---
51
+
52
+ ## Resistance Diagnosis
53
+
54
+ *Diagnoses why people are resisting.*
55
+
56
+ Resistance is information, not obstruction. It always has a source. Classify the resistance: (1) Misunderstanding — they don't understand what's being asked, (2) Disagreement — they understand but think it's wrong, (3) Fear — they understand but are worried about consequences, (4) Values conflict — they oppose the underlying direction, not just this decision. Each type requires a completely different response; treating all resistance as obstruction makes it worse.
57
+
58
+ **Output:** Resistance classification, the specific source underneath the pushback, and the appropriate response for that type.
59
+
60
+ ---
61
+
62
+ ## Stakes Mapping
63
+
64
+ *Maps what each stakeholder actually cares about beneath their stated position.*
65
+
66
+ In any negotiation, alignment challenge, or disagreement, stated positions are rarely the real issue. For each stakeholder: what is their stated position? What underlying interest does it serve? What would they actually need to see to move? Addressing stated positions while missing real stakes accomplishes nothing — the agreement collapses or the compliance is hollow.
67
+
68
+ **Output:** Per-stakeholder map: stated position, underlying interest, real stakes, and the minimum conditions for genuine alignment.
69
+
70
+ ---
71
+
72
+ ## Trust Audit
73
+
74
+ *Maps what is building and eroding trust in a relationship or situation.*
75
+
76
+ Trust degrades silently until it fails loudly. Audit trust across four dimensions: (1) Competence — do they believe you can deliver? (2) Integrity — do they believe you mean what you say? (3) Benevolence — do they believe you have their interests at heart? (4) Reliability — do they trust your follow-through? For each dimension: what recent events support or undermine trust? What actions would rebuild it?
77
+
78
+ **Output:** Trust audit across four dimensions, with specific evidence for each. Priority actions that most efficiently rebuild trust.
@@ -0,0 +1,95 @@
1
+ ---
2
+ name: emotional-motivation-mapping
3
+ description: "Maps what genuinely drives different people — beyond stated reasons and job descriptions. Use when incentives seem misaligned or individual behaviour is hard to predict. TRIGGERS: 'what motivates them', 'motivation map', 'why are they behaving like this', 'what drives this person', 'understand the incentives'."
4
+ ---
5
+
6
+ # Emotional Motivation Mapping
7
+
8
+ People tell you what they think they should want. They behave according to what they
9
+ actually want. When the two diverge — when stated goals and actual behaviour don't
10
+ match, when someone ostensibly aligned keeps producing friction — the problem is almost
11
+ always that the real motivators haven't been surfaced. This skill maps them across
12
+ three levels: extrinsic, intrinsic, and social.
13
+
14
+ ---
15
+
16
+ ## Your Process
17
+
18
+ **Step 1: List Individuals or Groups**
19
+ Name each person or group whose motivation needs mapping. Be specific — "the
20
+ engineering team" and "the engineering manager" may have completely different dominant
21
+ motivators. Split when in doubt.
22
+
23
+ **Step 2: Extrinsic Motivators**
24
+ What external rewards and penalties shape their behaviour? Consider: compensation
25
+ structure (base, bonus, equity), formal recognition mechanisms (awards, visibility,
26
+ attribution), advancement paths available, job security, and the specific performance
27
+ metrics they're formally evaluated against. These are the motivators the system is
28
+ designed to create — they may or may not match what actually drives behaviour.
29
+
30
+ **Step 3: Intrinsic Motivators**
31
+ What internal drives are they pursuing independently of external reward? Consider:
32
+ mastery (the desire to get better at something they care about), autonomy (control
33
+ over how and when they work), purpose (feeling the work connects to something that
34
+ matters), belonging (being part of a team or mission they identify with). These often
35
+ operate below the surface but produce the most durable behaviour.
36
+
37
+ **Step 4: Social and Political Motivators**
38
+ What does their standing among peers require? Consider: status within the group and
39
+ how they maintain or advance it, key relationships they're protecting and what those
40
+ require, reputation they're managing across different audiences, being seen as
41
+ credible, indispensable, or ahead of the curve.
42
+
43
+ **Step 5: Dominant Motivator**
44
+ Given all three categories, what is the single strongest driver for this person or
45
+ group? The dominant motivator is the one that, if frustrated, would produce the most
46
+ significant behavioural change — or that, if served, would unlock the most
47
+ discretionary effort.
48
+
49
+ **Step 6: Situation Assessment and Alignment Recommendations**
50
+ Does the current situation reward or punish their dominant motivator? Be specific
51
+ about the mechanism. If it punishes — and many organisations inadvertently punish
52
+ their people's dominant motivators — describe what specific changes would bring
53
+ motivators into alignment with the desired outcome.
54
+
55
+ ---
56
+
57
+ ## Human Check-in
58
+
59
+ Before proceeding, ask the user:
60
+
61
+ **How do you want to run this?**
62
+
63
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
64
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
65
+ - **C) Core driver only** — the deepest motivation beneath the stated reasons
66
+ - **D) Refine the framing** — adjust what we're analyzing before starting
67
+
68
+ Proceed based on their choice.
69
+
70
+ ## Output Format
71
+
72
+ **Motivation Map**
73
+
74
+ | Person/Group | Extrinsic | Intrinsic | Social/Political | Dominant Motivator |
75
+ |---|---|---|---|---|
76
+ | [name/role] | [key external rewards/penalties] | [mastery/autonomy/purpose/belonging] | [status/relationships/reputation] | [single strongest driver] |
77
+
78
+ **Situation Assessment**
79
+ For each dominant motivator: does the current situation reward or punish it? Name
80
+ the specific mechanism — the exact way the setup serves or frustrates the dominant
81
+ motivator.
82
+
83
+ **Alignment Recommendations**
84
+ What specific changes would align each dominant motivator with the needed outcome?
85
+ Prioritise by likely influence on actual behaviour.
86
+
87
+ ---
88
+
89
+ ## Notes
90
+
91
+ Dominant motivators rarely change — but the situation around them can be redesigned.
92
+ Look for the misalignment first; don't assume the solution is to change the person.
93
+ The most common failure is designing incentive systems around extrinsic motivators
94
+ while the dominant motivator is intrinsic — the system pulls in the wrong direction
95
+ and produces compliance without commitment.