원클릭으로
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 직업 분류 기준
| 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/.
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.