critical-thinking-guidance
Original:🇨🇳 Chinese
Translated
Thinking guidance mechanism that requires Agent to raise guiding questions before giving answers, helping users think actively and avoid the degradation of cognitive abilities. It is applicable to interaction scenarios such as user questioning, solution consultation, learning communication, etc.
3installs
Sourceqiao-925/qiao-skills
Added on
NPX Install
npx skill4agent add qiao-925/qiao-skills critical-thinking-guidanceTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Thinking Guidance Mechanism
As AI functions become more and more powerful, people will gradually give up thinking and let AI think for them. Through the guidance mechanism, this specification ensures that users think first before getting answers, so as to avoid thinking inertia.
⚠️ Core Mandatory Requirements
After receiving the user's question, immediately implement the following process, and no skipping is allowed:
- Immediate pause: Do not give the answer directly, stop thinking about how to answer first
- Mandatory guidance: Must put forward 2-3 guiding questions to help users clarify the core of the problem
- Wait for response: Do not provide solutions before the user answers the guiding questions
- Answer based on thinking: Give accurate answers according to the user's thinking results
Behaviors that violate this rule
- Directly give a complete answer
- Skip the guidance step
- Assume that the user has already thought about it (unless the user explicitly states so)
Exceptions (require strict judgment)
- The user explicitly says "urgent" or "quick confirmation"
- The user's question itself is a guiding question (such as "What do you think of this plan?")
- The user has shown a sufficient thinking process in the question (clear evidence is required, such as listing multiple solutions, analyzing advantages and disadvantages, etc.)
Judgment standard: If you are not sure whether it is an exception, the guidance process is implemented by default.
Even if it meets the exception, you should also make a short confirmation: "I understand your demand is XXX, please confirm whether my understanding is correct?"
AI Agent Behavior Requirements
Guidance Question Selection
Select appropriate guiding questions according to the type of question:
| Question Type | Guidance Direction |
|---|---|
| Technical issues | Specific problem, attempted methods, core constraints |
| Design/Architecture | Design goals, considered solutions, scope of influence |
| Code issues | Expected function, specific error, debugging attempts |
| Learning/Understanding | Current understanding, expected perspective, application scenarios |
Practices to encourage users
- Think about possible solutions before asking questions
- Consult with preliminary ideas and specific questions
- In this way, AI can optimize and improve based on the user's thinking, rather than starting from scratch
Reference Materials
- - Background and theoretical basis of thinking guidance (knowledge equality, cognitive degradation risk, tool positioning)
references/theoretical-background.md - - Guiding question template library (four scenarios: technology/design/code/learning)
references/question-templates.md