workflow-capture

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Workflow Capture

工作流捕获

Turn a reused workflow into a skill — the reusable procedural artifact. Capture only when reuse is the user's explicit goal; a process that is not a repeatable procedure (facts, preferences, decisions, one-off tasks) is not this skill's job.
将重复使用的工作流转换为Skill——一种可复用的流程化工件。仅当用户明确以复用为目标时才进行捕获;非可重复流程(如事实、偏好、决策、一次性任务)不属于本Skill的处理范畴。

Capture

捕获步骤

  1. Confirm the process actually recurs and the user wants it reusable; otherwise do not capture.
  2. Extract the trigger, inputs, steps, checks, approval points, and done criteria.
  3. Strip private context, local paths, secrets, and one-off details.
  4. Propose the destination and scope before writing when either is unclear.
  5. Write the
    SKILL.md
    once the destination and scope are confirmed.
  1. 确认该流程确实会重复出现且用户希望将其复用;否则不进行捕获。
  2. 提取触发条件、输入项、步骤、检查点、审批节点以及完成标准。
  3. 移除私有上下文、本地路径、机密信息和一次性细节。
  4. 若目标位置或范围不明确,需在编写前先提出建议。
  5. 确认目标位置和范围后,编写
    SKILL.md
    文件。

Output

输出结果

A skill draft carries a hyphen-case
name
, a trigger-focused
description
(one branch per trigger), an ordered body of steps, and the non-obvious contracts.
Skill草稿包含连字符格式(hyphen-case)的
name
、聚焦触发条件的
description
(每个触发条件对应一个分支)、有序的步骤主体以及非显式约定。