@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.
- package/.claude-plugin/plugin.json +22 -0
- package/README.md +451 -0
- package/bin/install.js +271 -0
- package/package.json +41 -0
- package/skills/aesthetic/SKILL.md +80 -0
- package/skills/aesthetic-coherence-check/SKILL.md +92 -0
- package/skills/aesthetic-elegance-testing/SKILL.md +96 -0
- package/skills/aesthetic-pattern-detection/SKILL.md +93 -0
- package/skills/aesthetic-simplicity-analysis/SKILL.md +97 -0
- package/skills/analogy/SKILL.md +80 -0
- package/skills/analogy-boundary-testing/SKILL.md +90 -0
- package/skills/analogy-domain-transfer/SKILL.md +87 -0
- package/skills/analogy-perspective-shifting/SKILL.md +84 -0
- package/skills/analogy-structure-mapping/SKILL.md +88 -0
- package/skills/communication/SKILL.md +78 -0
- package/skills/communication-audience-modeling/SKILL.md +82 -0
- package/skills/communication-clarity-audit/SKILL.md +88 -0
- package/skills/communication-medium-selection/SKILL.md +89 -0
- package/skills/communication-objection-mapping/SKILL.md +87 -0
- package/skills/constraint/SKILL.md +78 -0
- package/skills/constraint-hardness-testing/SKILL.md +94 -0
- package/skills/constraint-rule-inversion/SKILL.md +77 -0
- package/skills/constraint-scope-reduction/SKILL.md +84 -0
- package/skills/constraint-workaround-mapping/SKILL.md +88 -0
- package/skills/creativity/SKILL.md +173 -0
- package/skills/creativity-alternatives/SKILL.md +84 -0
- package/skills/creativity-assumption-excavator/SKILL.md +95 -0
- package/skills/creativity-brainstorm/SKILL.md +102 -0
- package/skills/creativity-concept-fan/SKILL.md +93 -0
- package/skills/creativity-consider-factors/SKILL.md +87 -0
- package/skills/creativity-lateral-thinking/SKILL.md +77 -0
- package/skills/creativity-other-perspectives/SKILL.md +91 -0
- package/skills/creativity-plus-minus-interesting/SKILL.md +80 -0
- package/skills/creativity-provocation/SKILL.md +79 -0
- package/skills/creativity-random-entry/SKILL.md +74 -0
- package/skills/creativity-six-hats/SKILL.md +84 -0
- package/skills/creativity-water-logic/SKILL.md +79 -0
- package/skills/decision/SKILL.md +78 -0
- package/skills/decision-criteria-weighting/SKILL.md +88 -0
- package/skills/decision-option-mapping/SKILL.md +93 -0
- package/skills/decision-premortem-analysis/SKILL.md +86 -0
- package/skills/decision-reversibility-analysis/SKILL.md +88 -0
- package/skills/emotional/SKILL.md +78 -0
- package/skills/emotional-motivation-mapping/SKILL.md +95 -0
- package/skills/emotional-resistance-diagnosis/SKILL.md +96 -0
- package/skills/emotional-stakes-mapping/SKILL.md +98 -0
- package/skills/emotional-trust-audit/SKILL.md +96 -0
- package/skills/ethics/SKILL.md +130 -0
- package/skills/ethics-bias-check/SKILL.md +90 -0
- package/skills/ethics-check/SKILL.md +86 -0
- package/skills/ethics-consent-review/SKILL.md +104 -0
- package/skills/ethics-council/SKILL.md +219 -0
- package/skills/ethics-crisis-triage/SKILL.md +113 -0
- package/skills/ethics-data-audit/SKILL.md +87 -0
- package/skills/ethics-empathy-circle/SKILL.md +108 -0
- package/skills/ethics-impact-scan/SKILL.md +90 -0
- package/skills/ethics-vendor-review/SKILL.md +97 -0
- package/skills/game-theory/SKILL.md +59 -0
- package/skills/game-theory-auction/SKILL.md +96 -0
- package/skills/game-theory-coalition/SKILL.md +84 -0
- package/skills/game-theory-equilibrium/SKILL.md +73 -0
- package/skills/game-theory-iterated/SKILL.md +83 -0
- package/skills/game-theory-mechanism-design/SKILL.md +85 -0
- package/skills/game-theory-prisoners-dilemma/SKILL.md +81 -0
- package/skills/game-theory-signaling/SKILL.md +72 -0
- package/skills/historical/SKILL.md +78 -0
- package/skills/historical-cycle-detection/SKILL.md +102 -0
- package/skills/historical-failure-analysis/SKILL.md +96 -0
- package/skills/historical-lesson-extraction/SKILL.md +97 -0
- package/skills/historical-precedent-analysis/SKILL.md +96 -0
- package/skills/human/SKILL.md +128 -0
- package/skills/identity/SKILL.md +66 -0
- package/skills/identity-character-testing/SKILL.md +76 -0
- package/skills/identity-mission-alignment/SKILL.md +74 -0
- package/skills/identity-values-clarification/SKILL.md +68 -0
- package/skills/logic/SKILL.md +112 -0
- package/skills/logic-argument-validation/SKILL.md +92 -0
- package/skills/logic-causality-mapping/SKILL.md +121 -0
- package/skills/logic-check/SKILL.md +92 -0
- package/skills/logic-consistency-check/SKILL.md +96 -0
- package/skills/logic-constraint-mapping/SKILL.md +105 -0
- package/skills/logic-council/SKILL.md +158 -0
- package/skills/logic-fixer/SKILL.md +94 -0
- package/skills/narrative/SKILL.md +78 -0
- package/skills/narrative-audience-modeling/SKILL.md +65 -0
- package/skills/narrative-frame-analysis/SKILL.md +66 -0
- package/skills/narrative-structure-mapping/SKILL.md +70 -0
- package/skills/narrative-tension-mapping/SKILL.md +62 -0
- package/skills/play/SKILL.md +80 -0
- package/skills/play-constraint-inversion/SKILL.md +97 -0
- package/skills/play-perspective-reversal/SKILL.md +101 -0
- package/skills/play-stimulus-generation/SKILL.md +101 -0
- package/skills/play-worst-case-reversal/SKILL.md +94 -0
- package/skills/probability/SKILL.md +78 -0
- package/skills/probability-base-rate-anchoring/SKILL.md +66 -0
- package/skills/probability-confidence-calibration/SKILL.md +73 -0
- package/skills/probability-expected-value-calculation/SKILL.md +69 -0
- package/skills/probability-scenario-weighting/SKILL.md +66 -0
- package/skills/resource/SKILL.md +78 -0
- package/skills/resource-allocation-analysis/SKILL.md +71 -0
- package/skills/resource-bottleneck-analysis/SKILL.md +76 -0
- package/skills/resource-leverage-mapping/SKILL.md +69 -0
- package/skills/resource-waste-audit/SKILL.md +80 -0
- package/skills/sensory/SKILL.md +68 -0
- package/skills/sensory-detail-mining/SKILL.md +70 -0
- package/skills/sensory-signal-detection/SKILL.md +68 -0
- package/skills/sensory-structured-observation/SKILL.md +73 -0
- package/skills/social/SKILL.md +78 -0
- package/skills/social-coalition-mapping/SKILL.md +74 -0
- package/skills/social-dynamics-analysis/SKILL.md +80 -0
- package/skills/social-incentive-analysis/SKILL.md +76 -0
- package/skills/social-power-mapping/SKILL.md +67 -0
- package/skills/strategy/SKILL.md +54 -0
- package/skills/strategy-alliance/SKILL.md +67 -0
- package/skills/strategy-deception/SKILL.md +60 -0
- package/skills/strategy-force-economy/SKILL.md +63 -0
- package/skills/strategy-intelligence/SKILL.md +65 -0
- package/skills/strategy-positioning/SKILL.md +62 -0
- package/skills/strategy-terrain/SKILL.md +64 -0
- package/skills/strategy-timing/SKILL.md +64 -0
- package/skills/strategy-victory/SKILL.md +64 -0
- package/skills/systems/SKILL.md +78 -0
- package/skills/systems-archetype-matching/SKILL.md +72 -0
- package/skills/systems-emergence-detection/SKILL.md +65 -0
- package/skills/systems-feedback-mapping/SKILL.md +67 -0
- package/skills/systems-leverage-analysis/SKILL.md +65 -0
- package/skills/temporal/SKILL.md +78 -0
- package/skills/temporal-cycle-detection/SKILL.md +75 -0
- package/skills/temporal-futures-mapping/SKILL.md +63 -0
- package/skills/temporal-horizon-mapping/SKILL.md +65 -0
- package/skills/temporal-timing-analysis/SKILL.md +67 -0
- package/skills/writing/SKILL.md +115 -0
- package/skills/writing-arc-design/SKILL.md +68 -0
- package/skills/writing-argument/SKILL.md +79 -0
- package/skills/writing-audience-calibration/SKILL.md +72 -0
- package/skills/writing-character-development/SKILL.md +72 -0
- package/skills/writing-copy/SKILL.md +83 -0
- package/skills/writing-dialogue/SKILL.md +86 -0
- package/skills/writing-executive-summary/SKILL.md +68 -0
- package/skills/writing-inconsistency-audit/SKILL.md +94 -0
- package/skills/writing-line-editing/SKILL.md +87 -0
- package/skills/writing-plot-structure/SKILL.md +65 -0
- package/skills/writing-pov/SKILL.md +72 -0
- package/skills/writing-prose-elevation/SKILL.md +82 -0
- package/skills/writing-report/SKILL.md +65 -0
- package/skills/writing-restructure/SKILL.md +71 -0
- package/skills/writing-rhetoric/SKILL.md +90 -0
- package/skills/writing-scene-construction/SKILL.md +79 -0
- package/skills/writing-technical/SKILL.md +94 -0
- package/skills/writing-tone-alignment/SKILL.md +72 -0
- package/skills/writing-voice-consistency/SKILL.md +74 -0
- package/skills/writing-worldbuilding/SKILL.md +59 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "skills-for-humanity",
|
|
3
|
+
"description": "A structured toolkit of thinking skills for Claude Code — covering logic, ethics, creativity, decision-making, systems thinking, communication, and more. Each skill is an invokable command that applies a specific reasoning framework to any situation.",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Finn Fitzsimons",
|
|
7
|
+
"email": "fitzsimons.finn@gmail.com"
|
|
8
|
+
},
|
|
9
|
+
"repository": "https://github.com/human-avatar/skills-for-humanity",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"thinking-tools",
|
|
13
|
+
"mental-models",
|
|
14
|
+
"reasoning",
|
|
15
|
+
"decision-making",
|
|
16
|
+
"cognitive-frameworks",
|
|
17
|
+
"problem-solving",
|
|
18
|
+
"systems-thinking",
|
|
19
|
+
"ethics",
|
|
20
|
+
"creativity"
|
|
21
|
+
]
|
|
22
|
+
}
|
package/README.md
ADDED
|
@@ -0,0 +1,451 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# skills-for-humanity
|
|
4
|
+
|
|
5
|
+
### 131 structured thinking tools for Claude Code.
|
|
6
|
+
### One command to find the right one.
|
|
7
|
+
|
|
8
|
+
*From a 30-second ethics scan to a five-framework council with peer review.*
|
|
9
|
+
*From lateral thinking to leverage point analysis. From Sun Tzu to Nash equilibria.*
|
|
10
|
+
|
|
11
|
+
[Browse by category](#the-toolkit) · [Quick start](#quick-start) · [All commands](#all-commands)
|
|
12
|
+
|
|
13
|
+
[](https://www.npmjs.com/package/@human-avatar/skills-for-humanity)    
|
|
14
|
+
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
This is not a prompt library. Each skill encodes a complete reasoning methodology — how a technique works, when to apply it, when not to, and what rigorous output looks like. Twenty-three category **commands** handle routing: describe your situation, get the right tool applied automatically. And every skill includes a human confirmation checkpoint — you choose the depth before the analysis runs.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Why skills, not prompts
|
|
24
|
+
|
|
25
|
+
A prompt asks Claude to respond. A skill tells Claude how to *think*.
|
|
26
|
+
|
|
27
|
+
| If you ask Claude to... | A prompt gives you | A skill gives you |
|
|
28
|
+
|---|---|---|
|
|
29
|
+
| Analyze ethically | A thoughtful response | Five moral frameworks applied and cross-examined — Utilitarian, Deontological, Virtue, Care, and Justice — with explicit conflict surfacing |
|
|
30
|
+
| Think more creatively | Brainstormed suggestions | The right de Bono technique diagnosed and applied: Lateral Thinking, Assumption Excavation, Concept Fan, or Random Entry — not a grab-bag |
|
|
31
|
+
| Find the leverage point | An opinion about what matters | Meadows' 12-point leverage hierarchy run against your system, with interventions ranked by structural depth |
|
|
32
|
+
| Check the logic | "This looks sound to me" | Premise mapping, inference validation, fallacy detection, a verdict, and a corrected version if it fails |
|
|
33
|
+
|
|
34
|
+
The techniques encoded here took decades to develop. This toolkit makes them available in seconds, applied with rigor rather than improvisation.
|
|
35
|
+
|
|
36
|
+
**Intellectual lineage:** de Bono's parallel thinking suite · Meadows' leverage point hierarchy · Altshuller's TRIZ · McKee's story architecture · Minto's Pyramid Principle · Goldratt's Theory of Constraints · Tetlock's superforecasting · Klein's premortem · five-tradition ethics (Mill, Kant, Aristotle, Noddings, Rawls) · Sun Tzu · Clausewitz · Musashi · Nash · Axelrod · Vickrey · Shapley · Spence
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Human in the loop
|
|
41
|
+
|
|
42
|
+
Every skill pauses before analysis begins and presents your options:
|
|
43
|
+
|
|
44
|
+
> **How do you want to run this?**
|
|
45
|
+
>
|
|
46
|
+
> **A) Full analysis** — complete all steps, reasoning shown throughout
|
|
47
|
+
> **B) Key findings only** — bottom-line output, skip step-by-step detail
|
|
48
|
+
> **C) [Skill-specific option]** — adjusted for what this technique does
|
|
49
|
+
> **D) Refine the framing** — adjust what we're analyzing before starting
|
|
50
|
+
|
|
51
|
+
You steer the depth. The technique does the rest.
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## The toolkit
|
|
56
|
+
|
|
57
|
+
Every category has a **command** (`/category`) that reads your situation and picks the right tool. Use the command when you're unsure which skill fits. Use a specific skill when you know exactly what you need. Use `/human` when you want the entire toolkit to find the right category first.
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
### Think Sharper
|
|
62
|
+
*Validate, pressure-test, and repair reasoning.*
|
|
63
|
+
|
|
64
|
+
| | Category | What it does | Skills |
|
|
65
|
+
|---|---|---|---|
|
|
66
|
+
| 🔬 | [**Logic**](docs/logic/) | Validate arguments, map causality, find contradictions, fix broken reasoning | 7 |
|
|
67
|
+
| 🎯 | [**Probability**](docs/probability/) | Calibrate confidence against evidence, calculate expected value, weight scenarios | 4 |
|
|
68
|
+
| ⚖️ | [**Decision**](docs/decision/) | Map the full option set, weight criteria explicitly, stress-test via premortem | 4 |
|
|
69
|
+
| 🔒 | [**Constraint**](docs/constraint/) | Test whether limits are real, invert them as creative drivers, or route around them | 4 |
|
|
70
|
+
| 🎮 | [**Game Theory**](docs/game-theory/) | Formal tools for strategic interaction — equilibria, cooperation, signaling, mechanism design, auctions | 7 |
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
### Think Differently
|
|
75
|
+
*Break fixed patterns and generate genuinely new directions.*
|
|
76
|
+
|
|
77
|
+
| | Category | What it does | Skills |
|
|
78
|
+
|---|---|---|---|
|
|
79
|
+
| 💡 | [**Creativity**](docs/creativity/) | Full de Bono suite — lateral thinking, six hats, concept fan, alternatives, provocation, and 7 more | 12 |
|
|
80
|
+
| 🌉 | [**Analogy**](docs/analogy/) | Import solutions from structurally similar problems in other domains; test where comparisons break | 4 |
|
|
81
|
+
| 🎲 | [**Play**](docs/play/) | Invert constraints, fully inhabit opposing views, design the worst version then reverse it | 4 |
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
### Think About People
|
|
86
|
+
*Understand what people actually want, fear, and do.*
|
|
87
|
+
|
|
88
|
+
| | Category | What it does | Skills |
|
|
89
|
+
|---|---|---|---|
|
|
90
|
+
| 💬 | [**Communication**](docs/communication/) | Model your audience, find where a message breaks, choose the right channel | 4 |
|
|
91
|
+
| 🌐 | [**Social**](docs/social/) | Map formal power, informal influence, real incentives, and coalition-building paths | 4 |
|
|
92
|
+
| ❤️ | [**Emotional**](docs/emotional/) | Diagnose genuine motivation, the source of resistance, trust dynamics, and real stakes | 4 |
|
|
93
|
+
| 🧭 | [**Ethics**](docs/ethics/) | Five-framework ethical analysis + circle of empathy — quick scan to full council with HTML report | 9 |
|
|
94
|
+
| 🪞 | [**Identity**](docs/identity/) | Test character under pressure, genuine mission alignment, and operative vs stated values | 3 |
|
|
95
|
+
| 📖 | [**Narrative**](docs/narrative/) | Audience modeling, frame analysis, story architecture, tension that makes people pay attention | 4 |
|
|
96
|
+
| ✍️ | [**Writing**](docs/writing/) | Craft methodology for fiction, non-fiction, and professional writing — character, plot, structure, voice, rhetoric | 20 |
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
### Think in Time & Systems
|
|
101
|
+
*Understand dynamics, cycles, and where leverage lives.*
|
|
102
|
+
|
|
103
|
+
| | Category | What it does | Skills |
|
|
104
|
+
|---|---|---|---|
|
|
105
|
+
| 🔄 | [**Systems**](docs/systems/) | Map feedback loops, find high-leverage intervention points, recognize recurring archetypes | 4 |
|
|
106
|
+
| ⏳ | [**Temporal**](docs/temporal/) | Map consequences across time horizons, detect cycles, explore futures, assess timing | 4 |
|
|
107
|
+
| 📜 | [**Historical**](docs/historical/) | Find genuine precedents, extract transferable principles, surface recurring failure modes | 4 |
|
|
108
|
+
| 🔋 | [**Resource**](docs/resource/) | Identify real bottlenecks, find highest-leverage resource use, audit for invisible waste | 4 |
|
|
109
|
+
| ⚔️ | [**Strategy**](docs/strategy/) | Adversarial reasoning from Sun Tzu, Clausewitz, and Musashi — terrain, timing, positioning, force economy | 8 |
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
### See More Clearly
|
|
114
|
+
*Sharpen perception before interpreting.*
|
|
115
|
+
|
|
116
|
+
| | Category | What it does | Skills |
|
|
117
|
+
|---|---|---|---|
|
|
118
|
+
| ✨ | [**Aesthetic**](docs/aesthetic/) | Analyze coherence, elegance, underlying pattern, and necessary vs accidental complexity | 4 |
|
|
119
|
+
| 👁️ | [**Sensory**](docs/sensory/) | Excavate overlooked details, separate signal from noise, observe before reaching for interpretation | 3 |
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## Installation
|
|
124
|
+
|
|
125
|
+
**Requirements:** [Claude Code](https://claude.ai/code) CLI · Node.js 18+
|
|
126
|
+
|
|
127
|
+
```bash
|
|
128
|
+
npx @human-avatar/skills-for-humanity
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
The script will ask where to install:
|
|
132
|
+
|
|
133
|
+
- **User** — copies skills to `~/.claude/` and registers them globally, available in every project
|
|
134
|
+
- **Project** — copies skills to `./.claude/` and registers them locally, scoped to the current directory
|
|
135
|
+
|
|
136
|
+
Restart Claude Code when it's done.
|
|
137
|
+
|
|
138
|
+
```bash
|
|
139
|
+
# Skip the prompt with a flag
|
|
140
|
+
npx @human-avatar/skills-for-humanity --scope user
|
|
141
|
+
npx @human-avatar/skills-for-humanity --scope project
|
|
142
|
+
|
|
143
|
+
# Update to the latest version any time
|
|
144
|
+
npx @human-avatar/skills-for-humanity
|
|
145
|
+
|
|
146
|
+
# Install to a custom directory
|
|
147
|
+
npx @human-avatar/skills-for-humanity --dir /your/path
|
|
148
|
+
|
|
149
|
+
# Uninstall
|
|
150
|
+
npx @human-avatar/skills-for-humanity --uninstall
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
**Manual install** (development or offline):
|
|
154
|
+
|
|
155
|
+
```bash
|
|
156
|
+
git clone https://github.com/human-avatar/skills-for-humanity
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
Then add to `~/.claude/settings.json`:
|
|
160
|
+
|
|
161
|
+
```json
|
|
162
|
+
{
|
|
163
|
+
"pluginDirectories": ["/path/to/skills-for-humanity"]
|
|
164
|
+
}
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Quick start
|
|
170
|
+
|
|
171
|
+
```bash
|
|
172
|
+
# Not sure which skill to use? Start here.
|
|
173
|
+
/human
|
|
174
|
+
|
|
175
|
+
# Use a category command — describe your situation, get the right tool
|
|
176
|
+
/creativity
|
|
177
|
+
/ethics
|
|
178
|
+
/logic
|
|
179
|
+
/decision
|
|
180
|
+
/systems
|
|
181
|
+
/writing
|
|
182
|
+
/strategy
|
|
183
|
+
/game-theory
|
|
184
|
+
|
|
185
|
+
# Or invoke a specific skill directly when you know what you need
|
|
186
|
+
/creativity-six-hats
|
|
187
|
+
/ethics-council
|
|
188
|
+
/logic-check
|
|
189
|
+
/systems-leverage-analysis
|
|
190
|
+
/writing-character-development
|
|
191
|
+
/writing-executive-summary
|
|
192
|
+
/strategy-terrain
|
|
193
|
+
/strategy-timing
|
|
194
|
+
/game-theory-equilibrium
|
|
195
|
+
/game-theory-prisoners-dilemma
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
**How `/human` works:**
|
|
199
|
+
|
|
200
|
+
Invoke `/human` and describe your situation in plain English. It diagnoses which thinking challenge you're facing, identifies the best 3–4 skills across all 23 categories, and presents them as numbered options. Pick one and it executes immediately — no second command needed.
|
|
201
|
+
|
|
202
|
+
**How category commands work:**
|
|
203
|
+
|
|
204
|
+
Invoke `/creativity` and describe your situation. The command diagnoses what kind of creative challenge it is, selects the right tool from the 12-skill suite, and applies the full methodology inline. You don't need to know whether you need Lateral Thinking or Assumption Excavation — that's what the command is for.
|
|
205
|
+
|
|
206
|
+
Use specific skill names when you already know exactly what fits.
|
|
207
|
+
|
|
208
|
+
---
|
|
209
|
+
|
|
210
|
+
## All commands
|
|
211
|
+
|
|
212
|
+
### 🧭 Human — `/human`
|
|
213
|
+
|
|
214
|
+
| Command | What it does |
|
|
215
|
+
|---|---|
|
|
216
|
+
| `/human` | Routes to the right skill across all 23 categories — describe your situation, get your options |
|
|
217
|
+
|
|
218
|
+
### 🔬 Logic — `/logic`
|
|
219
|
+
|
|
220
|
+
| Command | What it does |
|
|
221
|
+
|---|---|
|
|
222
|
+
| `/logic-council` | Full 5-advisor reasoning council with peer review |
|
|
223
|
+
| `/logic-check` | Fast comprehensive logic report — premises, inferences, fallacies, verdict |
|
|
224
|
+
| `/logic-argument-validation` | Validates whether premises support the conclusion |
|
|
225
|
+
| `/logic-consistency-check` | Finds internal contradictions in documents and specs |
|
|
226
|
+
| `/logic-causality-mapping` | Maps causal relationships, dependencies, and consequences |
|
|
227
|
+
| `/logic-constraint-mapping` | Maps the full constraint landscape — hard, soft, and assumed |
|
|
228
|
+
| `/logic-fixer` | Repairs broken reasoning — produces a corrected version, not just a diagnosis |
|
|
229
|
+
|
|
230
|
+
### 🎯 Probability — `/probability`
|
|
231
|
+
|
|
232
|
+
| Command | What it does |
|
|
233
|
+
|---|---|
|
|
234
|
+
| `/probability-base-rate-anchoring` | Anchors estimates in historical base rates before adjusting for specifics |
|
|
235
|
+
| `/probability-confidence-calibration` | Tests whether stated confidence matches available evidence |
|
|
236
|
+
| `/probability-expected-value-calculation` | Calculates expected value to compare options under uncertainty |
|
|
237
|
+
| `/probability-scenario-weighting` | Assigns explicit probabilities to distinct scenarios |
|
|
238
|
+
|
|
239
|
+
### ⚖️ Decision — `/decision`
|
|
240
|
+
|
|
241
|
+
| Command | What it does |
|
|
242
|
+
|---|---|
|
|
243
|
+
| `/decision-option-mapping` | Ensures all real options are visible before any are evaluated |
|
|
244
|
+
| `/decision-criteria-weighting` | Weighted multi-criteria analysis with explicit trade-offs |
|
|
245
|
+
| `/decision-premortem-analysis` | Imagines the decision failed and diagnoses why |
|
|
246
|
+
| `/decision-reversibility-analysis` | Calibrates deliberation depth to decision reversibility |
|
|
247
|
+
|
|
248
|
+
### 🔒 Constraint — `/constraint`
|
|
249
|
+
|
|
250
|
+
| Command | What it does |
|
|
251
|
+
|---|---|
|
|
252
|
+
| `/constraint-hardness-testing` | Tests whether a stated constraint is actually real |
|
|
253
|
+
| `/constraint-rule-inversion` | Flips a constraint into a creative driver |
|
|
254
|
+
| `/constraint-scope-reduction` | Finds the minimum that satisfies the actual requirement |
|
|
255
|
+
| `/constraint-workaround-mapping` | Maps paths around a fixed constraint to the same goal |
|
|
256
|
+
|
|
257
|
+
### 💡 Creativity — `/creativity`
|
|
258
|
+
|
|
259
|
+
| Command | What it does |
|
|
260
|
+
|---|---|
|
|
261
|
+
| `/creativity-brainstorm` | Orchestrated multi-method session — auto-selects and sequences tools |
|
|
262
|
+
| `/creativity-lateral-thinking` | Escapes dominant patterns to generate genuinely new directions |
|
|
263
|
+
| `/creativity-assumption-excavator` | Surfaces and challenges hidden assumptions in the problem framing |
|
|
264
|
+
| `/creativity-six-hats` | Structured parallel thinking from six distinct angles |
|
|
265
|
+
| `/creativity-alternatives` | Generates all options before evaluating any (APC) |
|
|
266
|
+
| `/creativity-concept-fan` | Expands the solution space at multiple levels of abstraction |
|
|
267
|
+
| `/creativity-plus-minus-interesting` | Evaluates an idea fairly — positives, negatives, what's interesting |
|
|
268
|
+
| `/creativity-other-perspectives` | Thinks genuinely from other people's positions (OPS) |
|
|
269
|
+
| `/creativity-water-logic` | Explores without premature judgment or categorization |
|
|
270
|
+
| `/creativity-random-entry` | Uses a random, unrelated stimulus to break cognitive fixation |
|
|
271
|
+
| `/creativity-provocation` | Uses an impossible premise as a springboard to new ideas (Po) |
|
|
272
|
+
| `/creativity-consider-factors` | Maps every relevant factor before deciding or acting (CAF) |
|
|
273
|
+
|
|
274
|
+
### 🌉 Analogy — `/analogy`
|
|
275
|
+
|
|
276
|
+
| Command | What it does |
|
|
277
|
+
|---|---|
|
|
278
|
+
| `/analogy-boundary-testing` | Finds where an analogy breaks down before it's relied upon |
|
|
279
|
+
| `/analogy-domain-transfer` | Imports solutions from structurally similar problems in other fields |
|
|
280
|
+
| `/analogy-perspective-shifting` | Approaches a problem through a completely different field's lens |
|
|
281
|
+
| `/analogy-structure-mapping` | Tests the genuine structural correspondence between two situations |
|
|
282
|
+
|
|
283
|
+
### 🎲 Play — `/play`
|
|
284
|
+
|
|
285
|
+
| Command | What it does |
|
|
286
|
+
|---|---|
|
|
287
|
+
| `/play-constraint-inversion` | Removes the main constraint to see what becomes possible, then maps back |
|
|
288
|
+
| `/play-perspective-reversal` | Fully inhabits the opposing perspective to find what you're missing |
|
|
289
|
+
| `/play-stimulus-generation` | Introduces a random, unrelated element to break fixation |
|
|
290
|
+
| `/play-worst-case-reversal` | Designs the worst possible version, then reverses each failure mode |
|
|
291
|
+
|
|
292
|
+
### 💬 Communication — `/communication`
|
|
293
|
+
|
|
294
|
+
| Command | What it does |
|
|
295
|
+
|---|---|
|
|
296
|
+
| `/communication-audience-modeling` | Maps what your audience believes, cares about, and fears |
|
|
297
|
+
| `/communication-clarity-audit` | Finds where a message will be misread or lost before sending |
|
|
298
|
+
| `/communication-medium-selection` | Chooses the right channel and format for the message |
|
|
299
|
+
| `/communication-objection-mapping` | Maps likely objections before you deliver a proposal |
|
|
300
|
+
|
|
301
|
+
### 🌐 Social — `/social`
|
|
302
|
+
|
|
303
|
+
| Command | What it does |
|
|
304
|
+
|---|---|
|
|
305
|
+
| `/social-coalition-mapping` | Maps who needs to be aligned and how to build the support coalition |
|
|
306
|
+
| `/social-dynamics-analysis` | Identifies the group psychology shaping a team or discussion |
|
|
307
|
+
| `/social-incentive-analysis` | Maps the actual incentives driving behavior |
|
|
308
|
+
| `/social-power-mapping` | Maps formal authority, informal influence, and gatekeeping power |
|
|
309
|
+
|
|
310
|
+
### ❤️ Emotional — `/emotional`
|
|
311
|
+
|
|
312
|
+
| Command | What it does |
|
|
313
|
+
|---|---|
|
|
314
|
+
| `/emotional-motivation-mapping` | Maps what genuinely drives someone beyond their stated role |
|
|
315
|
+
| `/emotional-resistance-diagnosis` | Diagnoses the source of resistance — not just its existence |
|
|
316
|
+
| `/emotional-stakes-mapping` | Finds what stakeholders actually care about under their stated position |
|
|
317
|
+
| `/emotional-trust-audit` | Maps what is building and eroding trust in a relationship |
|
|
318
|
+
|
|
319
|
+
### 🧭 Ethics — `/ethics`
|
|
320
|
+
|
|
321
|
+
| Command | What it does |
|
|
322
|
+
|---|---|
|
|
323
|
+
| `/ethics-council` | Full 5-framework council with peer review and HTML report |
|
|
324
|
+
| `/ethics-check` | Fast comprehensive report across all 5 frameworks |
|
|
325
|
+
| `/ethics-crisis-triage` | Rapid ethical response to an active incident |
|
|
326
|
+
| `/ethics-data-audit` | Audits data collection and sharing against ethical standards |
|
|
327
|
+
| `/ethics-bias-check` | Evaluates algorithms and models for discriminatory patterns |
|
|
328
|
+
| `/ethics-consent-review` | Reviews UX flows for genuine (not checkbox) consent |
|
|
329
|
+
| `/ethics-impact-scan` | Quick pre-ship impact assessment |
|
|
330
|
+
| `/ethics-vendor-review` | Evaluates vendors and partners against ethical standards |
|
|
331
|
+
| `/ethics-empathy-circle` | Maps affected parties in expanding circles and inhabits each perspective |
|
|
332
|
+
|
|
333
|
+
### 🪞 Identity — `/identity`
|
|
334
|
+
|
|
335
|
+
| Command | What it does |
|
|
336
|
+
|---|---|
|
|
337
|
+
| `/identity-character-testing` | Asks what a person or organization of genuine integrity would do |
|
|
338
|
+
| `/identity-mission-alignment` | Tests whether a decision is genuinely on-mission or rationalization |
|
|
339
|
+
| `/identity-values-clarification` | Surfaces operative values actually revealed by decisions |
|
|
340
|
+
|
|
341
|
+
### 📖 Narrative — `/narrative`
|
|
342
|
+
|
|
343
|
+
| Command | What it does |
|
|
344
|
+
|---|---|
|
|
345
|
+
| `/narrative-audience-modeling` | Maps beliefs, real goals, fears, and threshold conditions |
|
|
346
|
+
| `/narrative-frame-analysis` | Identifies the current frame and generates better alternatives |
|
|
347
|
+
| `/narrative-structure-mapping` | Applies story architecture to any communication |
|
|
348
|
+
| `/narrative-tension-mapping` | Finds or creates the tension that makes communication worth attending to |
|
|
349
|
+
|
|
350
|
+
### 🔄 Systems — `/systems`
|
|
351
|
+
|
|
352
|
+
| Command | What it does |
|
|
353
|
+
|---|---|
|
|
354
|
+
| `/systems-archetype-matching` | Identifies what recurring system pattern this is |
|
|
355
|
+
| `/systems-emergence-detection` | Understands unexpected behavior that no one intended |
|
|
356
|
+
| `/systems-feedback-mapping` | Maps the reinforcing and balancing feedback loops |
|
|
357
|
+
| `/systems-leverage-analysis` | Finds where small interventions produce large, lasting change |
|
|
358
|
+
|
|
359
|
+
### ⏳ Temporal — `/temporal`
|
|
360
|
+
|
|
361
|
+
| Command | What it does |
|
|
362
|
+
|---|---|
|
|
363
|
+
| `/temporal-cycle-detection` | Identifies what recurring cycle this is and where you currently are |
|
|
364
|
+
| `/temporal-horizon-mapping` | Maps consequences across short, medium, and long time horizons |
|
|
365
|
+
| `/temporal-futures-mapping` | Explores possible, probable, and preferable futures |
|
|
366
|
+
| `/temporal-timing-analysis` | Assesses whether now is the right time to act, wait, or prepare |
|
|
367
|
+
|
|
368
|
+
### 📜 Historical — `/historical`
|
|
369
|
+
|
|
370
|
+
| Command | What it does |
|
|
371
|
+
|---|---|
|
|
372
|
+
| `/historical-cycle-detection` | Identifies what recurring cycle this is and where in it you are |
|
|
373
|
+
| `/historical-failure-analysis` | Extracts recurring failure modes from similar past situations |
|
|
374
|
+
| `/historical-lesson-extraction` | Extracts the transferable principle from a specific historical case |
|
|
375
|
+
| `/historical-precedent-analysis` | Finds genuinely similar historical situations to inform a decision |
|
|
376
|
+
|
|
377
|
+
### 🔋 Resource — `/resource`
|
|
378
|
+
|
|
379
|
+
| Command | What it does |
|
|
380
|
+
|---|---|
|
|
381
|
+
| `/resource-allocation-analysis` | Distributes limited resources across competing needs with explicit trade-offs |
|
|
382
|
+
| `/resource-bottleneck-analysis` | Finds what is actually constraining throughput |
|
|
383
|
+
| `/resource-leverage-mapping` | Finds the highest-leverage use of available resources |
|
|
384
|
+
| `/resource-waste-audit` | Finds where resources are being lost, duplicated, or underused |
|
|
385
|
+
|
|
386
|
+
### ✨ Aesthetic — `/aesthetic`
|
|
387
|
+
|
|
388
|
+
| Command | What it does |
|
|
389
|
+
|---|---|
|
|
390
|
+
| `/aesthetic-coherence-check` | Tests whether the parts form a unified whole |
|
|
391
|
+
| `/aesthetic-elegance-testing` | Separates necessary from accidental complexity |
|
|
392
|
+
| `/aesthetic-pattern-detection` | Names the underlying structural pattern at work |
|
|
393
|
+
| `/aesthetic-simplicity-analysis` | Finds the simpler version while preserving what matters |
|
|
394
|
+
|
|
395
|
+
### 👁️ Sensory — `/sensory`
|
|
396
|
+
|
|
397
|
+
| Command | What it does |
|
|
398
|
+
|---|---|
|
|
399
|
+
| `/sensory-detail-mining` | Finds specific details that are being overlooked |
|
|
400
|
+
| `/sensory-signal-detection` | Separates meaningful signal from background noise |
|
|
401
|
+
| `/sensory-structured-observation` | Applies disciplined observation before interpretation |
|
|
402
|
+
|
|
403
|
+
### ✍️ Writing — `/writing`
|
|
404
|
+
|
|
405
|
+
| Command | What it does |
|
|
406
|
+
|---|---|
|
|
407
|
+
| `/writing-character-development` | Builds psychologically coherent characters — want vs. need, wound, contradiction |
|
|
408
|
+
| `/writing-plot-structure` | Maps the five structural beats and diagnoses where tension breaks down |
|
|
409
|
+
| `/writing-scene-construction` | Diagnoses scenes for goal, obstacle, outcome, subtext, and function |
|
|
410
|
+
| `/writing-dialogue` | Audits dialogue for subtext, voice differentiation, and exposition problems |
|
|
411
|
+
| `/writing-worldbuilding` | Audits fictional worlds for internal consistency, texture, and story alignment |
|
|
412
|
+
| `/writing-arc-design` | Designs or diagnoses character and thematic arcs for earned resolution |
|
|
413
|
+
| `/writing-pov` | Identifies POV type, contract, and violations; assesses fit |
|
|
414
|
+
| `/writing-inconsistency-audit` | Finds continuity errors across timeline, character logic, world-rules, and physical detail |
|
|
415
|
+
| `/writing-restructure` | Diagnoses structural problems — buried leads, wrong endings, wrong proportion |
|
|
416
|
+
| `/writing-tone-alignment` | Detects and corrects tone drift across a piece |
|
|
417
|
+
| `/writing-line-editing` | Sentence-level audit — redundancy, zombie nouns, passive voice, rhythm, throat-clearing |
|
|
418
|
+
| `/writing-prose-elevation` | Lifts flat writing via abstraction audit, verb audit, and sensory grounding |
|
|
419
|
+
| `/writing-voice-consistency` | Extracts a voice fingerprint and audits departures from it |
|
|
420
|
+
| `/writing-report` | Structures and audits informational documents for answer-first hierarchy and precision |
|
|
421
|
+
| `/writing-copy` | Audits copy for attention, desire, and action — finds feature/benefit confusion |
|
|
422
|
+
| `/writing-technical` | Audits technical documentation for completeness, sequence, precision, and audience calibration |
|
|
423
|
+
| `/writing-argument` | Builds or audits arguments — claim, warrant, evidence, counterargument |
|
|
424
|
+
| `/writing-executive-summary` | Distils complex material into a situation / findings / implications / recommendation brief |
|
|
425
|
+
| `/writing-audience-calibration` | Adjusts register, assumed knowledge, and framing for a specific reader |
|
|
426
|
+
| `/writing-rhetoric` | Analyzes what a piece is actually doing — explicit argument vs. buried frame, appeals, loaded language |
|
|
427
|
+
|
|
428
|
+
### ⚔️ Strategy — `/strategy`
|
|
429
|
+
|
|
430
|
+
| Command | What it does |
|
|
431
|
+
|---|---|
|
|
432
|
+
| `/strategy-terrain` | Maps the competitive landscape — favorable, contested, and dangerous ground |
|
|
433
|
+
| `/strategy-intelligence` | Audits what is known vs. assumed about yourself and your opponent |
|
|
434
|
+
| `/strategy-timing` | Determines when to act, when to wait, and when to withdraw |
|
|
435
|
+
| `/strategy-force-economy` | Finds the minimum intervention that achieves the objective — leverage over brute force |
|
|
436
|
+
| `/strategy-positioning` | Creates unassailable position before the contest begins |
|
|
437
|
+
| `/strategy-deception` | Manages information asymmetry in legitimate competitive contexts |
|
|
438
|
+
| `/strategy-victory` | Defines what winning actually means — prevents the pyrrhic trap |
|
|
439
|
+
| `/strategy-alliance` | Maps and builds coalitions based on shared interest, not goodwill |
|
|
440
|
+
|
|
441
|
+
### 🎮 Game Theory — `/game-theory`
|
|
442
|
+
|
|
443
|
+
| Command | What it does |
|
|
444
|
+
|---|---|
|
|
445
|
+
| `/game-theory-equilibrium` | Identifies dominant strategies and Nash equilibria — where rational players land |
|
|
446
|
+
| `/game-theory-prisoners-dilemma` | Analyzes cooperation vs. defection — why individual rationality produces collective failure |
|
|
447
|
+
| `/game-theory-signaling` | Designs credible signals and commitment devices when words are cheap |
|
|
448
|
+
| `/game-theory-mechanism-design` | Designs rules and incentives that produce desired behavior from self-interested players |
|
|
449
|
+
| `/game-theory-iterated` | Analyzes long-run repeated games — when cooperation can be sustained by reputation |
|
|
450
|
+
| `/game-theory-coalition` | Finds stable coalitions, Shapley values, and fair division of collective gains |
|
|
451
|
+
| `/game-theory-auction` | Determines optimal bidding strategy by auction type; corrects for winner's curse |
|