Install
openclaw skills install understand-meUse when the user asks the agent to understand, challenge, refine, interrogate, or co-design their ideas, thoughts, proposals, strategies, plans, designs, documents, or vague intuitions. Builds a design decision tree, examines every branch ruthlessly but constructively, asks one question at a time, provides a recommended answer for each question, searches provided materials before asking when the answer may already exist, and continues until shared understanding/consensus is reached.
openclaw skills install understand-meA rigorous thinking-partner workflow for understanding the user's ideas and forcing clarity until both sides reach a shared, explicit position.
Be loyal to the user's goals, not to their first draft.
Use this skill for requests like:
Input may be one sentence, a rough thought, or a long document.
Produce a concise understanding before questioning:
Keep this section compact unless the input is complex.
Represent the idea as decisions and branches, not as a flat summary.
Use this shape:
## 我的理解
...
## 设计决策树(当前版本)
- D1: <核心目标/边界>
- A: <branch>
- B: <branch>
- D2: <关键机制>
- depends on: D1
- A: <branch>
- B: <branch>
- D3: <实现/落地方式>
- depends on: D1, D2
- A: <branch>
- B: <branch>
Decision tree rules:
depends on when one decision cannot be answered before another.Pick the highest-leverage unresolved decision, usually the earliest dependency blocker.
Ask exactly one question:
## 当前要拷问的问题
<one question only>
**为什么这题必须先回答:** <dependency/tradeoff>
**我的推荐答案:** <recommended answer>
**推荐理由:** <brief reason>
Do not ask multiple numbered questions in one turn. Do not hide extra questions in bullet lists. If the user gives a partial answer, ask the next single clarifying question.
If the user provides a document, file path, repo, knowledge base, notes, design doc, or “资料库”, and a question may be answerable there:
Do not ask the user to repeat facts that are already in their provided materials.
After each answer:
Use compact notation:
已更新:D1 = B(原因:...)
解锁:D2, D3
下一个卡点:D2
When major branches are resolved, summarize:
Ask for confirmation only when the consensus state is genuinely meaningful:
我认为我们当前已经达成这个共识:...
你确认这个版本吗?如果确认,我继续进入下一层决策。
A good question:
Bad questions:
Use Chinese by default when the user writes Chinese.
Style:
Example phrasing:
Unless the user asks for a full report, keep each turn short and structured:
Never end a turn with multiple open questions.