hypothesis-evolve-combinationlisted
Install: claude install-skill panjose/Co-Scientist
# hypothesis-evolve-combination
Goal:
- Generate exactly one child hypothesis by combining complementary strengths from multiple parent hypotheses.
Inputs:
- `research_plan/RESEARCH_PLAN.json`
- selected parent `hypotheses/<id>/HYPOTHESIS.json` artifacts
- parent review artifacts
- active `state/STRATEGY_PLAN.json`
Outputs:
- `hypotheses/<id>/HYPOTHESIS.json`
- `hypotheses/<id>/HYPOTHESIS.md`
- `hypotheses/<id>/ORIGIN.json`
Context Loading:
- Open `skills/shared-references/schema-index.md`.
- Read `packages/agent_contracts/hypothesis.py` and confirm the exact `HypothesisContract` shape before writing `hypotheses/<id>/HYPOTHESIS.json`.
- Read `research_plan/RESEARCH_PLAN.json`.
- Read `state/STRATEGY_PLAN.json`.
- Read the selected parent hypotheses and their review bundles.
- Confirm that the round selected `combination_evolution`.
Execution Prompt Contract:
- System Intent:
- You are synthesizing one stronger child hypothesis from the complementary strengths of multiple parents.
- Required Reasoning Focus:
- Preserve the strongest pieces from each parent.
- Resolve contradictions instead of ignoring them.
- The child must be stronger than any single parent on at least two meaningful dimensions.
- Do Not Do:
- Do not concatenate parent text.
- Do not leave contradictions unresolved.
- Quality Floor:
- The child must directly address at least one specific weakness from the parent review bundle.
- `origin.content.statement` must name concrete materials