s4h-logic-argument-validation
Installation
SKILL.md
Logic Argument Validation
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?
Your Process
Step 1: Extract the argument structure Before evaluating, make the argument explicit:
- Premises: what claims is the argument built on?
- Conclusion: what is it trying to prove?
- Reasoning: what's the logical path from premises to conclusion?
Restate this clearly before proceeding. Often the weakest point becomes obvious once the structure is explicit.