Skip to main content
在 Manus 中运行任何 Skill
一键导入

servo-edd-suitability

星标0
分支0
更新时间2026年7月12日 21:12

Decide whether an engineering spec is suitable for Evaluation-Driven Development before any unattended loop runs against it. Emits the ADR-0015 **suitability verdict** — a closed three-state gate (`suitable` / `needs_evidence` / `unsuitable`), fail-closed, with an actionable `missing_evidence` checklist — written to `<target>/.servo/suitability/<spec-id>.json`. A gate, not a score: the loop never optimizes toward a meaningless green oracle on work that cannot be evaluated. Fire this skill when the user wants to: - "is this spec/work suitable for EDD?" / "should this go through servo?" - "what evidence is this spec missing?" / "why isn't this ready to compile?" - "why won't Compile proceed on this spec?" / "explain the suitability verdict" - "re-check suitability after I added tests" / "is <spec> EDD-shaped yet?" Do NOT fire on: - "scaffold the oracle" / "install servo" / "detect signals" — that's `/servo:scaffold-init` (001). Suitability *reads* the signals it detects; it does not synthe

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
3 个文件
SKILL.md
readonly