workflows
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWorkflows
工作流
Infer the user's intent from their requested outcome and output format. Read and follow the matching reference:
- Create or improve a workflow skill:
references/convert-to-skill/SKILL.md - Decompose a skill into reusable workflows:
references/decompose/SKILL.md - Dry-run or trace execution step by step:
references/simulate-callstack/SKILL.md - Visualize states, events, and transitions:
references/simulate-state-machine/SKILL.md
Prefer explicit clues such as , , , , , , or . When the wording is ambiguous, choose the reference whose output best matches the user's requested result. Default a simulation without visual or state-machine clues to a callstack. Use every matching reference when the request combines outcomes.
createdecomposecallstacktracestate machineMermaiddiagramTreat each reference as the named component skill. When a reference invokes another component by name, load that component from the map above.
根据用户期望的结果和输出格式推断其意图。阅读并遵循匹配的参考文档:
- 创建或改进工作流技能:
references/convert-to-skill/SKILL.md - 将技能分解为可复用工作流:
references/decompose/SKILL.md - 逐步试运行或追踪执行过程:
references/simulate-callstack/SKILL.md - 可视化状态、事件与转换:
references/simulate-state-machine/SKILL.md
优先识别明确的线索,如、、、、、或。当表述模糊时,选择输出结果最符合用户需求的参考文档。若模拟需求中没有可视化或状态机相关线索,默认使用调用栈方式。当请求包含多种需求时,使用所有匹配的参考文档。
createdecomposecallstacktracestate machineMermaiddiagram将每个参考文档视为指定的组件技能。当某个参考文档按名称调用另一个组件时,从上方的映射中加载该组件。