Claude Code slash commands for rigorous Socratic analysis of documents
SaferSkills independently audited socratic-probes (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A collection of Claude Code slash commands for rigorous Socratic analysis of documents, proposals, and recommendations.
These skills apply the Socratic method to critically examine documents through six specialized lenses:
| Command | Purpose |
|---|---|
/probe-start | Full Analysis - Launches 6 parallel agents and synthesizes findings |
/probe-clarify | Clarify thinking and trace origin of ideas |
/probe-assume | Challenge hidden assumptions |
/probe-evidence | Examine evidence quality and sources |
/probe-pov | Explore alternative viewpoints |
/probe-implications | Trace implications and consequences |
/probe-qq | Question the question itself |
/probe-synthesis | Synthesize existing evaluation files |
Copy the .claude/commands folder to your project root:
# Clone or download this repo
git clone https://github.com/YOUR_USERNAME/socratic-probes.git
# Copy to your project
cp -r socratic-probes/.claude YOUR_PROJECT_ROOT/The skills will be available when you run Claude Code in that project directory.
Copy the command files to your global Claude Code commands folder:
macOS/Linux:
cp socratic-probes/.claude/commands/*.md ~/.claude/commands/Windows:
Copy-Item socratic-probes\.claude\commands\*.md $env:USERPROFILE\.claude\commands\Run a comprehensive analysis with 6 parallel agents:
/probe-start path/to/document.md ./output-directoryThis will:
Output files:
socratic-1-clarify-thinking.mdsocratic-2-challenge-assumptions.mdsocratic-3-evidence-basis.mdsocratic-4-alternative-viewpoints.mdsocratic-5-implications-consequences.mdsocratic-6-question-the-question.mdsocratic-synthesis.md (consolidated findings)Run specific types of analysis:
/probe-clarify path/to/document.md # Clarify thinking
/probe-assume path/to/document.md # Challenge assumptions
/probe-evidence path/to/document.md # Examine evidence
/probe-pov path/to/document.md # Alternative viewpoints
/probe-implications path/to/document.md # Trace consequences
/probe-qq path/to/document.md # Question the questionIf you've run individual probes and want to synthesize them:
/probe-synthesis ./output-directory"What do you mean by...?" / "What is the source of this idea?"
"What are you assuming here?" / "What if you were wrong?"
"What evidence supports this?" / "What would disprove this?"
"What is the counter-argument?" / "Who would disagree?"
"What follows from this?" / "What are the long-term effects?"
"Is this the right question?" / "What question should we ask instead?"
The synthesis consolidates findings into an actionable format:
MIT License - See LICENSE file.
Contributions welcome! Feel free to:
Inspired by the Socratic method of questioning to examine ideas critically and stimulate deeper thinking.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.