一键导入
eval-harness
Use when non-trivial or AI-assisted behavior needs measurable success criteria and repeatable reliability evidence.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when non-trivial or AI-assisted behavior needs measurable success criteria and repeatable reliability evidence.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when following the Super Compound BRD -> PRD -> FSD -> GOAL -> IMPLEMENTATION -> VERIFICATION delivery path, artifact traceability, FSD authority, optional ADR handling, zero context bloat issue slicing, or OPEN-* stop conditions.
Use when an approved FSD goal or lightweight issue pointer is ready for implementation.
Use when multi-component work needs cross-component verification of API contracts, data flow, events, auth, config, UI, background jobs, or tests.
Use when /sc-plan needs FSD GOAL-* packets turned into lightweight issue pointers, local Markdown Kanban boards, blocker DAGs, or multi-agent task contracts.
Use when a plan or issue board has 2+ independent execution streams whose time saving exceeds coordination overhead. Dispatches agents in isolated git worktrees only after required delivery gates pass.
Use when an FSD and goal issue board need requirement coverage, goal quality, dependency DAG, sizing, and verification validated before execution.
| name | eval-harness |
| description | Use when non-trivial or AI-assisted behavior needs measurable success criteria and repeatable reliability evidence. |
Apply Eval-Driven Development (EDD): define measurable success before implementation, then evaluate and report after implementation. Announce use before defining criteria.
Use for a non-trivial feature, an AI-produced result that is hard to trust, a past regression, modified prompts or agents, or a production-readiness decision. Evals complement unit tests by measuring end-to-end capability and repeatability.
DEFINE → IMPLEMENT → EVALUATE → REPORT; criteria exist before implementation.pass@k with pass@1 and pass@3, plus pass^3, accurately. Target pass@3 ≥ 90% for ordinary capability evals and pass^3 = 100% for critical auth, payment, migration, and regression paths.writing-plans defines evals; test-driven-development implements low-level tests; verification-before-completion runs the suite; code-review consumes results; knowledge-compounding records recurring failures. Store active evals under .agent/evals/ and archived reports under docs/eval-results/.