socratic-clarification-skill

Map hidden assumptions and ask one clarifying question before proceeding.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/StepowskiEric/Jerrys-agent-skills --skill socratic-clarification-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: socratic-clarification-skill
Source: https://github.com/StepowskiEric/Jerrys-agent-skills/tree/main/.agents/skills/orchestration/socratic-clarification-skill
Command: npx skills add https://github.com/StepowskiEric/Jerrys-agent-skills --skill socratic-clarification-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ambiguity and high-stakes tasks often cause agents to act on unverified assumptions. This skill enforces a structured clarification protocol to surface critical uncertainties before acting.

Core Features & Use Cases

  • Enforces a formal assumption mapping to reveal hidden beliefs.
  • Identifies the most consequential assumption and frames a single clarifying question.
  • Provides an action gate to proceed with explicit confidence or await clarification.
  • Use cases: high-risk tasks, irreversible actions, or scenarios with multiple plausible interpretations.

Quick Start

Ask the user one targeted clarifying question to resolve the highest-priority assumption before proceeding.

Frequently Asked Questions about socratic-clarification-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I surface hidden assumptions before executing high-stakes AI tasks?

To surface hidden assumptions before executing high-stakes AI tasks, you apply a formal clarification protocol that maps critical uncertainties and enforces an action gate. This process identifies the most consequential assumption and frames a single clarifying question to verify it.

What is assumption mapping in prompt engineering and risk management?

Assumption mapping in prompt engineering and risk management is a structured workflow that reveals hidden beliefs an AI agent holds before acting. It identifies multiple valid interpretations in ambiguous scenarios and isolates the single highest-priority uncertainty requiring clarification.

When do I need to enforce a clarification workflow for ambiguous tasks?

You need to enforce a clarification workflow for ambiguous tasks involving high-stakes decisions, irreversible actions, or scenarios with multiple plausible interpretations. It prevents agents from acting on unverified assumptions by introducing an explicit action gate to pause or proceed.

How do I implement an action gate to pause AI actions on unverified assumptions?

To implement an action gate to pause AI actions on unverified assumptions, you establish a formal checkpoint where the agent must either proceed with explicit confidence or halt operations. This decision-gating mechanism ensures no irreversible action occurs without resolving the critical clarifying question.

Can I use decision-gating workflows for AI governance and risk avoidance?

Yes, you can use decision-gating workflows for AI governance and risk avoidance. By mapping assumptions and requiring clarification before execution, the workflow enforces strict oversight on high-stakes tasks, preventing autonomous agents from taking irreversible actions based on unverified beliefs.

What are the limitations of using a single clarifying question for complex ambiguous tasks?

The limitation of using a single clarifying question for complex ambiguous tasks is that it only resolves the highest-priority assumption at the expense of secondary uncertainties. If the scenario contains multiple simultaneous high-risk interpretations, a single question may fail to eliminate all decision-gating hazards.