usecase-draft-reply

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Draft Reply

草拟回复

Purpose

用途

Summarize a chat and draft 2 reply options. Stops before sending.
总结聊天内容并草拟2个回复选项,在发送前停止操作。

Routing

使用规则

  • Use when: Use when the user asks to summarize a chat and draft 2 reply options. Stops before sending.
  • Do not use when: Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead.
  • Outputs: Outcome from Draft Reply: task-specific result plus concrete action notes.
  • Success criteria: Returns concrete actions and decisions matching the requested task, with no fabricated tool-side behavior.
  • 适用场景:当用户要求总结聊天内容并草拟2个回复选项、在发送前停止操作时使用。
  • 不适用场景:当请求涉及规划文档、高层策略或不可执行的讨论时请勿使用,应改用对应的规划或设计工作流。
  • 输出:草拟回复的产出:特定任务的结果以及具体的行动说明。
  • 成功标准:返回符合请求任务的具体行动和决策,不存在虚构的工具侧行为。

Trigger Examples

触发示例

Positive

正面示例

  • Use the usecase-draft-reply skill for this request.
  • Help me with draft reply.
  • Use when the user asks to summarize a chat and draft 2 reply options. Stops before sending.
  • Draft Reply: provide an actionable result.
  • 此请求请使用usecase-draft-reply skill处理。
  • 帮我生成回复草稿。
  • 适用于用户要求总结聊天内容并草拟2个回复选项、在发送前停止操作的场景。
  • 草拟回复:提供可落地的结果。

Negative

负面示例

  • Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead.
  • Do not use usecase-draft-reply for unrelated requests.
  • This request is outside draft reply scope.
  • This is conceptual discussion only; no tool workflow is needed.
  • 当请求涉及规划文档、高层策略或不可执行的讨论时请勿使用,应改用对应的规划或设计工作流。
  • 不相关的请求请勿使用usecase-draft-reply。
  • 该请求超出草拟回复的适用范围。
  • 这仅为概念讨论,无需使用工具工作流。

Parameters

参数

NameTypeRequiredDescription
channelselectYesWhich channel to read from
chat_hintstringYesName/keyword to identify the chat in channel_list_chats results
sincestringNoTime window (e.g., "15m", "24h", "7d")
message_limitnumberNoHow many recent messages to fetch
toneselectNoDesired tone for the draft
名称类型必填描述
channelselect要读取消息的频道
chat_hintstring用于在channel_list_chats结果中识别对应聊天的名称/关键词
sincestring时间窗口(例如:"15m", "24h", "7d")
message_limitnumber要获取的最近消息数量
toneselect回复草稿的预期语气

Runtime Prompt

运行时提示

  • Current runtime prompt length: 917 characters.
  • Runtime prompt is defined directly in
    ../usecase-draft-reply.json
    .
  • 当前运行时提示长度:917个字符。
  • 运行时提示直接定义在
    ../usecase-draft-reply.json
    中。