workflow-capture
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWorkflow 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
捕获步骤
- Confirm the process actually recurs and the user wants it reusable; otherwise do not capture.
- Extract the trigger, inputs, steps, checks, approval points, and done criteria.
- Strip private context, local paths, secrets, and one-off details.
- Propose the destination and scope before writing when either is unclear.
- Write the once the destination and scope are confirmed.
SKILL.md
- 确认该流程确实会重复出现且用户希望将其复用;否则不进行捕获。
- 提取触发条件、输入项、步骤、检查点、审批节点以及完成标准。
- 移除私有上下文、本地路径、机密信息和一次性细节。
- 若目标位置或范围不明确,需在编写前先提出建议。
- 确认目标位置和范围后,编写文件。
SKILL.md
Output
输出结果
A skill draft carries a hyphen-case , a trigger-focused (one branch per trigger), an ordered body of steps, and the non-obvious contracts.
namedescriptionSkill草稿包含连字符格式(hyphen-case)的、聚焦触发条件的(每个触发条件对应一个分支)、有序的步骤主体以及非显式约定。
namedescription