원클릭으로
research-config
Generate a `ResearchPlan` from `input.md` or equivalent raw research input.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a `ResearchPlan` from `input.md` or equivalent raw research input.
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 | research-config |
| description | Generate a `ResearchPlan` from `input.md` or equivalent raw research input. |
Goal:
ResearchPlan from input.md or equivalent raw research input.Inputs:
input.md or equivalent raw research brief textstate/START_REQUEST.jsonRUN_POLICY.yamlOutputs:
research_plan/RESEARCH_PLAN.jsonresearch_plan/RESEARCH_PLAN.mdContext Loading:
input.md first. Treat it as the canonical user brief for the run.state/START_REQUEST.json exists, use it only as auxiliary context for how the run was started. Do not let it override the actual brief text in input.md.RUN_POLICY.yaml exists, use it only as supporting context for expected run style or emphasis. Do not copy policy values into the research goal unless the brief implies them.research_goalpreferences that define what a strong hypothesis should optimize forconstraints that all downstream hypotheses must satisfyExecution Prompt Contract:
ResearchPlanContract.preferences as evaluation criteria for hypothesis quality.constraints as hard boundaries for downstream generation and review.preferences or constraints are not explicit, infer only reasonable defaults from the research domain and stated goal.ResearchPlanContract.research_goal must be a single natural-language string, ideally no more than three sentences.preferences and constraints item must be short, specific, and directly useful to downstream skills.Execution Steps:
skills/shared-references/schema-index.md, then read packages/agent_contracts/research_plan.py before writing research_plan/RESEARCH_PLAN.json.input.md.state/START_REQUEST.json and RUN_POLICY.yaml as contextual hints only.preferences.constraints.research_plan/RESEARCH_PLAN.json.research_plan/RESEARCH_PLAN.md.Artifact Rules:
research_plan/RESEARCH_PLAN.json must validate against the canonical shared ResearchPlanContract.research_plan/RESEARCH_PLAN.md must remain a human-readable rendering of the same plan, not a divergent summary.Completion Rule:
research_plan/RESEARCH_PLAN.json and research_plan/RESEARCH_PLAN.md both exist and the JSON artifact is valid for downstream consumption.