원클릭으로
run-policy-router
Interpret the user's high-level research intent into `RUN_POLICY.yaml` and `state/POLICY_DECISION.json`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interpret the user's high-level research intent into `RUN_POLICY.yaml` and `state/POLICY_DECISION.json`.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run the full Co-Scientist pipeline for one research run.
Evaluate whether a hypothesis newly entered the current top-k set and update the convergence counter deterministically.
Assemble a dashboard-ready snapshot from the canonical state.
Choose exactly one concrete evolution strategy for the active evolution round.
Run the assumption decomposition and deep verification review for a hypothesis.
Run the iterative evolution loop from the current persisted run state until convergence.
| name | run-policy-router |
| description | Interpret the user's high-level research intent into `RUN_POLICY.yaml` and `state/POLICY_DECISION.json`. |
Goal:
RUN_POLICY.yaml and state/POLICY_DECISION.json.Inputs:
input.mdRUN_POLICY.yamlOutputs:
RUN_POLICY.yamlstate/POLICY_DECISION.jsonContext Loading:
skills/shared-references/schema-index.md.packages/agent_contracts/policy.py and confirm the exact RunPolicyContract plus PolicyDecisionContract shapes before writing RUN_POLICY.yaml or state/POLICY_DECISION.json.input.md plus any operator constraints that should influence the high-level routing axes.Execution Contract:
../shared-references/policy-contract.md.state/RESOLVED_RUN_CONFIG.json.RUN_POLICY.yamlstate/POLICY_DECISION.jsonExecution Steps:
skills/shared-references/schema-index.md, then read packages/agent_contracts/policy.py before writing RUN_POLICY.yaml or state/POLICY_DECISION.json.RUN_POLICY.yaml and state/POLICY_DECISION.json.state/RESOLVED_RUN_CONFIG.json.Completion Rule:
RUN_POLICY.yaml and state/POLICY_DECISION.json have been written in canonical form and remain consistent with the selected high-level policy axes.