@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,92 @@
1
+ ---
2
+ name: logic-argument-validation
3
+ description: "Check whether an argument's premises actually support its conclusion, and identify logical fallacies. Use when reviewing a design decision, technical proposal, product argument, or any reasoning where the conclusion needs to hold up under scrutiny. TRIGGERS: 'validate this argument', 'does this logic hold', 'check my reasoning', 'is this a fallacy', 'find the flaw in this', any proposal or decision where the reasoning chain matters. Pairs well with logic-consistency-check when a full document needs scrutiny."
4
+ ---
5
+
6
+ # Logic Argument Validation
7
+
8
+ An argument can *sound* compelling while the reasoning is broken. Confident language, plausible premises, a conclusion that feels right — none of these guarantee the argument actually holds. This skill validates the structure: do the premises support the conclusion, and is the reasoning free of fallacies?
9
+
10
+ ---
11
+
12
+ ## Your Process
13
+
14
+ **Step 1: Extract the argument structure**
15
+ Before evaluating, make the argument explicit:
16
+ - **Premises**: what claims is the argument built on?
17
+ - **Conclusion**: what is it trying to prove?
18
+ - **Reasoning**: what's the logical path from premises to conclusion?
19
+
20
+ Restate this clearly before proceeding. Often the weakest point becomes obvious once the structure is explicit.
21
+
22
+ **Step 2: Test premise soundness**
23
+ For each premise:
24
+ - Is it stated as fact? Is it actually established, assumed, or contested?
25
+ - Is it relevant to the conclusion, or is it doing rhetorical work without logical work?
26
+ - Are there hidden premises — unstated assumptions the argument silently depends on?
27
+
28
+ **Step 3: Test the inference**
29
+ Does the conclusion actually follow from the premises, *even if* the premises are true? Common inference failures:
30
+ - The premises support a weaker version of the conclusion than the one being claimed
31
+ - The reasoning jumps over a step that would need its own justification
32
+ - The conclusion is true but for reasons the premises don't establish
33
+
34
+ **Step 4: Check for fallacies**
35
+ Scan for common fallacies. Name them specifically if found:
36
+
37
+ | Fallacy | What it looks like |
38
+ |---|---|
39
+ | **Ad hominem** | Attacking the source rather than the argument |
40
+ | **Straw man** | Misrepresenting a position to make it easier to refute |
41
+ | **False dichotomy** | Presenting two options when more exist |
42
+ | **Circular reasoning** | The conclusion is smuggled into the premises |
43
+ | **Slippery slope** | Assuming a chain of consequences without justifying each step |
44
+ | **Appeal to authority** | Citing authority as a substitute for evidence |
45
+ | **Hasty generalisation** | Drawing broad conclusions from insufficient cases |
46
+ | **Post hoc** | Assuming causation from correlation or sequence |
47
+ | **Equivocation** | Using the same word in two different senses |
48
+
49
+ **Step 5: Verdict**
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) Validity test only** — skip premise truth assessment, test whether the conclusion follows from what's given
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
+ **Argument:**
69
+ [Premises / Conclusion restated explicitly]
70
+
71
+ **Premise Assessment**
72
+ | Premise | Status | Issue |
73
+ |---|---|---|
74
+ | [premise] | ✅ Established / ⚠️ Assumed / ❌ Contested | [note] |
75
+
76
+ **Inference Assessment**
77
+ [Does the conclusion follow? Where does the chain hold or break?]
78
+
79
+ **Fallacies Detected**
80
+ - [Fallacy name]: [specific example from the argument] — or "None detected"
81
+
82
+ **Verdict**
83
+ [Does the argument hold? What is the specific weakest point?]
84
+
85
+ **What would strengthen it**
86
+ - [Specific fix — evidence needed, premise to qualify, step to make explicit]
87
+
88
+ ---
89
+
90
+ ## Notes
91
+
92
+ A broken argument isn't necessarily a wrong conclusion. The conclusion might be correct while the reasoning that supports it is flawed. Flag both: the structural problem *and* whether the conclusion still seems defensible by other means.
@@ -0,0 +1,121 @@
1
+ ---
2
+ name: logic-causality-mapping
3
+ description: "Map causal relationships, trace dependencies, and reason about consequences before acting. Use when you need to understand what causes what, what breaks if something changes, or what must be true for a plan to work. TRIGGERS: 'map the dependencies', 'what causes this', 'what breaks if I change X', 'trace the root cause', 'if X then what', 'what has to be true for this to work', any situation involving root cause analysis, impact assessment, dependency tracing, or reasoning about chains of effect."
4
+ ---
5
+
6
+ # Logic Causal Reasoning
7
+
8
+ Correlation isn't causation. Neither is sequence. "This happened, then that happened" is not the same as "this caused that" — but it's treated as equivalent constantly, and it produces wrong diagnoses, failed fixes, and surprised engineers.
9
+
10
+ This skill makes causal structure explicit: what actually depends on what, what change produces what effect, and what must be true for a plan to hold.
11
+
12
+ ---
13
+
14
+ ## Four Modes
15
+
16
+ Use the mode that matches the question.
17
+
18
+ ### Mode 1: Root Cause Tracing
19
+ *"Why did this happen?"*
20
+
21
+ Work backwards from an observed effect to its cause — and to the cause of that cause.
22
+
23
+ **Process:**
24
+ 1. State the observed effect precisely. Not "the system is slow" — "p95 latency increased from 120ms to 840ms after the Tuesday deploy."
25
+ 2. Ask: what are the immediate causes that could produce this effect? List all plausible candidates.
26
+ 3. For each candidate: what evidence would confirm or rule it out?
27
+ 4. Eliminate candidates. For the survivors: what caused them?
28
+ 5. Continue until you reach a cause that has no upstream cause within scope — or a point where further tracing requires different expertise or data.
29
+ 6. Distinguish: **root cause** (the origin), **proximate cause** (the immediate trigger), **contributing factors** (conditions that allowed it).
30
+
31
+ ### Mode 2: Impact Mapping
32
+ *"What breaks if I change X?"*
33
+
34
+ Work forwards from a proposed change through its downstream effects.
35
+
36
+ **Process:**
37
+ 1. State the change precisely.
38
+ 2. Identify direct dependents: what immediately relies on the thing being changed?
39
+ 3. For each dependent: what behaviour changes, and what downstream systems rely on that behaviour?
40
+ 4. Continue for two to three levels of dependency.
41
+ 5. Mark irreversible effects — changes that, once made, cannot be cleanly undone.
42
+ 6. Mark cascade risks — places where a small effect triggers a large one.
43
+
44
+ ### Mode 3: Dependency Mapping
45
+ *"What must be true for this to work?"*
46
+
47
+ Identify the full set of conditions a plan depends on.
48
+
49
+ **Process:**
50
+ 1. State the plan or goal.
51
+ 2. Ask: what must be true in the environment for this to succeed? List all dependencies.
52
+ 3. For each dependency: is it guaranteed, assumed, or unknown?
53
+ 4. For each assumed dependency: what is the cost if the assumption is wrong?
54
+ 5. Surface single points of failure — dependencies that, if they break, cause total plan failure with no fallback.
55
+
56
+ ### Mode 4: Counterfactual Testing
57
+ *"Would Y still have happened without X?"*
58
+
59
+ Test a causal claim by reasoning about the counterfactual world.
60
+
61
+ **Process:**
62
+ 1. State the causal claim: "X caused Y."
63
+ 2. Imagine removing X. Would Y still happen via another path?
64
+ 3. If yes: X is a contributing factor, not the root cause.
65
+ 4. If no: X is necessary for Y — strong causal evidence.
66
+ 5. Consider: was X sufficient alone, or did it require other conditions?
67
+
68
+ ---
69
+
70
+ ## Human Check-in
71
+
72
+ Before proceeding, ask the user:
73
+
74
+ **How do you want to run this?**
75
+
76
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
77
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
78
+ - **C) Direct causes only** — map first-order causal links, skip downstream consequences
79
+ - **D) Refine the framing** — adjust what we're analyzing before starting
80
+
81
+ Proceed based on their choice.
82
+
83
+ ## Output Format
84
+
85
+ **Mode:** [Root Cause / Impact Mapping / Dependency Mapping / Counterfactual]
86
+
87
+ **Question:** [the specific causal question being answered]
88
+
89
+ **[Mode-appropriate structure]**
90
+
91
+ For Root Cause:
92
+ - Proximate cause: [immediate trigger]
93
+ - Root cause: [origin]
94
+ - Contributing factors: [conditions that enabled it]
95
+ - Evidence: [what confirms this vs what was ruled out]
96
+
97
+ For Impact Mapping:
98
+ - Direct effects: [level 1 dependencies affected]
99
+ - Downstream effects: [level 2-3]
100
+ - Irreversible effects: [flagged]
101
+ - Cascade risks: [flagged]
102
+
103
+ For Dependency Mapping:
104
+ - Dependencies: [each, with status: guaranteed / assumed / unknown]
105
+ - Single points of failure: [flagged]
106
+ - Highest-risk assumptions: [ranked]
107
+
108
+ For Counterfactual:
109
+ - Causal claim tested: [X caused Y]
110
+ - Counterfactual: [would Y happen without X?]
111
+ - Verdict: [necessary / contributing / coincidental]
112
+ - Conditions required alongside X: [if X alone wasn't sufficient]
113
+
114
+ **Summary**
115
+ [2-3 sentences on what the causal analysis reveals and what action it implies]
116
+
117
+ ---
118
+
119
+ ## Notes
120
+
121
+ Causal reasoning is always provisional — it produces the best available model given current evidence, not a proof. State explicitly what evidence would change the analysis. In complex systems, multiple causal chains often contribute to a single effect; resist the urge to stop at the first plausible explanation.
@@ -0,0 +1,92 @@
1
+ ---
2
+ name: logic-check
3
+ description: "A fast, comprehensive logic report on any argument, plan, or reasoning — validates premises, tests inference, detects fallacies, surfaces hidden assumptions, and produces a verdict. Lighter than logic-council (no peer review), heavier than logic-argument-validation (covers the whole reasoning, not just one argument). Triggers: 'logic check', 'quick logic review', 'check my reasoning', 'is this sound', 'full logic check', any request for a complete logical assessment."
4
+ ---
5
+
6
+ # Logic Check
7
+
8
+ An argument can fail in three distinct places: a premise can be false, the inference can be invalid (the conclusion doesn't follow even if premises are true), or a hidden assumption can be doing load-bearing work without being examined. Most reasoning errors are invisible because they happen in exactly these places. A complete logic check must test all three.
9
+
10
+ ---
11
+
12
+ ## Your Process
13
+
14
+ **Step 1: Extract the Argument Structure**
15
+ Identify the premises (claims taken as given), the inference (how they connect), and the conclusion (what is claimed to follow). Write them out explicitly. Complex reasoning often has multiple linked arguments — map the chain.
16
+
17
+ **Step 2: Test Each Premise**
18
+ Classify each premise:
19
+ - **Established fact** — supported by reliable evidence
20
+ - **Reasonable assumption** — plausible but not established; stakes determine whether it needs verification
21
+ - **Contested claim** — disputed or uncertain; the argument depends on this being true
22
+ - **Unsupported assertion** — no evidence offered
23
+
24
+ The argument is only as strong as its weakest load-bearing premise.
25
+
26
+ **Step 3: Test the Inference**
27
+ Even if all premises are true: does the conclusion follow? Test with a steelman of the denial — can the premises all be true and the conclusion still be false? If yes, the inference is invalid. Common inference failures: missing variables, scope shifts (all → some), correlation treated as causation.
28
+
29
+ **Step 4: Scan for Fallacies**
30
+ Name any fallacies present specifically — do not give a generic list. Common ones in strategic and analytical reasoning: hasty generalisation, false dilemma, straw man, appeal to authority, ad hominem, sunk cost, post hoc ergo propter hoc, false analogy, slippery slope.
31
+
32
+ **Step 5: Surface Hidden Assumptions**
33
+ What must be true for the argument to work — but is never stated? These are the most dangerous load-bearers because they are not examined. Ask: "What would have to be true for this to hold? Is it?"
34
+
35
+ **Step 6: Assess Overall**
36
+ Does the reasoning hold? Give a verdict and name the specific weaknesses if it doesn't.
37
+
38
+ ---
39
+
40
+ ## Human Check-in
41
+
42
+ Before proceeding, ask the user:
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) Premises only** — surface what's being taken as given and classify each, skip inference and fallacy sections
49
+ - **D) Refine the framing** — adjust what we're analyzing before starting
50
+
51
+ Proceed based on their choice.
52
+
53
+ ## Output Format
54
+
55
+ ### Argument Structure
56
+ **Premises:**
57
+ 1. [P1]
58
+ 2. [P2]
59
+ 3. [P3]
60
+
61
+ **Inference:** [How the premises are claimed to connect to the conclusion]
62
+
63
+ **Conclusion:** [What is claimed to follow]
64
+
65
+ ### Premise Assessment
66
+ | Premise | Classification | Notes |
67
+ |---------|---------------|-------|
68
+ | P1 | Established / Assumption / Contested / Unsupported | ... |
69
+ | P2 | ... | ... |
70
+
71
+ ### Inference Validity
72
+ **Valid:** Yes / No / Partially
73
+ **Analysis:** [Does the conclusion follow from the premises? Where does the inference fail if it does?]
74
+
75
+ ### Fallacies Found
76
+ - [Name of fallacy] — [Where it appears in the argument, specifically]
77
+ - (None found — if absent)
78
+
79
+ ### Hidden Assumptions
80
+ - [Assumption doing load-bearing work] — [Whether it holds]
81
+
82
+ ### Verdict
83
+ **The reasoning:** Holds / Has specific problems / Does not hold
84
+
85
+ **Specific problems (if any):**
86
+ 1. [Problem] — [Why it matters to the conclusion]
87
+
88
+ ---
89
+
90
+ ## Notes
91
+
92
+ Use logic-council when the situation requires adversarial peer challenge between logical positions. Use logic-argument-validation for a single, focused argument. This skill covers complete reasoning chains — plans, proposals, analyses — in a single pass.
@@ -0,0 +1,96 @@
1
+ ---
2
+ name: logic-consistency-check
3
+ description: "Surface internal contradictions, conflicting requirements, and edge cases that expose hidden conflicts in a document, spec, plan, design, or set of requirements. Use when something feels off but you can't pinpoint why, before committing to a design, or when requirements have grown incrementally and may have drifted out of sync. TRIGGERS: 'consistency check', 'find contradictions', 'does this spec make sense', 'check for conflicts', 'something feels wrong here', reviewing requirements docs, technical specs, architecture plans, product briefs, or any document where internal coherence matters."
4
+ ---
5
+
6
+ # Logic Consistency Check
7
+
8
+ Requirements drift. Specs accumulate. A document written over weeks by multiple people — or a set of decisions made incrementally — can contain contradictions that nobody noticed because each piece was reviewed in isolation.
9
+
10
+ This skill reads the whole and finds where the parts disagree.
11
+
12
+ ---
13
+
14
+ ## Your Process
15
+
16
+ **Step 1: Map the claims**
17
+ Before checking for consistency, inventory what the document asserts:
18
+ - Goals and objectives stated
19
+ - Constraints and non-negotiables stated
20
+ - Assumptions stated or implied
21
+ - Decisions and their stated rationale
22
+ - Any numbered requirements or acceptance criteria
23
+
24
+ This map is what gets checked for internal coherence — not whether any claim is *true*, but whether the claims are consistent with each other.
25
+
26
+ **Step 2: Check goal-constraint conflicts**
27
+ Do the stated goals require violating stated constraints? Common patterns:
28
+ - A performance goal that requires more resources than the budget allows
29
+ - A simplicity goal combined with a feature list that requires complexity
30
+ - A timeline that requires skipping steps the quality requirements depend on
31
+
32
+ **Step 3: Check requirement-requirement conflicts**
33
+ Do individual requirements contradict each other?
34
+ - Two requirements that can't both be satisfied simultaneously
35
+ - A requirement that is a special case of another requirement but handled differently
36
+ - Requirements that use the same term with different implicit meanings (equivocation across requirements)
37
+
38
+ **Step 4: Find edge cases that expose conflicts**
39
+ Some contradictions only appear at the boundary. Ask: what happens when...
40
+ - Input is at its minimum and maximum values simultaneously required
41
+ - Two features interact that were designed independently
42
+ - The happy path assumption fails
43
+ - A stated exception meets a stated rule
44
+
45
+ **Step 5: Check assumption coherence**
46
+ Implicit assumptions are the most dangerous source of inconsistency — stated nowhere, but load-bearing everywhere. Surface them:
47
+ - What must be true for each requirement to be satisfiable?
48
+ - Do any of those assumptions contradict each other?
49
+ - Do any assumptions contradict stated facts?
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) Contradictions list only** — flag the specific inconsistencies without full analysis
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
+ **Subject:** [what was checked]
69
+
70
+ **Contradictions Found**
71
+
72
+ | Type | Item A | Item B | Conflict |
73
+ |---|---|---|---|
74
+ | Goal vs constraint | [goal] | [constraint] | [why they conflict] |
75
+ | Requirement vs requirement | [req] | [req] | [why they conflict] |
76
+ | Assumption vs fact | [assumption] | [fact] | [why they conflict] |
77
+
78
+ *"None found" if clean.*
79
+
80
+ **Edge Cases That Expose Conflicts**
81
+ - [scenario]: [which requirements or goals it breaks]
82
+
83
+ **Hidden Assumptions**
84
+ - [assumption]: [which requirements depend on it; whether it's safe]
85
+
86
+ **Verdict**
87
+ [Overall consistency assessment — clean, minor issues, or significant conflicts that need resolution before proceeding]
88
+
89
+ **Recommended Resolutions**
90
+ - [Specific change per conflict — which item to amend and how]
91
+
92
+ ---
93
+
94
+ ## Notes
95
+
96
+ Not every inconsistency is equally urgent. Flag severity: a contradiction in core requirements is a blocker; an ambiguity in an edge case may just need a decision logged. The goal is to make implicit conflicts explicit so they can be resolved consciously rather than discovered in production.
@@ -0,0 +1,105 @@
1
+ ---
2
+ name: logic-constraint-mapping
3
+ description: "Map the full constraint landscape for a decision, design, or plan — distinguishing hard limits from soft preferences, surfacing hidden constraints, and finding conflicts between them. Use before committing to an approach, when a plan keeps hitting unexpected walls, or when it's unclear what's actually negotiable. TRIGGERS: 'map the constraints', 'what are we actually working with', 'what's blocking this', 'what can we change', 'constraint analysis', any situation where the boundaries of what's possible need to be understood before proceeding."
4
+ ---
5
+
6
+ # Logic Constraint Mapping
7
+
8
+ Every decision happens inside a constraint space. Some limits are real and fixed. Others feel fixed but aren't. And some constraints conflict with each other in ways nobody has named yet.
9
+
10
+ The map makes that space visible — so you're solving the actual problem, not a version of it you've accidentally invented by treating assumptions as facts.
11
+
12
+ ---
13
+
14
+ ## Types of Constraints
15
+
16
+ **Hard constraints** — cannot be violated without abandoning the goal entirely. Physical laws, legal requirements, contractual obligations, irreversible dependencies.
17
+
18
+ **Soft constraints** — strong preferences or defaults that can be negotiated under sufficient pressure. Budget, timeline, team size, technology choices, organisational preferences.
19
+
20
+ **Hidden constraints** — not explicitly stated, but load-bearing. Discovered when violated. Often cultural, political, or architectural. The most dangerous kind.
21
+
22
+ **Conflicting constraints** — two constraints that cannot both be fully satisfied. Require a conscious trade-off decision rather than a solution.
23
+
24
+ ---
25
+
26
+ ## Your Process
27
+
28
+ **Step 1: Extract stated constraints**
29
+ What limits have been explicitly named? Separate:
30
+ - Stated as hard: "must", "cannot", "required", "non-negotiable"
31
+ - Stated as soft: "should", "prefer", "ideally", "target"
32
+ - Implied but unstated: present in the problem framing without being declared
33
+
34
+ **Step 2: Test each constraint's hardness**
35
+ For every constraint labelled hard, ask: *what would actually happen if we violated it?*
36
+ - Legal/regulatory: real hard — violation has defined consequences
37
+ - Budget/timeline: often softer than declared — the consequence is negotiation, not failure
38
+ - Technical: depends on reversibility — changing a database schema is hard; changing a variable name is not
39
+ - Organisational: often the softest of all, disguised as the hardest
40
+
41
+ Reclassify where the test shows the constraint is softer than claimed.
42
+
43
+ **Step 3: Surface hidden constraints**
44
+ Ask:
45
+ - What would break if we changed X? (reveals architectural constraints)
46
+ - Who has to approve this? (reveals political constraints)
47
+ - What can't we undo once we start? (reveals irreversibility constraints)
48
+ - What are we assuming about the environment that isn't guaranteed? (reveals dependency constraints)
49
+
50
+ **Step 4: Find constraint conflicts**
51
+ With the full map laid out, which constraints cannot all be satisfied simultaneously?
52
+ - Time vs quality vs scope (the classic three)
53
+ - Flexibility vs stability (don't break the API vs let it evolve)
54
+ - Performance vs cost
55
+ - Security vs usability
56
+
57
+ For each conflict: name what's being traded off and who decides.
58
+
59
+ **Step 5: Identify the degrees of freedom**
60
+ What's genuinely open? After removing hard and near-hard constraints, what remains movable? This is where the actual solution space lives.
61
+
62
+ ---
63
+
64
+ ## Human Check-in
65
+
66
+ Before proceeding, ask the user:
67
+
68
+ **How do you want to run this?**
69
+
70
+ - **A) Full analysis** — complete all steps, reasoning shown throughout
71
+ - **B) Key findings only** — bottom-line output, skip step-by-step detail
72
+ - **C) Hard constraints only** — identify which limits are truly non-negotiable, skip soft and assumed
73
+ - **D) Refine the framing** — adjust what we're analyzing before starting
74
+
75
+ Proceed based on their choice.
76
+
77
+ ## Output Format
78
+
79
+ **Context:** [what decision or plan this constraint map is for]
80
+
81
+ **Constraint Inventory**
82
+
83
+ | Constraint | Type | Hardness | Source |
84
+ |---|---|---|---|
85
+ | [constraint] | Limit / Preference / Hidden | Hard / Soft / Unknown | [who imposed it, why] |
86
+
87
+ **Hardness Reassessments**
88
+ - [constraint stated as hard] → actually [softer] because [reason]
89
+
90
+ **Hidden Constraints Found**
91
+ - [constraint]: [what revealed it; what it blocks]
92
+
93
+ **Conflicts**
94
+ | Constraint A | Constraint B | Trade-off | Owner |
95
+ |---|---|---|---|
96
+ | [A] | [B] | [what gives if you prioritise A; what gives if you prioritise B] | [who decides] |
97
+
98
+ **Degrees of Freedom**
99
+ [What is genuinely negotiable; where the real solution space is]
100
+
101
+ ---
102
+
103
+ ## Notes
104
+
105
+ The value of this map is not finding solutions — it's establishing ground truth about what's actually fixed before committing to an approach. A constraint map produced before design prevents the common failure mode: a clever solution that satisfies stated requirements while violating an unstated one that everyone assumed was obvious.
@@ -0,0 +1,158 @@
1
+ ---
2
+ name: logic-council
3
+ description: "Run a reasoning problem, argument, plan, or decision through a council of 5 logical reasoning advisors who analyze it from distinct reasoning frameworks, peer-review each other, and synthesize a verdict on whether the reasoning holds. MANDATORY TRIGGERS: 'logic council this', 'run the logic council', 'pressure-test this reasoning', 'is my thinking sound'. STRONG TRIGGERS: any complex argument where the conclusion matters, a plan with non-obvious dependencies, reasoning you've invested in and want stress-tested. Use ethics-council for moral questions, llm-council for general decisions — this council is specifically for testing the soundness of reasoning itself."
4
+ ---
5
+
6
+ # Logic Council
7
+
8
+ A single reviewer catches some flaws in reasoning. A council catches more — because different reasoning frameworks find different failure modes. Formal logic catches invalid inferences. Systems thinking catches missing feedback loops. Bayesian reasoning catches base-rate neglect. First principles reasoning catches assumptions dressed as facts. Adversarial logic catches the strongest counter-argument you haven't faced yet.
9
+
10
+ Run all five. Let them disagree. The synthesis tells you where your reasoning is load-bearing and where it's hollow.
11
+
12
+ ---
13
+
14
+ ## The Five Reasoning Frameworks
15
+
16
+ ### 1. Formal Logic
17
+ Tests deductive structure. Are premises stated? Do they support the conclusion? Are necessary and sufficient conditions correctly identified? Finds: invalid inferences, unstated assumptions doing hidden work, conclusions that overreach their premises, equivocation across terms.
18
+
19
+ ### 2. Systems Thinking
20
+ Treats the problem as a system with feedback loops, delays, and emergent properties. Asks: what happens over time? What non-linear effects appear at scale? What second and third-order consequences has the reasoning ignored? Finds: linear thinking applied to non-linear systems, missing feedback loops, unintended consequences, solutions that fix the proximate cause while worsening the root cause.
21
+
22
+ ### 3. Bayesian Reasoning
23
+ Evaluates probabilistic claims and evidence. Asks: what are the base rates? How much should this evidence actually update our beliefs? Is confidence calibrated to evidence? Finds: base-rate neglect, overconfidence from anecdote, underweighted prior probability, failure to consider how likely the evidence would be under alternative hypotheses.
24
+
25
+ ### 4. First Principles
26
+ Strips away assumptions and rebuilds from fundamentals. Asks: what do we actually know is true, vs what are we taking for granted? Is the problem framed correctly, or has the framing inherited constraints that don't belong? Finds: assumptions treated as facts, inherited framings that foreclose better solutions, analogies stretched past their breaking point.
27
+
28
+ ### 5. Adversarial Logic
29
+ Steelmans the strongest counter-argument. Asks: what is the best version of the opposing case? If this reasoning is wrong, what's the most compelling reason it's wrong? Finds: the objections the reasoning hasn't faced, the cases where the conclusion fails, the evidence that would most efficiently falsify it.
30
+
31
+ **Why these five:** They create genuine tension. Formal logic and Adversarial logic both find flaws, but via different mechanisms. Systems thinking and Bayesian reasoning both deal with uncertainty, but differently. First Principles stands apart from all four — it questions whether the problem is being solved at all.
32
+
33
+ ---
34
+
35
+ ## How a Council Session Works
36
+
37
+ ### Step 1: Frame the Reasoning
38
+
39
+ State what is being evaluated — an argument, a plan's logic, a reasoning chain, a stated conclusion and its support. Include:
40
+ 1. The claim or conclusion being made
41
+ 2. The premises or evidence supporting it
42
+ 3. Any context needed to evaluate the reasoning
43
+
44
+ If the subject is vague, ask one clarifying question before proceeding.
45
+
46
+ ---
47
+
48
+ ### Human Check-in
49
+
50
+ After framing the question, ask the user:
51
+
52
+ **How do you want to run the council?**
53
+
54
+ - **A) Full council** — all 5 advisors + peer review + chair synthesis + saved transcript
55
+ - **B) Chair synthesis only** — skip advisor outputs, deliver the verdict directly
56
+ - **C) Strongest objection only** — skip all advisors and peer review, identify the single most devastating challenge to this reasoning
57
+ - **D) Adjust the framing** — revisit the question before convening
58
+
59
+ Proceed based on their choice.
60
+
61
+ ---
62
+
63
+ ### Step 2: Convene the Council (5 subagents in parallel)
64
+
65
+ Spawn all 5 framework advisors simultaneously.
66
+
67
+ **Subagent prompt template:**
68
+ ```
69
+ You are reasoning from the [Framework Name] perspective in a Logic Council.
70
+
71
+ Your framework: [framework description — core logic, what it finds, what it prioritises]
72
+
73
+ A Logic Council has been convened on this reasoning:
74
+ ---
75
+ [framed reasoning]
76
+ ---
77
+
78
+ Analyze this reasoning from your framework. Where does it hold? Where does it fail? What does your framework specifically find that other approaches might miss?
79
+
80
+ Be direct and specific. Don't hedge. Lean fully into your framework — the synthesis comes later.
81
+
82
+ 150–300 words. No preamble.
83
+ ```
84
+
85
+ ---
86
+
87
+ ### Step 3: Peer Review (5 subagents in parallel)
88
+
89
+ Anonymize responses as A through E. Spawn 5 reviewers, each seeing all five.
90
+
91
+ Each reviewer answers:
92
+ 1. Which response identified the most significant flaw in the reasoning? Why?
93
+ 2. Which response has the biggest blind spot — what is it missing?
94
+ 3. What do *all* the responses agree on? (High-confidence signal — if five different frameworks find the same problem, it's real.)
95
+
96
+ ---
97
+
98
+ ### Step 4: Chair Synthesis
99
+
100
+ One agent synthesizes everything into a verdict:
101
+
102
+ **LOGIC COUNCIL VERDICT**
103
+
104
+ 1. **Where the frameworks agree** — reasoning failures flagged by multiple frameworks independently. These are the most reliable findings.
105
+ 2. **Where the frameworks diverge** — disagreements about whether or how the reasoning fails, and why.
106
+ 3. **The strongest single objection** — the most damaging finding across all five frameworks.
107
+ 4. **Verdict** — does the reasoning hold? If not, where exactly does it break?
108
+ 5. **What would make it sound** — the specific changes that would address the council's findings.
109
+
110
+ **Chair prompt template:**
111
+ ```
112
+ You are the Chair of a Logic Council. Synthesize the work of 5 reasoning-framework advisors and their peer reviews.
113
+
114
+ The reasoning under examination:
115
+ ---
116
+ [framed reasoning]
117
+ ---
118
+
119
+ FRAMEWORK RESPONSES:
120
+ [de-anonymized advisor responses]
121
+
122
+ PEER REVIEWS:
123
+ [all 5 peer reviews]
124
+
125
+ Produce the verdict:
126
+
127
+ ## Where the Frameworks Agree
128
+ [Findings multiple frameworks reached independently — high-confidence signals]
129
+
130
+ ## Where the Frameworks Diverge
131
+ [Genuine disagreements about the reasoning's validity]
132
+
133
+ ## The Strongest Single Objection
134
+ [The most damaging finding; the one that most undermines the reasoning]
135
+
136
+ ## Verdict
137
+ [Does this reasoning hold? Where exactly does it break, if so?]
138
+
139
+ ## What Would Make It Sound
140
+ [Specific repairs — premises to add, claims to qualify, steps to make explicit]
141
+
142
+ Be direct. The council's value is telling the person where their reasoning breaks, not reassuring them it's fine.
143
+ ```
144
+
145
+ ---
146
+
147
+ ### Step 5: Save the Output
148
+
149
+ Save the full transcript as `logic-council-transcript-[timestamp].md`. Optionally generate an HTML report with the verdict prominent and advisor responses collapsible.
150
+
151
+ ---
152
+
153
+ ## Notes
154
+
155
+ - **Spawn all five in parallel.** Sequential spawning lets earlier frameworks contaminate later ones.
156
+ - **The chair can dissent.** If four frameworks find no flaw but the fifth's objection is devastating, the chair should say so.
157
+ - **Agreement across frameworks is the strongest signal.** When five different reasoning approaches all flag the same problem, that problem is real.
158
+ - For reasoning that fails the council, consider using `logic-fixer` to produce a corrected version.