一键导入
step-contract-designer
轻量辅助用户设计或评估 Step Contract。用于用户想拆 step、限制 Agent 发散、检查某个 step 是否能达成目标、设计验证机制或诊断已有 step 时;只提供参考引导和诊断评估,不强制生成完整流程、不默认落地文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
轻量辅助用户设计或评估 Step Contract。用于用户想拆 step、限制 Agent 发散、检查某个 step 是否能达成目标、设计验证机制或诊断已有 step 时;只提供参考引导和诊断评估,不强制生成完整流程、不默认落地文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guided Team Console Task design advisor and creation/update helper. Use when the user says "/team-task" or asks in natural-language to create, update, design, or complete a Team Console Task, WorkUnit, Discovery Task, reusable/template task, worklist-producing task, split-task, 任务卡片, 发现任务, 分片任务, or a multi-source research workflow. Helps non-expert users turn fuzzy goals into the right Task shape, asks plain-language questions, previews full JSON, and writes only through /v1/team/tasks after confirmation. Do not use for running, observing, or debugging Tasks.
Creates repo-local requirement/step plans and ready-to-send messages for a separate GLM/coding agent. Use when the user says to call glm-plan, asks to hand work to another agent, or wants a detailed plan/message/file for an external agent to implement.
Use this skill for web browsing, logged-in websites, social platforms, dynamic pages, screenshots, downloads, and any task that needs a real browser session.
Use when and only when the user message contains the explicit keyword "/team-plan". This skill guides the Agent through creating TeamUnit presets and Plans via the /v1/team REST API. If the user merely mentions "team plan", "团队计划", Team Runtime, or planning without "/team-plan", do not use this skill automatically; ask whether they want to start with "/team-plan".
无浏览器实体的 HTTP(S) 网络访问技能。Use when an agent needs lightweight network requests such as public web pages, JSON APIs, RSS, sitemap, metadata checks, redirects, static HTML extraction, or file downloads without browser interaction.
Use when the user asks to view, list, create, configure, switch, verify, archive, delete, or reason about independent agent profiles / operation windows in ugk-pi, including Chinese requests like “我有哪些agent”, “有哪些 agent”, “创建 agent”, “切换 agent”, “删除 agent”, “给 search agent 安装技能”, “给其他 agent 安装技能”, or “搜索 Agent 有哪些技能”. Do not use for legacy .pi/agents subagent files unless the user explicitly says subagent.
| name | step-contract-designer |
| description | 轻量辅助用户设计或评估 Step Contract。用于用户想拆 step、限制 Agent 发散、检查某个 step 是否能达成目标、设计验证机制或诊断已有 step 时;只提供参考引导和诊断评估,不强制生成完整流程、不默认落地文件。 |
这个技能只做两件事:
它不是流水线生成器,不是框架安装器,也不是默认要落地文件的工具。用户只是想讨论、辅助设计或评估时,不要把事情升级成完整工程流程。
每个 step 都必须有验证机制。
但“怎样算合格”由用户决定。Agent 的职责是辅助用户把合格口径转成可执行或可检查的验证方式,而不是替用户规定什么叫正确。
不要把不可判定的语义判断伪装成硬门禁。不能自动判断时,就设计软检查或人工确认清单。没有验证环节的 step,默认不合格。
当用户说“帮我设计 step”“这个任务怎么拆”“怎么限制 Agent 发散”时,按轻量方式引导:
不要一开始要求用户填写完整字段表。不要默认生成目录、脚本、schema、RUNBOOK 或多阶段流程。真要落地文件,必须等用户明确要求。
参考引导的推荐输出:
## 建议拆分
- Step 1:...
- Step 2:...
## 每步收口
- Step 1
- 最小产物:...
- 合格标准:需要用户决定 / 默认建议 ...
- 验证方式:...
## 需要你确认
<只问一个最关键问题>
当用户给出已有 step、流程、技能草案、validator 或测试结果时,优先做诊断,不要立刻重写。
诊断清单:
诊断输出保持短:
## 结论
可用 / 需调整 / 风险较高
## 主要问题
- ...
## 建议修改
- ...
## 最小下一步
...
先问或提炼用户的合格标准,再选择验证方式。
常见三类验证:
宽松目标就设计宽松验证,严格目标就设计严格验证。比如用户认为“好天气”这种宽泛表达也算合格,那 validator 就不应该强行要求精确天气枚举;它可以检查“是否有天气判断、是否有依据、是否没有明显矛盾”。
一个合格 step 至少能回答:
答不上来就说明 step 还太松。优先补验证机制,不要急着扩写流程。