一键导入
evidence-protocol-module
Require a standalone, citation-backed evidence document and gate final answer release on its completeness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Require a standalone, citation-backed evidence document and gate final answer release on its completeness.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Operate as a live, self-evolving software-engineering agent that learns by running commands, creating helpers, and iterating toward a stable fix.
Resolve repository issues by reproducing failures, editing source, verifying the fix, and producing a git patch that serves as the experiment's primary artifact.
Run a TRAE-style candidate-search harness that treats repository issues as an explicit search over independently sampled patch candidates, then prunes, selects, and revalidates the strongest one.
Decide when to decompose work into subagents, choose an appropriate orchestration topology, and supervise parallel or staged execution while obeying any user-specified orchestration plan.
Externalize every transferable piece of state into durable files so prompts, handoffs, replies, and promoted artifacts remain path-addressable across delegation and context compression.
Make multi-candidate search explicit: allocate a search budget, diversify candidate generation, prune weak branches, and select the strongest remaining candidate.
| name | evidence-protocol-module |
| description | Require a standalone, citation-backed evidence document and gate final answer release on its completeness. |
Load this module whenever the solving stage must produce a detailed, citation-backed analysis before any final answer is released. This module owns the analysis discipline: what the evidence document must contain, how claims must be cited, and when the answer may be released. It is not the verifier role.
analysis.md inside
the current stage's artifact directory.The evidence document should contain the following sections whenever they are applicable:
Every important claim in that document should make clear:
[server.py](/abs/path/to/server.py#L120).The goal of this protocol is that every major conclusion can survive the question "why are you allowed to say that?" with a precise and reviewable answer.