원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
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.