Scope contract
Skill MARUCIE/openclaw-foundry/web/public/packs/ab-test-analyst/skills/pack-maturity/scope-contract
The curated AI Agent skill marketplace — 37K+ vetted skills, S/A/B/C ratings, deploy anywhere
npx -y skills add MARUCIE/openclaw-foundry --skill scope-contractAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Scope Contract Workflow
SKILL.md
1.7 KB, as published. Nobody here has run it
Scope Contract Workflow
What It Does
Turns an ambiguous request into a bounded role contract with outcomes, non-goals, inputs, outputs, risks, and validation.
When To Use
- Use when operating the AB 测试分析师 pack.
- Use when a concrete artifact, evidence gate, or handoff is required.
- Do not use for generic chat responses.
Procedure
- Restate the user outcome in one sentence.
- List role-owned scope and explicit non-goals.
- Name required inputs and unavailable inputs.
- Define the artifact and validation method.
- Return a stop, go, iterate, or escalate decision.
Output Contract
- Result first.
- Evidence second.
- Risk third.
- Next action last.
是什么
Scope Contract Workflow 用来把 AB 测试分析师 场景里的任务输入转成可执行的流程、检查清单和交付物。
Scope Contract Workflow
它的价值在于让 数据AI职能线 在 Claude Code、Codex、Gemini、Hermes 或 OpenClaw 中复用同一套岗位能力,而不是依赖一次性的聊天提示词。
怎么用
- 明确当前任务目标、输入材料、约束和期望交付物,再加载
scope-contract。 - 按 skill 文档中的流程、检查清单或工具建议执行,优先复用仓库已有规范与真实命令。
- 把关键判断、风险、验证命令和产出路径记录到当前任务文档或交付说明中。
- 用最小可证明的检查确认结果有效;发现缺口时回到 skill 清单补齐。
架构图
flowchart LR
A[任务输入] --> B[加载 Scope Contract Workflow]
B --> C[执行流程与检查清单]
C --> D[生成交付物与风险记录]
D --> E[验证结果并沉淀复盘]