一键导入
genomeft-proposal
Use when a GenomeHarness v15 campaign has pending PROPOSE requests and proposal JSON must be written from request packets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a GenomeHarness v15 campaign has pending PROPOSE requests and proposal JSON must be written from request packets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when the user naturally asks to start, continue, monitor, or summarize a GenomeHarness campaign or sequential benchmark suite.
Use when a GenomeHarness campaign has a REPAIR request and repair JSON must be written without changing scientific protocol.
Use when generating or reviewing GenomeHarness v15 campaign reports from state.sqlite and trial artifacts.
Use when supervising an official GenomeHarness v15 campaign or sequential suite through the interactive CLI loop.
基于 SOC 职业分类
| name | genomeft-proposal |
| description | Use when a GenomeHarness v15 campaign has pending PROPOSE requests and proposal JSON must be written from request packets. |
Use plans/genomeharness_v15_plan.md as the active authority.
Read only the pending PROPOSE packet(s) from campaigns/X/packets/. Each packet contains:
request_idslot_idselected_parent_idselected_pathuct_traceDo not read test data or raw logs unless the packet explicitly points to a small summary.
Write one JSON file under the campaign proposals/ directory:
{
"responses": [
{
"request_id": "req_0007",
"parent_node_id": "n_0002",
"proposal_name": "short_snake_case_name",
"primary_focus": "lr",
"recipe_patch": {
"learning_rate": 5e-5,
"warmup_steps": 100
},
"rationale": "Brief evidence-backed reason."
}
]
}
You may answer multiple pending requests in one file. Each response must use the request's selected parent.
axis, changed_axes, granularity, edit_radius, family_key, action_family, or suggested_min_fidelity.primary_focus within the same bootstrap group unless the harness retry relaxation has been reached.After writing the JSON:
genharness submit-proposals --campaign campaigns/X --proposal campaigns/X/proposals/proposal_XXXX.json
If the request expired, stale, or rejected, read the returned replacement request and respond to that new request.