idea_synthesis_template:
  metadata:
    template_type: "idea-synthesis-documentation"
    version: "1.0"
    synthesis_date: "{{synthesis_date}}"
    facilitator: "{{agent_name}}"
    session_id: "{{unique_session_id}}"

  synthesis_overview:
    synthesis_objective: "{{main_goal}}"
    input_sources: "{{source_sessions_or_materials}}"
    synthesis_method: "{{combination|cross-pollination|layered_integration|constraint_bridging}}"
    total_ideas_processed: "{{input_idea_count}}"
    hybrid_concepts_generated: "{{output_concept_count}}"

  input_analysis:
    idea_clusters:
      cluster_1:
        theme: "{{cluster_theme_1}}"
        core_ideas:
          - idea: "{{core_idea_1}}"
            strength: "{{what_works_well}}"
          - idea: "{{core_idea_2}}"
            strength: "{{what_works_well}}"
            
      cluster_2:
        theme: "{{cluster_theme_2}}"
        core_ideas:
          - idea: "{{core_idea_3}}"
            strength: "{{what_works_well}}"
          - idea: "{{core_idea_4}}"
            strength: "{{what_works_well}}"

  synthesis_results:
    hybrid_concept_1:
      name: "{{hybrid_concept_name}}"
      parent_ideas: "{{idea_1}} + {{idea_2}}"
      synthesis_method: "{{how_combined}}"
      description: "{{detailed_description}}"
      synergistic_benefits: "{{why_stronger_together}}"
      implementation_approach: "{{how_to_build}}"
      
    hybrid_concept_2:
      name: "{{hybrid_concept_name_2}}"
      parent_ideas: "{{idea_3}} + {{idea_4}}"
      synthesis_method: "{{how_combined}}"
      description: "{{detailed_description}}"
      synergistic_benefits: "{{why_stronger_together}}"
      implementation_approach: "{{how_to_build}}"

  breakthrough_analysis:
    innovation_level:
      concept_1_innovation: "{{incremental|significant|breakthrough}}"
      concept_2_innovation: "{{incremental|significant|breakthrough}}"
      
    unique_value_propositions:
      concept_1_value: "{{unique_benefit_offered}}"
      concept_2_value: "{{unique_benefit_offered}}"
      
    market_differentiation:
      competitive_advantage: "{{how_different_from_existing}}"
      market_positioning: "{{target_market_position}}"

  quality_validation:
    synthesis_criteria:
      strength_vs_components: "{{stronger_than_individual_ideas}}"
      integration_challenges: "{{manageable|moderate|complex}}"
      objective_alignment: "{{meets_original_goals}}"
      
    concept_refinement:
      areas_needing_work:
        - area: "{{refinement_area_1}}"
          approach: "{{improvement_strategy}}"
        - area: "{{refinement_area_2}}"
          approach: "{{improvement_strategy}}"

  implementation_roadmap:
    priority_ranking:
      top_priority: "{{concept_name}} - {{reasoning}}"
      secondary_priority: "{{concept_name}} - {{reasoning}}"
      
    next_phase_recommendations:
      immediate_next_step: "{{concept_testing|prototyping|market_validation}}"
      required_resources: "{{what_needed_to_proceed}}"
      success_metrics: "{{how_to_measure_success}}"

  synthesis_insights:
    key_learnings:
      - learning: "{{insight_1}}"
        application: "{{how_to_apply}}"
      - learning: "{{insight_2}}"
        application: "{{how_to_apply}}"
        
    creative_breakthroughs:
      breakthrough_moment: "{{when_breakthrough_occurred}}"
      breakthrough_insight: "{{what_was_discovered}}"
      future_applications: "{{other_uses_for_this_insight}}"