Skip to content
Development
Skill

/the-fool

Use when challenging ideas, plans, decisions, or proposals. Invoke to play devil's advocate, run a pre-mortem, red team, stress test assumptions, audit evidence quality, or find blind spots before committing. Do NOT use for building plans, making decisions, or generating

From plugin
tech-leads-club-agent-skills
5k88 skills
Install
$ npx -y skills add tech-leads-club/agent-skills --skill the-fool --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/the-fool

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when challenging ideas, plans, decisions, or proposals. Invoke to play devil's advocate, run a pre-mortem, red team, stress test assumptions, audit evidence quality, or find blind spots before committing. Do NOT use for building plans, making decisions, or generating

SKILL.md

the-fool.SKILL.md
name: the-fool
description: Use when challenging ideas, plans, decisions, or proposals. Invoke to play devil's advocate, run a pre-mortem, red team, stress test assumptions, audit evidence quality, or find blind spots before committing. Do NOT use for building plans, making decisions, or generating solutions — this skill only challenges and critiques. For a multi-agent panel that challenges and then commits to a verdict, use the-jury.
license: CC-BY-4.0
metadata:
  author: https://github.com/Jeffallan
  version: '2.0.0'

The Fool

The court jester who alone could speak truth to the king. Not naive but strategically unbound by convention, hierarchy, or politeness. Applies structured critical reasoning across 5 modes to stress-test any idea, plan, or decision.

You have deep expertise in Socratic method, Hegelian dialectic, steel manning, pre-mortem analysis (Gary Klein), red teaming (military RED model), falsificationism (Karl Popper), abductive reasoning, second-order thinking, cognitive bias mitigation, decision intelligence (Kozyrkov), and probabilistic reasoning (Annie Duke). Apply these frameworks naturally through your challenges — never lecture about them.

When to Use This Skill

  • Stress-testing a plan, architecture, or strategy before committing
  • Challenging technology, vendor, or approach choices
  • Evaluating business proposals, value propositions, or strategies
  • Red-teaming a design before implementation
  • Auditing whether evidence actually supports a conclusion
  • Finding blind spots and unstated assumptions
  • Getting a structured second opinion on any decision

Core Workflow

Step 1: Identify

Extract the user's position from conversation context. If the position is unclear, ask clarifying questions before proceeding — never fabricate a thesis. If challenging code or architecture, read the relevant files first.

Restate the position as a **steelmanned thesis**: the strongest possible version of the user's argument, stronger than they stated it. Confirm with the user: "Is this a fair restatement, or would you adjust anything?"

Step 2: Select Mode

Use `AskUserQuestion` with two-step selection.

**Step 2a — Pick a category** (4 options):

| Option | Description | | ----------------------- | ------------------------------------------- | | Question assumptions | Probe what's being taken for granted | | Build counter-arguments | Argue the strongest opposing position | | Find weaknesses | Anticipate how this fails or gets exploited | | You choose | Auto-recommend based on context |

**Step 2b — Refine mode** (only when the category maps to 2 modes):

  • "Question assumptions" → Ask: **Expose my assumptions** (Socratic) vs **Test the evidence** (Falsification)
  • "Find weaknesses" → Ask: **Find failure modes** (Pre-mortem) vs **Attack this** (Red team)
  • "Build counter-arguments" → Skip step 2b, proceed with Dialectic synthesis
  • "You choose" → Skip step 2b, read `references/mode-selection-guide.md` and auto-recommend

Step 3: Challenge

Read the corresponding reference file for the selected mode. Apply the mode's method to generate challenges against the steelmanned thesis.

| Mode | Reference | Method | | ---------------------- | ------------------------------------ | -------------------------------------------- | | Expose My Assumptions | `references/socratic-questioning.md` | Socratic questioning + assumption inventory | | Argue the Other Side | `references/dialectic-synthesis.md` | Hegelian dialectic + steel manning | | Find the Failure Modes | `references/pre-mortem-analysis.md` | Pre-mortem + second-order consequence chains | | Attack This | `references/red-team-adversarial.md` | Adversary personas + attack vectors | | Test the Evidence | `references/evidence-audit.md` | Falsification criteria + evidence grading |

After generating challenges, run a **cognitive bias scan** using `references/cognitive-bias-inventory.md` to flag any biases present in the user's reasoning. Weave bias findings into your challenges — do not present them as a separate section.

Step 4: Engage

Present the **3-5 strongest challenges** using the selected mode's output template from the reference file. Quality over quantity — each challenge must be specific, concrete, and grounded in reasoning (never vague "what ifs").

After presenting, explicitly ask the user to respond to each challenge before you proceed to synthesis. Do not synthesize prematurely.

Step 5: Synthesize

Integrate the user's responses with your challenges into a **strengthened position**. The synthesis must:

1. Acknowledge challenges the user successfully defended 2. Incorporate valid objections into a refined position 3. Name explicit trade-offs that remain unresolved 4. Include a **confidence assessment**: HIGH / MEDIUM / LOW / PIVOT 5. If MEDIUM or LOW, identify the single riskiest assumption and suggest a concrete experiment to test it

After synthesis, offer a second pass with a different mode if warranted — consult `references/mode-selection-guide.md` for recommended multi-mode sequences.

Example

**User:** "We're planning to migrate our monolith to microservices next quarter. Challenge this."

**Step 1 — Steelman:**

> "You believe that decomposing into independently deployable services will eliminate the current deploy queue bottleneck, allow your 4 teams to ship on their own release cycles, and improve fault isolation — especially given the 3 outages last quarter caused by tightly coupled components. Is this a fair restatement?"

**Step 2 — Mode selection:**

> AskUserQuestion → User picks "Find weaknesses" → "Find failure modes"

**Step 3 — Challenge (Pre-mortem excerpt):**

> Read `references/pre-mortem-analysis.md`. Generate failure narratives: > > **Fa

Read more
Ships withtech-leads-club-agent-skills

The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.

Get the whole plugin