원클릭으로
hypothesis-generate-debate
Generate exactly one hypothesis candidate through a structured scientific debate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate exactly one hypothesis candidate through a structured scientific debate.
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 | hypothesis-generate-debate |
| description | Generate exactly one hypothesis candidate through a structured scientific debate. |
Goal:
Inputs:
research_plan/RESEARCH_PLAN.jsonstate/STRATEGY_PLAN.jsonOutputs:
hypotheses/<id>/HYPOTHESIS.jsonhypotheses/<id>/HYPOTHESIS.mdhypotheses/<id>/ORIGIN.jsonContext Loading:
research_plan/RESEARCH_PLAN.json.research_goal as the debate objective.preferences as the criteria for what counts as a strong hypothesis.constraints as hard boundaries that cannot be violated in the final proposal.state/STRATEGY_PLAN.json and confirm that the current round allows scientific_debates_generation.Execution Prompt Contract:
HypothesisContract from packages/agent_contracts/hypothesis.py.origin.content.statement: 2-3 sentences maximum.origin.content.mechanism: 2-3 sentences maximum.origin.content.experimental_design: one concise multiline string with 3-6 numbered steps.origin.content.experimental_design must remain one string field containing embedded line breaks; do not emit it as a list, array, or nested object.origin.content.summary: one sentence.origin.content.category: 1-5 words.Execution Steps:
skills/shared-references/schema-index.md, then read packages/agent_contracts/hypothesis.py and confirm the exact HypothesisContract shape before writing hypotheses/<id>/HYPOTHESIS.json.HypothesisContract.hypotheses/<id>/HYPOTHESIS.json, hypotheses/<id>/HYPOTHESIS.md, and hypotheses/<id>/ORIGIN.json.Artifact Rules:
ORIGIN.json may describe debate provenance and evidence, but must not replace HYPOTHESIS.json.Completion Rule: