experiment_results_template:
  metadata:
    template_type: "experiment-documentation"
    version: "1.0"
    created_date: "{{current_date}}"
    experiment_id: "{{experiment_id}}"
    facilitator: "The Laboratory"

  executive_summary:
    experiment_type: "{{experiment_type}}" # brainstorming, exploration, prototyping, testing
    duration: "{{duration_minutes}} minutes"
    participants: "{{participant_count}} participants"
    primary_objective: "{{main_goal}}"
    key_outcomes:
      - outcome_1: "{{primary_result}}"
      - outcome_2: "{{secondary_result}}"
      - outcome_3: "{{tertiary_result}}"
    success_rating: "{{rating_1_to_10}}/10"

  session_details:
    context_and_setup:
      challenge_statement: "{{problem_or_opportunity}}"
      constraints_parameters: 
        - "{{constraint_1}}"
        - "{{constraint_2}}"
      success_criteria: "{{how_success_measured}}"
      
    techniques_applied:
      primary_technique:
        name: "{{technique_name}}"
        duration: "{{technique_duration}}"
        effectiveness: "{{rating_1_to_10}}/10"
        
      secondary_techniques:
        - technique: "{{technique_2}}"
          duration: "{{duration_2}}"
        - technique: "{{technique_3}}"
          duration: "{{duration_3}}"

    energy_and_engagement:
      starting_energy: "{{energy_1_to_10}}/10"
      peak_energy: "{{peak_energy_1_to_10}}/10"
      ending_energy: "{{final_energy_1_to_10}}/10"
      engagement_quality: "{{high_medium_low}}"
      flow_disruptions: "{{none_minor_significant}}"

  generated_content:
    total_ideas_concepts: "{{total_count}}"
    
    idea_categories:
      immediate_implementable:
        - idea: "{{implementable_idea_1}}"
          description: "{{brief_description}}"
        - idea: "{{implementable_idea_2}}"
          description: "{{brief_description}}"
          
      future_exploration:
        - concept: "{{future_concept_1}}"
          description: "{{why_promising}}"
        - concept: "{{future_concept_2}}"
          description: "{{why_promising}}"
          
      moonshot_visionary:
        - vision: "{{moonshot_1}}"
          description: "{{what_makes_it_breakthrough}}"
        - vision: "{{moonshot_2}}"
          description: "{{what_makes_it_breakthrough}}"

    key_insights:
      breakthrough_moments:
        - insight: "{{breakthrough_1}}"
          context: "{{when_and_how_discovered}}"
        - insight: "{{breakthrough_2}}"
          context: "{{when_and_how_discovered}}"
          
      pattern_recognition:
        - pattern: "{{identified_pattern_1}}"
          implications: "{{what_it_means}}"
        - pattern: "{{identified_pattern_2}}"
          implications: "{{what_it_means}}"

    surprising_discoveries:
      - surprise: "{{unexpected_finding_1}}"
        why_surprising: "{{context_explanation}}"
      - surprise: "{{unexpected_finding_2}}"
        why_surprising: "{{context_explanation}}"

  prioritization_and_selection:
    evaluation_criteria:
      - criterion: "{{evaluation_factor_1}}"
        weight: "{{high_medium_low}}"
      - criterion: "{{evaluation_factor_2}}"
        weight: "{{high_medium_low}}"

    top_tier_selections:
      highest_priority:
        idea: "{{top_idea}}"
        rationale: "{{why_selected}}"
        next_steps: "{{specific_actions}}"
        
      second_priority:
        idea: "{{second_idea}}"
        rationale: "{{why_selected}}"
        next_steps: "{{specific_actions}}"
        
      third_priority:
        idea: "{{third_idea}}"
        rationale: "{{why_selected}}"
        next_steps: "{{specific_actions}}"

  action_planning:
    immediate_actions:
      - action: "{{action_1}}"
        owner: "{{responsible_person}}"
        timeline: "{{completion_timeframe}}"
        resources_needed: "{{required_resources}}"
        
      - action: "{{action_2}}"
        owner: "{{responsible_person}}"
        timeline: "{{completion_timeframe}}"
        resources_needed: "{{required_resources}}"

    follow_up_sessions:
      recommended_next_session:
        type: "{{session_type}}" # prototyping, testing, deeper_exploration
        focus: "{{specific_focus_area}}"
        timeline: "{{when_to_conduct}}"
        
      longer_term_exploration:
        - opportunity: "{{exploration_area_1}}"
          timeframe: "{{suggested_timing}}"
        - opportunity: "{{exploration_area_2}}"
          timeframe: "{{suggested_timing}}"

  reflection_and_learning:
    session_effectiveness:
      what_worked_well:
        - "{{positive_aspect_1}}"
        - "{{positive_aspect_2}}"
        
      areas_for_improvement:
        - "{{improvement_area_1}}"
        - "{{improvement_area_2}}"
        
    participant_feedback:
      satisfaction_level: "{{rating_1_to_10}}/10"
      most_valuable_aspect: "{{key_value_driver}}"
      suggested_improvements: "{{feedback_for_future}}"

    facilitator_notes:
      technique_effectiveness: "{{which_techniques_worked_best}}"
      energy_management_observations: "{{energy_flow_notes}}"
      group_dynamics_insights: "{{collaboration_quality}}"
      recommended_adjustments: "{{suggestions_for_future}}"

  integration_and_handoffs:
    connection_to_other_work:
      related_projects: "{{existing_project_connections}}"
      stakeholder_alignment: "{{how_results_align_with_stakeholders}}"
      
    recommended_handoffs:
      to_mentor: "{{if_task_breakdown_needed}}"
      to_architect: "{{if_technical_feasibility_assessment_needed}}"
      to_other_agents: "{{specific_next_agent_recommendations}}"

    follow_up_coordination:
      scheduled_reviews: "{{when_to_review_progress}}"
      progress_checkpoints: "{{milestone_review_schedule}}"
      success_metrics: "{{how_to_measure_implementation_success}}"

  appendices:
    raw_idea_capture:
      brainstorming_outputs: "{{all_captured_ideas}}"
      session_transcript_highlights: "{{key_dialogue_excerpts}}"
      
    supporting_materials:
      technique_references: "{{links_to_methods_used}}"
      background_research: "{{relevant_context_materials}}"
      inspiration_sources: "{{what_sparked_key_ideas}}"