一键导入
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.