Read the data and propose the intent behind it, for the user to confirm.
读取数据并推测用户的潜在意图,供用户确认。
Goal
目标
The result is a proposal the user only confirms, revises, or rejects — never a question. Asking makes the user compose a sentence they did not have ready; proposing lets them answer with a yes. If the turn ends with them writing that sentence anyway, the skill missed.
Read every piece of the handed-over data end to end before proposing anything.
State the intent you read, in one line grounded in what the data actually shows.
State briefly what you would do next on that intent.
Ask only to confirm — right, wrong, or adjust.
在提出任何提议前,完整通读所有提交的数据。
用一句话陈述你读取到的意图,需基于数据实际呈现的内容。
简要说明针对该意图你下一步会采取的行动。
仅请求用户确认——是否正确、错误或需要调整。
Rules
规则
Read before proposing. A proposal without reading is a guess.
Ground it in the data. Point at what you read, not what you assumed.
One intent per turn. If two are plausible, propose the likelier and name the other in a clause.
Confirm, don't compose. If the turn ends with the user assembling a sentence, redo the proposal.
If the data is too thin to propose from, say so and stop. Do not fall back to asking.
先读取再提议。未读取数据就提出的提议只是猜测。
基于数据内容。要指出你从数据中读到的信息,而非你的假设。
每次只提出一个意图。如果有两个合理的意图,优先提出更可能的那个,并在分句中提及另一个。
请求确认,而非让用户表述。如果最终用户仍需自行组织句子,请重新拟定提议。
如果数据过于单薄无法推测意图,请直接说明并停止操作。不要退化为提问。
Verification
验证
The user's next reply is short — a yes, a correction, or a small adjustment. If they had to explain what they wanted from scratch, the proposal was wrong, or was really a question in disguise.