conceptual-analysis
3
总安装量
3
周安装量
#57785
全站排名
安装命令
npx skills add https://github.com/chrislemke/stoffy --skill conceptual-analysis
Agent 安装分布
opencode
3
claude-code
3
mcpjam
2
kiro-cli
2
windsurf
2
zencoder
2
Skill 文档
Conceptual Analysis Skill
Master the method of analyzing concepts by seeking necessary and sufficient conditions, testing against counterexamples, and refining definitions.
Overview
What Is Conceptual Analysis?
The method of clarifying concepts by:
- Proposing conditions for concept application
- Testing against cases (real and imagined)
- Refining based on counterexamples
- Reaching reflective equilibrium
The Goal
Explicit Definition: X is F iff conditions Câ, Câ, Câ…
- Each condition necessary
- Jointly sufficient
- Captures the concept’s extension and intension
The Method
Step-by-Step Protocol
CONCEPTUAL ANALYSIS PROTOCOL
ââââââââââââââââââââââââââââ
1. TARGET IDENTIFICATION
âââ What concept are we analyzing?
âââ Clarify the question ("What is knowledge?")
2. INITIAL ANALYSIS
âââ Propose conditions
âââ Draw on clear cases
âââ State: X is F iff Câ, Câ, Câ...
3. COUNTEREXAMPLE TESTING
âââ Try to imagine cases that:
âââ Satisfy conditions but aren't F
âââ Are F but don't satisfy conditions
4. REVISION
âââ Modify conditions to handle counterexamples
âââ Add, remove, or revise conditions
5. ITERATION
âââ Repeat steps 3-4 until stable
6. REFLECTIVE EQUILIBRIUM
âââ Balance analysis against intuitions
âââ May revise intuitions OR analysis
Types of Counterexamples
| Type | Description | Response |
|---|---|---|
| Too narrow | Excludes cases that ARE F | Weaken conditions |
| Too broad | Includes cases that AREN’T F | Strengthen conditions |
| Edge case | Genuinely borderline | Accept vagueness or precisify |
Classic Examples
Knowledge (JTB Analysis)
ANALYSIS OF KNOWLEDGE
âââââââââââââââââââââ
INITIAL ANALYSIS:
S knows that P iff:
1. S believes that P
2. P is true
3. S is justified in believing P
GETTIER COUNTEREXAMPLE:
Smith believes "The man who will get the job has 10 coins"
âââ Justified (saw Jones counting coins)
âââ True (Smith gets job, happens to have 10 coins)
âââ But doesn't KNOW (true by luck)
âââ Therefore: JTB is too broad
REVISIONS:
âââ No false lemmas
âââ Sensitivity: Would not believe if false
âââ Safety: Could not easily be wrong
âââ Virtue: True belief from intellectual virtue
âââ Knowledge-first: Abandon analysis
Free Will (Classical Analysis)
ANALYSIS OF FREE ACTION
âââââââââââââââââââââââ
SIMPLE ANALYSIS:
S acts freely iff S could have done otherwise
COUNTEREXAMPLE (Frankfurt):
âââ Jones decides to vote for Biden
âââ Unknown to Jones, a neuroscientist would intervene
â if Jones was about to vote Trump
âââ But Jones votes Biden on his own
âââ Jones couldn't have done otherwise
âââ Yet Jones seems to act freely
âââ Therefore: PAP (Principle of Alternative Possibilities) fails
REVISIONS:
âââ Focus on actual sequence
âââ Reasons-responsiveness
âââ Source theories (originates in agent)
Art (Definition Attempt)
ANALYSIS OF ART
âââââââââââââââ
ATTEMPT 1: Representation
âââ Art represents reality
âââ Counterexample: Abstract art, pure music
âââ Too narrow
ATTEMPT 2: Expression
âââ Art expresses emotion
âââ Counterexample: Some art is cold, intellectual
âââ Too narrow
ATTEMPT 3: Significant Form (Bell)
âââ Art has significant form
âââ Problem: Circularâwhat makes form "significant"?
âââ Uninformative
ATTEMPT 4: Institutional (Dickie)
âââ Art = artifact + conferred artworld status
âââ Problem: What's the artworld? Circular?
âââ Contested
LESSON: Some concepts may resist analysis
Techniques
Case Method
Generate cases to test the analysis:
- Clear positive cases: Obviously F
- Clear negative cases: Obviously not F
- Borderline cases: Test boundaries
- Thought experiments: Imaginative cases
Necessary vs. Sufficient Conditions
NECESSARY CONDITIONS
ââââââââââââââââââââ
Required for F-ness but may not be enough
"Being unmarried is necessary for being a bachelor"
âââ All bachelors are unmarried
âââ But not all unmarried people are bachelors
âââ Unmarried is necessary, not sufficient
SUFFICIENT CONDITIONS
âââââââââââââââââââââ
Enough for F-ness but may not be required
"Being a square is sufficient for being a rectangle"
âââ All squares are rectangles
âââ But not all rectangles are squares
âââ Square is sufficient, not necessary
BICONDITIONAL
âââââââââââââ
Both necessary and sufficient
"X is a bachelor iff X is an unmarried adult male"
âââ All and only bachelors satisfy this
âââ Captures the concept
Ockham’s Razor for Analyses
- Prefer simpler analyses
- Don’t multiply conditions unnecessarily
- But don’t oversimplify
Challenges to Conceptual Analysis
Family Resemblance (Wittgenstein)
- Some concepts lack common essence
- “Game” â no single defining feature
- Network of overlapping similarities
Open Texture
- Concepts have unforeseen applications
- Cannot anticipate all cases
- Definitions are provisional
Experimental Philosophy
- Intuitions vary across cultures, demographics
- Are armchair intuitions reliable?
- Need empirical investigation
Naturalized Epistemology (Quine)
- No sharp analytic/synthetic distinction
- Conceptual truths are just very central beliefs
- Philosophy continuous with science
Best Practices
Do
- Start with clear cases
- Explain why conditions are chosen
- Consider multiple counterexamples
- Be prepared to revise
- Acknowledge borderline cases
Don’t
- Assume first analysis is right
- Ignore stubborn counterexamples
- Add ad hoc conditions to save analysis
- Claim certainty about contested concepts
- Forget that intuitions can be wrong
Output Format
## Conceptual Analysis: [CONCEPT]
### Initial Analysis
X is [CONCEPT] iff:
1. Condition 1
2. Condition 2
3. Condition 3
### Testing
**Clear positive case**: [Example satisfying conditions and being F]
**Clear negative case**: [Example not satisfying conditions, not being F]
### Counterexamples Found
1. [Counterexample 1] â Analysis is too [narrow/broad]
2. [Counterexample 2] â Analysis is too [narrow/broad]
### Revised Analysis
X is [CONCEPT] iff:
1. Revised condition 1
2. Revised condition 2
3. New condition 3
### Assessment
[How confident are we in this analysis?]
[Remaining difficulties?]
Integration with Repository
Related Skills
argument-mapping: Analyzing argument structurelogic: Testing logical relations
For Thought Development
Use conceptual analysis to clarify key terms in your philosophical explorations.