← 返回 Skills 市场
perpetualhui

Adaptive Socratic Questioning

作者 perpetualhui · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
344
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install adaptive-socratic-questioning
功能描述
自适应苏格拉底式追问技能 / Adaptive Socratic Questioning - Use adaptive follow-up questioning to deepen student reasoning and uncover misconceptions. Use when the user n...
使用说明 (SKILL.md)

Adaptive Socratic Questioning

Description

Adaptive Socratic Questioning is an intelligent follow-up questioning skill focused on cultivating research thinking. It guides students to think deeply step by step through the Socratic method, fostering independent research capability, critical thinking, and innovative consciousness.

Core Philosophy

The Socratic method is not about simply giving answers, but through carefully designed question sequences, helping learners:

  • Discover knowledge gaps
  • Build logical chains
  • Validate hypothesis reasonableness
  • Form independent judgment capabilities

Usage Scenarios

Automatically load this skill when users request help with research questions, academic discussions, or methodological guidance.

Applicable Scenarios

  • Research design and planning
  • Theoretical framework construction
  • Research method selection
  • Data analysis and interpretation
  • Academic paper writing
  • Critical thinking training
  • Problem root cause analysis

Not Applicable Scenarios

  • Simple factual queries requiring direct answers
  • Technical troubleshooting requiring specific debugging steps
  • Emotional support requiring counseling skills

Question Types

Explanation Questions

  • "Why do you think that's the case?"
  • "What's the reasoning behind your answer?"
  • "Can you explain the mechanism?"

Evidence Questions

  • "What evidence supports this conclusion?"
  • "How do you know that's true?"
  • "What example illustrates this?"

Causality Questions

  • "Why does this phenomenon occur?"
  • "What's causing this to happen?"
  • "What's the mechanism behind this?"

Comparison Questions

  • "How would this be different if [condition changed]?"
  • "What would happen if we reversed this?"
  • "Can you compare this to [related concept]?"

Counterexample Questions

  • "Are there any situations where this wouldn't be true?"
  • "Could there be exceptions to this rule?"
  • "What if we tried this with [edge case]?"

Generalization Questions

  • "Does this principle apply to other situations?"
  • "Can you think of other examples where this works?"
  • "How would you apply this to [new context]?"

Implementation Algorithm

Step 1: Analyze Student Response

Determine:

  • Accuracy: Is the basic answer correct?
  • Depth: Did the student show understanding or just memorization?
  • Gaps: What's missing from the explanation?
  • Misconceptions: Are there faulty assumptions?

Step 2: Select Question Type

Based on the analysis:

  • Correct but shallow → Explanation questions
  • Unsupported claims → Evidence questions
  • Correct answer, no mechanism → Causality questions
  • Absolute statements → Counterexample questions
  • Demonstrated understanding → Generalization/Creative questions

Step 3: Generate Question Chain

Create 3-7 questions following these rules:

  • Each question builds on the previous
  • Questions adapt to student level (vocabulary, complexity)
  • Include a mix of question types for balance
  • Ensure logical progression toward the learning goal

Step 4: Provide Teacher Guidance

Give specific, actionable guidance:

  • When to pause for student reflection
  • How to handle wrong answers
  • When to move to the next question
  • How to assess whether the student "got it"

Output Format

{
  "followup_questions": [
    {
      "type": "explanation",
      "question": "Why does [X] lead to [Y]?",
      "purpose": "Probe understanding of the causal mechanism",
      "level_adaptation": "Scaffolded for high school students"
    },
    {
      "type": "evidence",
      "question": "What evidence supports this conclusion?",
      "purpose": "Teach claim justification",
      "level_adaptation": "Accessible to all levels"
    }
  ],
  "reasoning_path": "Initial claim → Mechanism → Evidence → Application → Critique",
  "misconception_flags": [
    {
      "misconception": "Students often think [X] when actually [Y]",
      "severity": "high",
      "addressed_by_questions": [1, 3]
    }
  ],
  "teacher_guidance": "Start with Q1. If the student struggles, provide a concrete example before Q2."
}

Example: Science Education

Input

{
  "concept": "Why does decreasing particle size improve battery rate performance?",
  "student_response": "Because lithium ions diffuse faster",
  "student_level": "university",
  "learning_goal": "analyze"
}

Output

{
  "followup_questions": [
    {
      "type": "explanation",
      "question": "Why does particle size affect lithium diffusion speed?",
      "purpose": "Probe the underlying mechanism",
      "level_adaptation": "University-level materials science terminology"
    },
    {
      "type": "causality",
      "question": "How does diffusion distance influence the electrochemical reaction kinetics?",
      "purpose": "Connect structure to function",
      "level_adaptation": "Requires understanding of diffusion equations"
    },
    {
      "type": "counterexample",
      "question": "If particles become extremely small (nanoscale), could new limitations emerge from surface effects?",
      "purpose": "Explore boundaries of the principle",
      "level_adaptation": "Advanced - considers nanoscale physics"
    },
    {
      "type": "generalization",
      "question": "Are there structural strategies to improve diffusion kinetics without reducing particle size?",
      "purpose": "Encourage creative problem-solving",
      "level_adaptation": "Research-level thinking"
    }
  ],
  "reasoning_path": "Initial observation → Diffusion mechanism → Kinetic implications → Boundary conditions → Alternative strategies",
  "misconception_flags": [
    {
      "misconception": "Students often attribute rate improvement solely to 'faster diffusion' without considering the quantitative relationship between diffusion length and rate (Fick's laws)",
      "severity": "medium",
      "addressed_by_questions": [1, 2]
    }
  ],
  "teacher_guidance": "This question chain works best after students have been introduced to diffusion concepts. Pause after Q2 to ensure the student grasps the quantitative relationship before moving to Q3's counterexample."
}

Research Foundation

This skill is grounded in well-established educational research:

  • Socratic Method: Ancient technique using systematic questioning to stimulate critical thinking and expose contradictions in student reasoning

  • Bloom's Taxonomy: Framework for cognitive development from recall through creation; our question progression maps to these levels

  • Metacognition: Flavell (1979) and subsequent research showing that thinking about thinking improves learning outcomes

  • Self-Explanation Effects: Chi et al. (1994) demonstrated that asking students to explain their reasoning dramatically improves understanding

  • Guided Questioning: King (1992) showed that strategic questioning outperforms passive reading for deep learning

  • Instructional Principles: Rosenshine (2012) identified questioning as a core principle of effective instruction

Known Limitations

  1. Asynchronous limitation: This skill doesn't see real-time student responses; it generates question chains based on a single response.

  2. Cultural factors: Questioning approaches vary across cultures; what's appropriate in a Western classroom may be too direct in other contexts.

  3. Time constraints: Generating 5-7 questions takes time; in practice, teachers may only have time for 2-3.

  4. Subject expertise: The skill relies on the teacher's domain knowledge to judge whether questions are accurate and appropriate.

License

MIT-0 - See LICENSE file for details.

安全使用建议
This skill appears coherent and low-risk: it is instruction-only, requests no secrets, and contains only pedagogical guidance. Before installing, consider: (1) Trigger scope — the README/skill metadata purposely include many trigger phrases and the author notes the description was made 'pushy'; if you want to avoid accidental activation, narrow triggers or require explicit user invocation. (2) Test with non-sensitive examples to confirm the phrasing and stage transitions meet your expectations (the SKILL.md is prescriptive about when to ask follow-ups). (3) Do not rely on this skill for counseling, medical, or emergency situations (the skill itself lists such non-applicable scenarios). If you remain comfortable with the trigger policy and the educational scope, this skill is consistent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: adaptive-socratic-questioning Version: 1.1.0 The skill bundle is a comprehensive educational tool designed to implement Socratic questioning techniques. It provides structured pedagogical frameworks, adaptive questioning strategies, and detailed evaluation cases across various subjects (science, math, literature). Analysis of SKILL.md and the supporting documentation shows no evidence of malicious intent, data exfiltration, or unauthorized command execution; the 'pushy' triggering instructions mentioned in README_SKILL_STATUS.md are transparently documented as a method to ensure the skill is correctly invoked for its intended educational purpose.
能力评估
Purpose & Capability
Name, description, skill.json triggers, SKILL.md algorithm, examples, and test/eval files all align with an education-focused follow-up-questioning capability. The artifacts and metadata are proportionate to the described purpose.
Instruction Scope
SKILL.md is an instruction-only implementation describing how to analyze student responses and generate question chains; it does not instruct the agent to read files, access credentials, or call external endpoints. One minor note: SKILL.md and README_SKILL_STATUS emphasize automatically loading the skill for many trigger phrases (and README_SKILL_STATUS admits the description was made 'pushy' to increase triggers). That is a usage/triggering policy decision rather than a technical risk, but it can cause over-invocation in unrelated conversations.
Install Mechanism
No install spec and no code files (instruction-only). Nothing is downloaded or written to disk. This is the lowest-risk install model.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All required resources are internal to the SKILL.md content and examples, which is proportionate to an education skill.
Persistence & Privilege
Flags show always: false and default autonomous invocation allowed. That is standard for skills. The skill does not request elevated persistence or modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install adaptive-socratic-questioning
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /adaptive-socratic-questioning 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Initial release: Adaptive Socratic Questioning skill for cultivating research thinking through Socratic method. 自适应苏格拉底式追问技能,通过连续提问培养学生科研思维。
元数据
Slug adaptive-socratic-questioning
版本 1.1.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Adaptive Socratic Questioning 是什么?

自适应苏格拉底式追问技能 / Adaptive Socratic Questioning - Use adaptive follow-up questioning to deepen student reasoning and uncover misconceptions. Use when the user n... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 344 次。

如何安装 Adaptive Socratic Questioning?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install adaptive-socratic-questioning」即可一键安装,无需额外配置。

Adaptive Socratic Questioning 是免费的吗?

是的,Adaptive Socratic Questioning 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Adaptive Socratic Questioning 支持哪些平台?

Adaptive Socratic Questioning 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Adaptive Socratic Questioning?

由 perpetualhui(@perpetualhui)开发并维护,当前版本 v1.1.0。

💬 留言讨论