implementation_roadmap_template:
  metadata:
    template_type: "implementation-roadmap-documentation"
    version: "1.0"
    roadmap_date: "{{roadmap_date}}"
    architect: "{{architect_name}}"
    project_name: "{{project_name}}"
    roadmap_id: "{{unique_roadmap_id}}"

  project_overview:
    project_scope: "{{overall_project_description}}"
    timeline: "{{total_project_duration}}"
    team_size: "{{estimated_team_size}}"
    complexity_level: "{{simple|moderate|complex|enterprise}}"
    
  phase_breakdown:
    phase_1:
      name: "{{phase_name}}"
      duration: "{{phase_duration}}"
      objectives: "{{phase_goals}}"
      deliverables:
        - deliverable: "{{deliverable_1}}"
          description: "{{what_gets_built}}"
        - deliverable: "{{deliverable_2}}"
          description: "{{what_gets_built}}"
      success_criteria: "{{measurable_outcomes}}"
      
    phase_2:
      name: "{{phase_name_2}}"
      duration: "{{phase_duration_2}}"
      objectives: "{{phase_goals_2}}"
      deliverables:
        - deliverable: "{{deliverable_3}}"
          description: "{{what_gets_built}}"
      success_criteria: "{{measurable_outcomes}}"

  technical_milestones:
    milestone_1:
      name: "{{milestone_name}}"
      target_date: "{{completion_date}}"
      dependencies: "{{prerequisite_tasks}}"
      risk_level: "{{low|medium|high}}"
      
    milestone_2:
      name: "{{milestone_name_2}}"
      target_date: "{{completion_date_2}}"
      dependencies: "{{prerequisite_tasks_2}}"
      risk_level: "{{low|medium|high}}"

  resource_requirements:
    team_composition:
      - role: "{{role_name}}"
        allocation: "{{percentage_time}}"
        duration: "{{how_long_needed}}"
      - role: "{{role_name_2}}"
        allocation: "{{percentage_time_2}}"
        duration: "{{how_long_needed_2}}"
        
    infrastructure_needs:
      development_environment: "{{dev_setup_requirements}}"
      deployment_infrastructure: "{{production_requirements}}"
      third_party_services: "{{external_dependencies}}"

  risk_mitigation:
    high_risk_areas:
      - risk: "{{risk_description}}"
        probability: "{{high|medium|low}}"
        impact: "{{high|medium|low}}"
        mitigation_strategy: "{{how_to_address}}"
        
    contingency_planning:
      plan_b_scenarios: "{{alternative_approaches}}"
      buffer_time: "{{extra_time_allocated}}"