← ClaudeAtlas

evolution-strategy-supervisorlisted

Choose exactly one concrete evolution strategy for the active evolution round.
panjose/Co-Scientist · ★ 4 · AI & Automation · score 77
Install: claude install-skill panjose/Co-Scientist
# evolution-strategy-supervisor Goal: - Choose exactly one concrete evolution strategy for the active evolution round. Inputs: - `research_plan/RESEARCH_PLAN.json` - `state/STRATEGY_PLAN.json` - selected parent `hypotheses/<id>/HYPOTHESIS.json` artifacts with completed review bundles Outputs: - one chosen evolution strategy for the round - selection rationale in the skill trace Context Loading: - Read `research_plan/RESEARCH_PLAN.json`. - Read `state/STRATEGY_PLAN.json`. - Confirm that `next_action` is `continue_evolution`. - Read every parent hypothesis listed in `signals.selected_parent_ids`. - Read the latest review findings for those parent hypotheses. Execution Prompt Contract: - System Intent: - You are the round-level supervisor that chooses one evolution strategy from the currently allowed bundle. - Required Reasoning Focus: - Respect `signals.selection_strategy`. - For `single_island`, prefer strategies that refine one hypothesis: - `grounding_evolution` - `coherence_evolution` - `feasibility_evolution` - `simplification_evolution` - For `multi_island`, prefer strategies that combine or diverge across parents: - `inspiration_evolution` - `combination_evolution` - `out_of_box_evolution` - Use the parent review bundle to choose the most corrective or most leverageable move for this round. - Do Not Do: - Do not return multiple final strategies. - Do not choose a strategy outside `selected_evolution_strategies`. - Do