Loading...
Loading...
Rigorous reasoning using philosophical theories and scientific methods. Use this skill when analyzing logic, evaluating arguments, constructing proofs, critiquing opinions, or solving complex problems requiring critical thinking. Triggers - debate, proof, critique, logical analysis, argument evaluation, fallacy detection, inference, argumentation, logical fallacy, critical thinking.
npx skill4agent add toilahuongg/shopify-agents-kit rigorous-reasoningClarifying definitions → Challenging assumptions → Questioning evidence → Exploring consequences → Considering alternativesPREMISES
├── Premise 1: [Verifiable claim]
├── Premise 2: [Verifiable claim]
└── ...
↓
INFERENCE RULE
└── [Modus ponens / Modus tollens / Syllogism / ...]
↓
CONCLUSION
└── [Claim logically derived from premises]| Rule | Form | Example |
|---|---|---|
| Modus Ponens | P → Q, P ⊢ Q | If it rains, the road is wet. It rains. → The road is wet. |
| Modus Tollens | P → Q, ¬Q ⊢ ¬P | If it rains, the road is wet. The road is not wet. → It's not raining. |
| Syllogism | ∀x(P(x)→Q(x)), P(a) ⊢ Q(a) | All men are mortal. Socrates is a man. → Socrates is mortal. |
| Disjunctive Syllogism | P ∨ Q, ¬P ⊢ Q | Either A or B. Not A. → B. |
| Hypothetical Syllogism | P → Q, Q → R ⊢ P → R | If A then B. If B then C. → If A then C. |
| Fallacy | Description | Invalid Example |
|---|---|---|
| Affirming the Consequent | P→Q, Q ⊢ P (INVALID) | If rain, then wet. Wet → Rain (INVALID: could be other causes) |
| Denying the Antecedent | P→Q, ¬P ⊢ ¬Q (INVALID) | If study hard, then pass. Don't study hard → Don't pass (INVALID) |
| Fallacy | Description | How to Identify |
|---|---|---|
| Ad Hominem | Attacking the person instead of the argument | "He's wrong because he's X" |
| Straw Man | Distorting opponent's argument | Compare with original argument |
| Appeal to Authority | Citing irrelevant authority | Is the expert qualified in this field? |
| False Dichotomy | Presenting only 2 options when more exist | Is there a third option? |
| Slippery Slope | Unproven chain of consequences | Is each step evidenced? |
| Circular Reasoning | Conclusion embedded in premises | Are premises independent? |
| Post Hoc | Confusing correlation with causation | Is there a causal mechanism? |
| Hasty Generalization | Concluding from small sample | Is the sample representative? |
| Appeal to Emotion | Using emotion instead of logic | Separate emotion from argument |
| Tu Quoque | "You do it too" | Irrelevant to correctness |
1. OBSERVATION
└── What claim needs evaluation?
2. HYPOTHESIS
├── H₀ (null): The claim is false
└── H₁ (alternative): The claim is true
3. PREDICTION
└── If H₁ is true, what do we expect to observe?
4. TESTING
├── Evidence supporting H₁?
├── Evidence refuting H₁?
└── Is the evidence falsifiable?
5. CONCLUSION
├── Confidence level?
└── Alternative hypotheses?Among equivalent explanations, choose the simplest one.
A scientific claim must be capable of being refuted.
Input: Raw argument
↓
1. Identify main conclusion
2. List explicit premises
3. Identify hidden premises
4. Arrange in logical structure
↓
Output: Standardized argumentP1: Computers are becoming increasingly intelligent
P2: [Hidden] All jobs can be performed by sufficiently intelligent machines
P3: [Hidden] This development will continue without limits
─────────────────────────────────
C: AI will replace all jobs