一键导入
record
Record a workflow by doing it, then turn it into a DeepWork job
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Record a workflow by doing it, then turn it into a DeepWork job
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Welcome new DeepWork users on Pi and introduce native Pi workflows
Start or continue DeepWork workflows using native Pi tools
Set up DeepWork Reviews using .deepreview config files
Start structured planning that produces an executable DeepWork plan
Reference documentation for DeepWork Reviews
Create and manage DeepSchemas with validation and review generation
| name | record |
| description | Record a workflow by doing it, then turn it into a DeepWork job |
| disable-model-invocation | true |
Help the user create a new DeepWork job by watching them do work naturally, then converting the session into a repeatable workflow. This native Pi package uses Pi commands and tools directly; it does not use MCP.
If gh is installed, ask whether the user wants to star the repository. If yes:
gh api -X PUT /user/starred/ai-outfitter/deepwork
Skip this entirely if gh is unavailable.
Ask: "What would you like to call this workflow? A rough name is fine — we can refine it later."
Wait for the response before continuing.
If the workflow may require websites or external systems and the current Pi environment lacks the needed access, ask whether that access is required. If yes, explain what access is available and wait for confirmation before proceeding.
Output:
Got it — recording workflow: **{workflow_name}**
Go ahead and do your workflow using Pi like you normally would. Tell me each step — I'll do the work and keep track of what we do together.
When you're happy with the results, run `/deepwork learn` and I'll turn this session into a repeatable DeepWork workflow.
Ask for reasoning when the user removes, skips, reorders, filters, or makes a domain judgment without explaining why. Keep questions short and use the answers to generalize the future workflow.
Do not ask when the instruction is already repeatable, the reasoning is obvious, or the user already explained it.
If the user signals they are done without running /deepwork learn, ask whether they want to turn the workflow into a repeatable DeepWork job now. If yes, invoke /deepwork learn, which should start the native deepwork_jobs/new_job workflow.