원클릭으로
hypothesis-deep-verification
Run the assumption decomposition and deep verification review for a hypothesis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the assumption decomposition and deep verification review for a hypothesis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | hypothesis-deep-verification |
| description | Run the assumption decomposition and deep verification review for a hypothesis. |
Goal:
Inputs:
research_plan/RESEARCH_PLAN.jsonhypotheses/<id>/HYPOTHESIS.jsonliterature/queries/<query_id>/EVIDENCE_BUNDLE.json as an EvidenceBundleContract when external evidence is needed to judge a core assumptionOutputs:
hypotheses/<id>/REVIEW/DEEP_VERIFICATION.jsonliterature/queries/<query_id>/* search bridge artifacts when a new evidence query is requiredContext Loading:
skills/shared-references/schema-index.md.skills/shared-references/literature-search-contract.md.skills/shared-references/codex-reviewer-routing.md before using any optional Codex reviewer subagent route.packages/agent_contracts/literature.py before building or consuming search bridge artifacts.research_plan/RESEARCH_PLAN.json for the active goal and boundaries.hypotheses/<id>/HYPOTHESIS.json.Execution Prompt Contract:
tools.search_literature(run_dir, request) or consume an existing matching evidence bundle before marking the link as supported.DEEP_VERIFICATION.json.reviewerRoute = local_main_thread when a reviewer route trace is written.retrieval_metadata.status before marking any evidence-dependent assumption as externally supported.retrieval_metadata.status is partial, mark externally supported links as limited by partial retrieval rather than fully literature-confirmed.status = completed deep verification review must include at least one concrete assumption with a non-empty correctness rationale.mechanism is plausible or needs validation.Viable evolved hypothesis, Refined from parent, or validated by future experiments as substantive review content.DeepVerificationReviewContract from packages/agent_contracts/review.py.Execution Steps:
skills/shared-references/schema-index.md, skills/shared-references/literature-search-contract.md, and skills/shared-references/codex-reviewer-routing.md, then read packages/agent_contracts/review.py and packages/agent_contracts/literature.py before writing DEEP_VERIFICATION.json, reviewer traces, or consuming search bridge artifacts.SearchRequestContract and call tools.search_literature(run_dir, request) unless a matching evidence bundle already exists.blocked, preserve that uncertainty in the affected assumption correctness rationales instead of claiming external support.partial, preserve that limitation in the affected assumption correctness rationales instead of claiming comprehensive external support.hypotheses/<id>/REVIEW/DEEP_VERIFICATION.json.Artifact Rules:
DEEP_VERIFICATION.json must remain machine-consumable and structurally nested.literature/queries/<query_id>/EVIDENCE_BUNDLE.json when they depend on literature.partial and blocked retrieval states must remain explicit in correctness rationales; do not convert them into full evidence support.Completion Rule:
DEEP_VERIFICATION.json exists, external support judgments are traceable to search bridge artifacts when used, and the artifact is valid for downstream synthesis.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 iterative evolution loop from the current persisted run state until convergence.
Generate exactly one child hypothesis that improves logical coherence, causal consistency, and assumption hygiene.