Scientific Critical Thinking
Overview
Critical thinking is a systematic process for evaluating scientific rigor. Assess methodology, experimental design, statistical validity, biases, confounding, and evidence quality using GRADE and Cochrane ROB frameworks. Apply this skill for critical analysis of scientific claims.
When to Use This Skill
This skill should be used when:
- Evaluating research methodology and experimental design
- Assessing statistical validity and evidence quality
- Identifying biases and confounding in studies
- Reviewing scientific claims and conclusions
- Conducting systematic reviews or meta-analyses
- Applying GRADE or Cochrane risk of bias assessments
- Providing critical analysis of research papers
Visual Aids (Optional)
Only add figures when the user explicitly requests a diagram (for example, a GRADE flowchart, bias decision tree, or evidence-quality framework).
When figures help:
- Critical thinking framework diagrams
- Bias identification decision trees
- Evidence quality assessment flowcharts
- GRADE or risk-of-bias evaluation frameworks
How to create figures:
- Preferred: Use the scientific-schematics skill for AI-generated diagrams from a natural-language description
- Alternative: Build figures in your usual tools (draw.io, PowerPoint, matplotlib, etc.)
From the scientific-schematics skill directory, with OPENROUTER_API_KEY set:
python scripts/generate_schematic.py "GRADE evidence assessment flowchart with downgrade and upgrade factors" -o figures/grade_flowchart.png --doc-type report
Disclosure: AI schematic generation sends your prompt to OpenRouter (a third-party API). Do not include unpublished sensitive details unless that transmission is appropriate for your project.
Core Capabilities
Seven capability areas, each with the questions to ask and what the answers imply, are in
references/core_capabilities.md:
- Methodology critique — design, controls, confounding, and whether the method can
answer the question asked.
- Bias detection — selection, measurement, publication, and cognitive biases.
- Statistical analysis evaluation — power, multiplicity, p-value misuse, effect sizes.
- Evidence quality assessment — study hierarchy, replication, and strength of inference.
- Logical fallacy identification — the fallacies that recur in scientific argument.
- Research design guidance — how to strengthen a design before data collection.
- Claim evaluation — separating what was shown from what is being asserted.
Per-topic detail is in references/scientific_method.md,
references/common_biases.md,
references/statistical_pitfalls.md,
references/evidence_hierarchy.md,
references/logical_fallacies.md, and
references/experimental_design.md.
Application Guidelines
General Approach
Be Constructive
- Identify strengths as well as weaknesses
- Suggest improvements rather than just criticizing
- Distinguish between fatal flaws and minor limitations
- Recognize that all research has limitations
Be Specific
- Point to specific instances (e.g., "Table 2 shows..." or "In the Methods section...")
- Quote problematic statements
- Provide concrete examples of issues
- Reference specific principles or standards violated
Be Proportionate
- Match criticism severity to issue importance
- Distinguish between major threats to validity and minor concerns
- Consider whether issues affect primary conclusions
- Acknowledge uncertainty in your own assessments
Apply Consistent Standards
- Use same criteria across all studies
- Don't apply stricter standards to findings you dislike
- Acknowledge your own potential biases
- Base judgments on methodology, not results
Consider Context
- Acknowledge practical and ethical constraints
- Consider field-specific norms for effect sizes and methods
- Recognize exploratory vs. confirmatory contexts
- Account for resource limitations in evaluating studies
When Providing Critique
Structure feedback as:
- Summary: Brief overview of what was evaluated
- Strengths: What was done well (important for credibility and learning)
- Concerns: Issues organized by severity
- Critical issues (threaten validity of main conclusions)
- Important issues (affect interpretation but not fatally)
- Minor issues (worth noting but don't change conclusions)
- Specific Recommendations: Actionable suggestions for improvement
- Overall Assessment: Balanced conclusion about evidence quality and what can be concluded
Use precise terminology:
- Name specific biases, fallacies, and methodological issues
- Reference established standards and guidelines
- Cite principles from scientific methodology
- Use technical terms accurately
When Uncertain
- Acknowledge uncertainty: "This could be X or Y; additional information needed is Z"
- Ask clarifying questions: "Was [methodological detail] done? This affects interpretation."
- Provide conditional assessments: "If X was done, then Y follows; if not, then Z is concern"
- Note what additional information would resolve uncertainty
Reference Materials
This skill includes comprehensive reference materials that provide detailed frameworks for critical evaluation:
references/scientific_method.md - Core principles of scientific methodology, the scientific process, critical evaluation criteria, red flags in scientific claims, causal inference standards, peer review, and open science principles
references/common_biases.md - Comprehensive taxonomy of cognitive, experimental, methodological, statistical, and analysis biases with detection and mitigation strategies
references/statistical_pitfalls.md - Common statistical errors and misinterpretations including p-value misunderstandings, multiple comparisons problems, sample size issues, effect size mistakes, correlation/causation confusion, regression pitfalls, and meta-analysis issues
references/evidence_hierarchy.md - Traditional evidence hierarchy, GRADE system, study quality assessment criteria, domain-specific considerations, evidence synthesis principles, and practical decision frameworks
references/logical_fallacies.md - Logical fallacies common in scientific discourse organized by type (causation, generalization, authority, relevance, structure, statistical) with examples and detection strategies
references/experimental_design.md - Comprehensive experimental design checklist covering research questions, hypotheses, study design selection, variables, sampling, blinding, randomization, control groups, procedures, measurement, bias minimization, data management, statistical planning, ethical considerations, validity threats, and reporting standards
When to consult references:
- Load references into context when detailed frameworks are needed
- Use grep to search references for specific topics:
grep -r "pattern" references/
- References provide depth; SKILL.md provides procedural guidance
- Consult references for comprehensive lists, detailed criteria, and specific examples
Remember
Scientific critical thinking is about:
- Systematic evaluation using established principles
- Constructive critique that improves science
- Proportional confidence to evidence strength
- Transparency about uncertainty and limitations
- Consistent application of standards
- Recognition that all research has limitations
- Balance between skepticism and openness to evidence
Always distinguish between:
- Data (what was observed) and interpretation (what it means)
- Correlation and causation
- Statistical significance and practical importance
- Exploratory and confirmatory findings
- What is known and what is uncertain
- Evidence against a claim and evidence for the null
Goals of critical thinking:
- Identify strengths and weaknesses accurately
- Determine what conclusions are supported
- Recognize limitations and uncertainties
- Suggest improvements for future work
- Advance scientific understanding
Source: K-Dense-AI/scientific-agent-skills → skills/scientific-critical-thinking/SKILL.md
1---2name: scientific-critical-thinking3description: Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality, identifying flaws. For formal peer review writing use peer-review.4---5
6
7# Scientific Critical Thinking
8
9## Overview
10
11Critical thinking is a systematic process for evaluating scientific rigor. Assess methodology, experimental design, statistical validity, biases, confounding, and evidence quality using GRADE and Cochrane ROB frameworks. Apply this skill for critical analysis of scientific claims.
12
13## When to Use This Skill
14
15This skill should be used when:
16- Evaluating research methodology and experimental design
17- Assessing statistical validity and evidence quality
18- Identifying biases and confounding in studies
19- Reviewing scientific claims and conclusions
20- Conducting systematic reviews or meta-analyses
21- Applying GRADE or Cochrane risk of bias assessments
22- Providing critical analysis of research papers
23
24## Visual Aids (Optional)
25
26Only add figures when the **user explicitly requests** a diagram (for example, a GRADE flowchart, bias decision tree, or evidence-quality framework).
27
28**When figures help:**
29- Critical thinking framework diagrams
30- Bias identification decision trees
31- Evidence quality assessment flowcharts
32- GRADE or risk-of-bias evaluation frameworks
33
34**How to create figures:**
35- **Preferred:** Use the **scientific-schematics** skill for AI-generated diagrams from a natural-language description
36- **Alternative:** Build figures in your usual tools (draw.io, PowerPoint, matplotlib, etc.)
37
38From the `scientific-schematics` skill directory, with `OPENROUTER_API_KEY` set:
39
40```bash
41python scripts/generate_schematic.py "GRADE evidence assessment flowchart with downgrade and upgrade factors" -o figures/grade_flowchart.png --doc-type report
42```
43
44**Disclosure:** AI schematic generation sends your prompt to [OpenRouter](https://openrouter.ai/) (a third-party API). Do not include unpublished sensitive details unless that transmission is appropriate for your project.
45
46---
47
48## Core Capabilities
49
50Seven capability areas, each with the questions to ask and what the answers imply, are in
51[references/core_capabilities.md](references/core_capabilities.md):
52
531. **Methodology critique** — design, controls, confounding, and whether the method can
54 answer the question asked.
552. **Bias detection** — selection, measurement, publication, and cognitive biases.
563. **Statistical analysis evaluation** — power, multiplicity, p-value misuse, effect sizes.
574. **Evidence quality assessment** — study hierarchy, replication, and strength of inference.
585. **Logical fallacy identification** — the fallacies that recur in scientific argument.
596. **Research design guidance** — how to strengthen a design before data collection.
607. **Claim evaluation** — separating what was shown from what is being asserted.
61
62Per-topic detail is in [references/scientific_method.md](references/scientific_method.md),
63[references/common_biases.md](references/common_biases.md),
64[references/statistical_pitfalls.md](references/statistical_pitfalls.md),
65[references/evidence_hierarchy.md](references/evidence_hierarchy.md),
66[references/logical_fallacies.md](references/logical_fallacies.md), and
67[references/experimental_design.md](references/experimental_design.md).
68
69## Application Guidelines
70
71### General Approach
72
731. **Be Constructive**
74 - Identify strengths as well as weaknesses
75 - Suggest improvements rather than just criticizing
76 - Distinguish between fatal flaws and minor limitations
77 - Recognize that all research has limitations
78
792. **Be Specific**
80 - Point to specific instances (e.g., "Table 2 shows..." or "In the Methods section...")
81 - Quote problematic statements
82 - Provide concrete examples of issues
83 - Reference specific principles or standards violated
84
853. **Be Proportionate**
86 - Match criticism severity to issue importance
87 - Distinguish between major threats to validity and minor concerns
88 - Consider whether issues affect primary conclusions
89 - Acknowledge uncertainty in your own assessments
90
914. **Apply Consistent Standards**
92 - Use same criteria across all studies
93 - Don't apply stricter standards to findings you dislike
94 - Acknowledge your own potential biases
95 - Base judgments on methodology, not results
96
975. **Consider Context**
98 - Acknowledge practical and ethical constraints
99 - Consider field-specific norms for effect sizes and methods
100 - Recognize exploratory vs. confirmatory contexts
101 - Account for resource limitations in evaluating studies
102
103### When Providing Critique
104
105**Structure feedback as:**
106
1071. **Summary:** Brief overview of what was evaluated
1082. **Strengths:** What was done well (important for credibility and learning)
1093. **Concerns:** Issues organized by severity
110 - Critical issues (threaten validity of main conclusions)
111 - Important issues (affect interpretation but not fatally)
112 - Minor issues (worth noting but don't change conclusions)
1134. **Specific Recommendations:** Actionable suggestions for improvement
1145. **Overall Assessment:** Balanced conclusion about evidence quality and what can be concluded
115
116**Use precise terminology:**
117- Name specific biases, fallacies, and methodological issues
118- Reference established standards and guidelines
119- Cite principles from scientific methodology
120- Use technical terms accurately
121
122### When Uncertain
123
124- **Acknowledge uncertainty:** "This could be X or Y; additional information needed is Z"
125- **Ask clarifying questions:** "Was [methodological detail] done? This affects interpretation."
126- **Provide conditional assessments:** "If X was done, then Y follows; if not, then Z is concern"
127- **Note what additional information would resolve uncertainty**
128
129## Reference Materials
130
131This skill includes comprehensive reference materials that provide detailed frameworks for critical evaluation:
132
133- **`references/scientific_method.md`** - Core principles of scientific methodology, the scientific process, critical evaluation criteria, red flags in scientific claims, causal inference standards, peer review, and open science principles
134
135- **`references/common_biases.md`** - Comprehensive taxonomy of cognitive, experimental, methodological, statistical, and analysis biases with detection and mitigation strategies
136
137- **`references/statistical_pitfalls.md`** - Common statistical errors and misinterpretations including p-value misunderstandings, multiple comparisons problems, sample size issues, effect size mistakes, correlation/causation confusion, regression pitfalls, and meta-analysis issues
138
139- **`references/evidence_hierarchy.md`** - Traditional evidence hierarchy, GRADE system, study quality assessment criteria, domain-specific considerations, evidence synthesis principles, and practical decision frameworks
140
141- **`references/logical_fallacies.md`** - Logical fallacies common in scientific discourse organized by type (causation, generalization, authority, relevance, structure, statistical) with examples and detection strategies
142
143- **`references/experimental_design.md`** - Comprehensive experimental design checklist covering research questions, hypotheses, study design selection, variables, sampling, blinding, randomization, control groups, procedures, measurement, bias minimization, data management, statistical planning, ethical considerations, validity threats, and reporting standards
144
145**When to consult references:**
146- Load references into context when detailed frameworks are needed
147- Use grep to search references for specific topics: `grep -r "pattern" references/`
148- References provide depth; SKILL.md provides procedural guidance
149- Consult references for comprehensive lists, detailed criteria, and specific examples
150
151## Remember
152
153**Scientific critical thinking is about:**
154- Systematic evaluation using established principles
155- Constructive critique that improves science
156- Proportional confidence to evidence strength
157- Transparency about uncertainty and limitations
158- Consistent application of standards
159- Recognition that all research has limitations
160- Balance between skepticism and openness to evidence
161
162**Always distinguish between:**
163- Data (what was observed) and interpretation (what it means)
164- Correlation and causation
165- Statistical significance and practical importance
166- Exploratory and confirmatory findings
167- What is known and what is uncertain
168- Evidence against a claim and evidence for the null
169
170**Goals of critical thinking:**
1711. Identify strengths and weaknesses accurately
1722. Determine what conclusions are supported
1733. Recognize limitations and uncertainties
1744. Suggest improvements for future work
1755. Advance scientific understanding
176
177---
178
179**Source:** [`K-Dense-AI/scientific-agent-skills`](https://github.com/K-Dense-AI/scientific-agent-skills) → `skills/scientific-critical-thinking/SKILL.md`