# Mind Thesis And Argument

> Use when building the central argument of a Mind article — stating a sharp thesis and constructing a valid, sound argument for it. This is the core of an analytic-philosophy paper: explicit premises, a valid inference to the conclusion, and defensible premises. Structures the argument; it does not generate the philosophical content for you.

- Skill: `thedixitjain/mind-thesis-and-argument` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/mind-thesis-and-argument`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/mind-thesis-and-argument/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/mind-thesis-and-argument

---



# Thesis & Argument (mind-thesis-and-argument)

At Mind the paper *is* the argument. A finding, an intuition, or a clever example is not yet a
contribution until it is the conclusion of an **argument the reader is rationally compelled to take
seriously**: a sharp thesis, explicit premises, a valid inference, and premises that survive scrutiny.
This skill turns an idea into that argument.

## When to trigger

- You have an intuition or insight but not yet a stated thesis
- A reader said the paper is "suggestive" but "doesn't actually argue for the claim"
- You need to lay out premises and check that the conclusion really follows
- The argument feels strong but you cannot say which premise does the work

## Build the argument

1. **State the thesis.** One sentence, in the strongest defensible form. It must be **deniable** — a
   competent peer could reject it. If no one could disagree, it is not a thesis.
2. **Make the argument explicit.** Write the premises and the conclusion as numbered steps. The
   reader should see exactly **which claims**, taken together, yield the thesis.
3. **Check validity.** Does the conclusion *follow* from the premises? If there is a gap, name the
   hidden premise and add it — then defend it (a suppressed premise is where papers die).
4. **Check soundness.** Are the premises **true / defensible**? For each premise, give the supporting
   reason, distinction, or example. The most contestable premise needs the most support.
5. **Identify the load-bearing premise.** Say which premise the whole argument turns on. That is where
   objections will land (hand to `mind-objections-and-replies`), so defend it hardest.
6. **Calibrate the conclusion.** Claim exactly what the argument earns — no more. State **scope and
   qualifications** explicitly; an overclaim invites a cheap refutation.

## Forms of argument Mind accepts

- **Deductive** — premises entail the conclusion; the work is defending the premises.
- **Counterexample** — a single clear case refutes a universal claim; make the case undeniable.
- **Inference to the best explanation** — your thesis explains the data of the debate better than rivals; show the comparison.
- **Reductio / dilemma** — derive an unacceptable consequence from the opposing view, or trap it between two bad options.
- **Transcendental / presupposition** — show the opponent's position presupposes your conclusion.

Where any of these uses formal apparatus, **accompany it with informal exposition** so a non-specialist
philosopher can follow the move (a Mind expectation).

## Worked micro-example: sharpening a thesis

- *Before:* "This paper explores the relationship between vagueness and higher-order evidence." — a
  topic, not a claim; nothing here is deniable, and a Mind referee will ask what is actually being argued.
- *After:* "Higher-order evidence never defeats first-order justification directly; apparent defeat is
  always mediated by a bridge principle the defeatist has not earned." — deniable, with the load-bearing
  premise visible (the bridge-principle claim), so the referee knows exactly where to push.

The rewrite converts a topic into a position, exposes the premise the argument turns on, and commits
to a scope ("directly", "always mediated") that can be defended precisely.

## Budgeting the defence within ~8,000 words

Mind's ~8,000-word ceiling forces a decision about where the argument earns its space:

- Give the **load-bearing premise the largest share** of the argumentative wordage; premises no
  competent opponent would contest get a sentence and a pointer.
- Formal apparatus costs double: each derivation needs its informal gloss alongside, so a symbol-heavy
  step consumes budget twice. Keep formalism only where the inference genuinely requires it.
- Under triple-anonymous review the argument is all the expert referee sees; no reputation rescues an
  underdefended premise, so spend words where a competent opponent will actually attack.

## Anti-patterns

- A thesis no one could deny (a truism dressed as a discovery)
- Asserting the conclusion instead of arguing to it ("clearly, …")
- An invalid step papered over by rhetoric — find the missing premise
- The load-bearing premise stated but never defended
- Overclaiming scope, then being refuted by an easy counterexample

## Output format

```
【Thesis】one deniable sentence
【Argument】numbered premises → conclusion
【Form】deductive / counterexample / IBE / reductio / dilemma / transcendental
【Validity】does the conclusion follow? hidden premise named? [Y/N]
【Load-bearing premise】the one to defend hardest
【Scope】qualifications / where the claim stops
【Next】mind-objections-and-replies
```

## Supplementary resources

- [`../../resources/external_tools.md`](../../resources/external_tools.md) — argument-mapping and logic/proof tools
- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — Mind expectation of accessible argument with informal exposition

---

**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Mind-Skills/skills/mind-thesis-and-argument/SKILL.md`

