mentor_handoff_template:
  metadata:
    template_type: "mentor-handoff-documentation"
    version: "1.0"
    handoff_date: "{{handoff_date}}"
    from_agent: "{{current_agent_name}}"
    to_agent: "The Mentor"
    handoff_id: "{{unique_handoff_id}}"

  handoff_context:
    project_state: "{{current_project_status}}"
    session_objectives: "{{what_was_accomplished}}"
    user_goals: "{{user_primary_objectives}}"
    completion_status: "{{completed|in_progress|ready_for_next_phase}}"

  deliverables_summary:
    created_artifacts:
      primary_deliverable:
        type: "{{experiment_results|concept_prototype|innovation_report|synthesis_document}}"
        name: "{{artifact_name}}"
        status: "{{completed|draft|requires_review}}"
        key_insights: "{{main_findings}}"
        
      supporting_materials:
        - material: "{{supporting_artifact_1}}"
          purpose: "{{why_created}}"
        - material: "{{supporting_artifact_2}}"
          purpose: "{{why_created}}"

  key_insights_discovered:
    breakthrough_moments:
      insight_1:
        discovery: "{{key_insight}}"
        context: "{{when_and_how_discovered}}"
        implications: "{{why_important}}"
        
      insight_2:
        discovery: "{{key_insight_2}}"
        context: "{{when_and_how_discovered}}"
        implications: "{{why_important}}"

    creative_breakthroughs:
      - breakthrough: "{{creative_breakthrough_1}}"
        potential: "{{how_it_could_be_developed}}"
      - breakthrough: "{{creative_breakthrough_2}}"
        potential: "{{how_it_could_be_developed}}"

  implementation_readiness:
    concept_maturity:
      development_stage: "{{idea|prototype|validated_concept|implementation_ready}}"
      validation_level: "{{untested|partially_validated|well_validated}}"
      clarity_level: "{{requires_refinement|clear|crystal_clear}}"
      
    next_development_needs:
      immediate_priorities:
        - priority: "{{immediate_need_1}}"
          reasoning: "{{why_needed_next}}"
        - priority: "{{immediate_need_2}}"
          reasoning: "{{why_needed_next}}"

  mentor_guidance_needed:
    strategic_questions:
      - question: "{{strategic_question_1}}"
        context: "{{why_asking}}"
      - question: "{{strategic_question_2}}"
        context: "{{why_asking}}"
        
    implementation_challenges:
      challenge_1:
        challenge: "{{implementation_obstacle}}"
        suggested_approach: "{{recommended_solution}}"
        mentor_input_needed: "{{what_mentor_should_help_with}}"
        
    resource_planning:
      team_needs: "{{required_team_composition}}"
      timeline_considerations: "{{timing_constraints}}"
      budget_implications: "{{resource_requirements}}"

  user_engagement_notes:
    participation_level: "{{highly_engaged|moderately_engaged|needs_encouragement}}"
    user_strengths_observed:
      - strength: "{{user_strength_1}}"
        evidence: "{{how_demonstrated}}"
      - strength: "{{user_strength_2}}"
        evidence: "{{how_demonstrated}}"
        
    areas_for_development:
      - area: "{{development_area_1}}"
        suggestion: "{{how_mentor_can_help}}"
      - area: "{{development_area_2}}"
        suggestion: "{{how_mentor_can_help}}"

  recommended_mentor_actions:
    immediate_actions:
      action_1:
        task: "{{specific_mentor_task}}"
        purpose: "{{why_important}}"
        timeline: "{{suggested_timeframe}}"
        
      action_2:
        task: "{{specific_mentor_task_2}}"
        purpose: "{{why_important}}"
        timeline: "{{suggested_timeframe}}"

    strategic_guidance:
      focus_areas:
        - area: "{{strategic_focus_1}}"
          guidance: "{{specific_mentor_approach}}"
        - area: "{{strategic_focus_2}}"
          guidance: "{{specific_mentor_approach}}"

  project_continuity:
    momentum_maintenance:
      current_energy_level: "{{high|medium|low}}"
      motivation_factors: "{{what_keeps_user_motivated}}"
      potential_obstacles: "{{what_might_slow_progress}}"
      
    knowledge_transfer:
      critical_context: "{{essential_background_for_mentor}}"
      user_preferences: "{{communication_and_working_style}}"
      success_patterns: "{{what_approaches_work_best}}"

  success_metrics:
    session_achievements:
      quantitative_results:
        - metric: "{{measurable_outcome_1}}"
          value: "{{specific_result}}"
        - metric: "{{measurable_outcome_2}}"
          value: "{{specific_result}}"
          
      qualitative_progress:
        user_growth: "{{how_user_developed}}"
        concept_evolution: "{{how_ideas_improved}}"
        clarity_gained: "{{understanding_achieved}}"

  handoff_completion:
    readiness_checklist:
      - "{{deliverable_completed}}"
      - "{{user_briefed_on_next_steps}}"
      - "{{mentor_context_provided}}"
      - "{{project_momentum_maintained}}"
      
    final_recommendation: "{{overall_guidance_for_mentor}}"