Skip to main content

do

Do a multi-step DETERMINISTIC operation ONCE, ad-hoc — without saving a workflow file. You describe the outcome; `do` designs an inline pipeline (code/bash stages where possible, an LLM step only where real judgment is needed — the determinism boundary), names the run, runs it to completion, then offers to PROMOTE it to a reusable `workflows/<name>/WORKFLOW.md`. The fast path: throwaway now, keep it later if it earned its place. USE for "just do X", "i want to <multi-step thing>", a quick one-off pipeline over files/data, a transform you will probably run once. Trigger on a multi-step / deterministic-operation intent. DON'T use for: a single trivial action (just do it inline, no machinery); a reusable, parameterized workflow you will run repeatedly or share (→ /agentflow:create-workflow, which saves a folder); running an existing workflow file (→ /agentflow:run-workflow); applying one operation to each item of a list (→ /agentflow:foreach). `do` is the *ephemeral* sibling of create-workflow.

跳到安装

来源信息

仓库
AleSaiani/agentflow
最近来源活动
2026年5月26日 06:03
检测到的 SKILL.md 语言
英语
星标
5
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。