它的价值在于让 研发职能线 在 Claude Code、Codex、Gemini、Hermes 或 OpenClaw 中复用同一套岗位能力,而不是依赖一次性的聊天提示词。
怎么用
明确当前任务目标、输入材料、约束和期望交付物,再加载 scope-contract。
按 skill 文档中的流程、检查清单或工具建议执行,优先复用仓库已有规范与真实命令。
把关键判断、风险、验证命令和产出路径记录到当前任务文档或交付说明中。
用最小可证明的检查确认结果有效;发现缺口时回到 skill 清单补齐。
架构图
flowchart LR
A[任务输入] --> B[加载 Scope Contract Workflow]
B --> C[执行流程与检查清单]
C --> D[生成交付物与风险记录]
D --> E[验证结果并沉淀复盘]
1---2name: infra-engineer-scope-contract3description: Scope Contract Workflow4---56# Scope Contract Workflow78## What It Does910Turns an ambiguous request into a bounded role contract with outcomes, non-goals, inputs, outputs, risks, and validation.1112## When To Use1314- Use when operating the 基础架构工程师 pack.15- Use when a concrete artifact, evidence gate, or handoff is required.16- Do not use for generic chat responses.1718## Procedure19201. Restate the user outcome in one sentence.212. List role-owned scope and explicit non-goals.223. Name required inputs and unavailable inputs.234. Define the artifact and validation method.245. Return a stop, go, iterate, or escalate decision.2526## Output Contract2728- Result first.29- Evidence second.30- Risk third.31- Next action last.3233## 是什么3435Scope Contract Workflow 用来把 基础架构工程师 场景里的任务输入转成可执行的流程、检查清单和交付物。3637Scope Contract Workflow3839它的价值在于让 研发职能线 在 Claude Code、Codex、Gemini、Hermes 或 OpenClaw 中复用同一套岗位能力,而不是依赖一次性的聊天提示词。4041## 怎么用42431. 明确当前任务目标、输入材料、约束和期望交付物,再加载 `scope-contract`。442. 按 skill 文档中的流程、检查清单或工具建议执行,优先复用仓库已有规范与真实命令。453. 把关键判断、风险、验证命令和产出路径记录到当前任务文档或交付说明中。464. 用最小可证明的检查确认结果有效;发现缺口时回到 skill 清单补齐。4748## 架构图4950```mermaid51flowchart LR52 A[任务输入] --> B[加载 Scope Contract Workflow]53 B --> C[执行流程与检查清单]54 C --> D[生成交付物与风险记录]55 D --> E[验证结果并沉淀复盘]56```
Run npx skillmds@latest add marucie/infra-engineer-scope-contract in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Scope Contract Workflow It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
MARUCIE (@marucie) published this skill. Their other Agent Skills are listed on their SkillMD profile.