# <!-- Powered by BMAD™ Core -->
---
template:
  id: research-proposal-template
  name: 研究提案模板
  version: 1.0
  description: 用于生成完整研究提案的结构化模板
  category: proposal-development
  
metadata:
  author: "BMAD Research Framework"
  created: "{{timestamp}}"
  project_type: "{{proposal_type}}"
  funding_target: "{{target_funding_agency}}"

# 研究提案结构化内容
research_proposal:
  # 项目基本信息
  project_overview:
    title: "{{project_title}}"
    subtitle: "{{project_subtitle}}"
    duration: "{{project_duration_months}}个月"
    start_date: "{{proposed_start_date}}"
    end_date: "{{proposed_end_date}}"
    budget_range: "{{estimated_budget}}万元"
    
    classification:
      research_type: "{{research_type}}" # 基础研究/应用研究/开发研究
      discipline: "{{primary_discipline}}"
      subdiscipline: ["{{subdiscipline1}}", "{{subdiscipline2}}"]
      keywords: ["{{keyword1}}", "{{keyword2}}", "{{keyword3}}"]
      
  # 项目摘要
  executive_summary:
    background_summary: "{{background_brief_description}}"
    problem_statement: "{{core_problem_statement}}"
    research_objectives: ["{{objective1}}", "{{objective2}}", "{{objective3}}"]
    methodology_summary: "{{methodology_overview}}"
    innovation_highlights: ["{{innovation1}}", "{{innovation2}}"]
    expected_outcomes: ["{{outcome1}}", "{{outcome2}}", "{{outcome3}}"]
    significance: "{{research_significance_summary}}"
    
  # 研究背景与意义
  background_significance:
    # 问题提出
    problem_identification:
      current_situation: "{{current_state_description}}"
      existing_challenges: ["{{challenge1}}", "{{challenge2}}", "{{challenge3}}"]
      problem_urgency: "{{urgency_justification}}"
      problem_scope: "{{problem_scope_definition}}"
      
    # 理论意义
    theoretical_significance:
      theoretical_gaps: ["{{theoretical_gap1}}", "{{theoretical_gap2}}"]
      theoretical_contributions: ["{{contribution1}}", "{{contribution2}}"]
      discipline_advancement: "{{discipline_development_impact}}"
      paradigm_implications: "{{paradigm_shift_potential}}"
      
    # 实践意义
    practical_significance:
      real_world_problems: ["{{practical_problem1}}", "{{practical_problem2}}"]
      solution_potential: "{{solution_contribution_description}}"
      application_domains: ["{{application1}}", "{{application2}}"]
      societal_impact: "{{social_benefit_description}}"
      
    # 时代特征
    contemporary_relevance:
      current_trends: ["{{trend1}}", "{{trend2}}", "{{trend3}}"]
      policy_alignment: "{{policy_support_description}}"
      technological_context: "{{tech_environment_description}}"
      social_needs: "{{social_demand_analysis}}"
      
  # 文献综述与研究现状
  literature_review:
    # 研究发展历程
    development_history:
      early_stage:
        time_period: "{{early_period}}"
        key_developments: ["{{early_dev1}}", "{{early_dev2}}"]
        pioneer_researchers: ["{{pioneer1}}", "{{pioneer2}}"]
        foundational_works: ["{{foundation1}}", "{{foundation2}}"]
        
      growth_stage:
        time_period: "{{growth_period}}"
        major_breakthroughs: ["{{breakthrough1}}", "{{breakthrough2}}"]
        methodological_advances: ["{{method_advance1}}", "{{method_advance2}}"]
        expanding_applications: ["{{application1}}", "{{application2}}"]
        
      current_stage:
        time_period: "{{current_period}}"
        recent_progress: ["{{recent1}}", "{{recent2}}"]
        active_researchers: ["{{researcher1}}", "{{researcher2}}"]
        hot_topics: ["{{hot_topic1}}", "{{hot_topic2}}"]
        
    # 国外研究现状
    international_status:
      leading_countries: ["{{country1}}", "{{country2}}", "{{country3}}"]
      major_institutions: ["{{institution1}}", "{{institution2}}"]
      key_researchers: ["{{international_expert1}}", "{{international_expert2}}"]
      representative_works: ["{{work1}}", "{{work2}}", "{{work3}}"]
      technical_levels: "{{international_tech_level}}"
      
    # 国内研究现状
    domestic_status:
      research_institutions: ["{{domestic_institution1}}", "{{domestic_institution2}}"]
      leading_experts: ["{{domestic_expert1}}", "{{domestic_expert2}}"]
      major_projects: ["{{project1}}", "{{project2}}"]
      technical_achievements: ["{{achievement1}}", "{{achievement2}}"]
      development_level: "{{domestic_level_assessment}}"
      
    # 存在问题分析
    existing_problems:
      theoretical_problems: ["{{theo_problem1}}", "{{theo_problem2}}"]
      methodological_problems: ["{{method_problem1}}", "{{method_problem2}}"]
      technical_problems: ["{{tech_problem1}}", "{{tech_problem2}}"]
      application_problems: ["{{app_problem1}}", "{{app_problem2}}"]
      
    # 发展趋势预测
    future_trends:
      technological_trends: ["{{tech_trend1}}", "{{tech_trend2}}"]
      methodological_trends: ["{{method_trend1}}", "{{method_trend2}}"]
      application_trends: ["{{app_trend1}}", "{{app_trend2}}"]
      integration_trends: ["{{integration1}}", "{{integration2}}"]
      
  # 研究目标与内容
  objectives_content:
    # 总体目标
    overall_objective:
      primary_goal: "{{main_research_goal}}"
      goal_description: "{{goal_detailed_description}}"
      success_criteria: ["{{success_criterion1}}", "{{success_criterion2}}"]
      
    # 具体目标
    specific_objectives:
      - objective_id: "OBJ-01"
        objective: "{{specific_objective1}}"
        description: "{{objective1_description}}"
        measurable_outcomes: ["{{outcome1_1}}", "{{outcome1_2}}"]
        timeline: "{{objective1_timeline}}"
        
      - objective_id: "OBJ-02"
        objective: "{{specific_objective2}}"
        description: "{{objective2_description}}"
        measurable_outcomes: ["{{outcome2_1}}", "{{outcome2_2}}"]
        timeline: "{{objective2_timeline}}"
        
      - objective_id: "OBJ-03"
        objective: "{{specific_objective3}}"
        description: "{{objective3_description}}"
        measurable_outcomes: ["{{outcome3_1}}", "{{outcome3_2}}"]
        timeline: "{{objective3_timeline}}"
        
    # 研究内容
    research_content:
      # 核心研究内容
      core_content:
        - content_id: "CORE-01"
          content: "{{core_content1}}"
          description: "{{core1_description}}"
          key_questions: ["{{question1_1}}", "{{question1_2}}"]
          methods: ["{{method1_1}}", "{{method1_2}}"]
          deliverables: ["{{deliverable1_1}}", "{{deliverable1_2}}"]
          
        - content_id: "CORE-02"
          content: "{{core_content2}}"
          description: "{{core2_description}}"
          key_questions: ["{{question2_1}}", "{{question2_2}}"]
          methods: ["{{method2_1}}", "{{method2_2}}"]
          deliverables: ["{{deliverable2_1}}", "{{deliverable2_2}}"]
          
      # 支撑研究内容
      supporting_content:
        - content: "{{supporting_content1}}"
          purpose: "{{support1_purpose}}"
          activities: ["{{activity1_1}}", "{{activity1_2}}"]
          
        - content: "{{supporting_content2}}"
          purpose: "{{support2_purpose}}"
          activities: ["{{activity2_1}}", "{{activity2_2}}"]
          
    # 关键科学问题
    key_scientific_questions:
      - question_id: "KSQ-01"
        question: "{{key_question1}}"
        importance: "{{question1_importance}}"
        current_status: "{{question1_status}}"
        approach: "{{question1_approach}}"
        
      - question_id: "KSQ-02"
        question: "{{key_question2}}"
        importance: "{{question2_importance}}"
        current_status: "{{question2_status}}"
        approach: "{{question2_approach}}"
        
  # 研究方案与技术路线
  methodology_approach:
    # 总体方案设计
    overall_design:
      research_framework: "{{research_framework_description}}"
      design_rationale: "{{design_justification}}"
      methodological_foundation: "{{methodology_foundation}}"
      integration_strategy: "{{integration_approach}}"
      
    # 技术路线
    technical_route:
      # 阶段一
      phase_1:
        phase_name: "{{phase1_name}}"
        duration: "{{phase1_duration}}"
        objectives: ["{{phase1_obj1}}", "{{phase1_obj2}}"]
        tasks: ["{{phase1_task1}}", "{{phase1_task2}}"]
        methods: ["{{phase1_method1}}", "{{phase1_method2}}"]
        deliverables: ["{{phase1_output1}}", "{{phase1_output2}}"]
        milestones: ["{{phase1_milestone1}}", "{{phase1_milestone2}}"]
        
      # 阶段二
      phase_2:
        phase_name: "{{phase2_name}}"
        duration: "{{phase2_duration}}"
        objectives: ["{{phase2_obj1}}", "{{phase2_obj2}}"]
        tasks: ["{{phase2_task1}}", "{{phase2_task2}}"]
        methods: ["{{phase2_method1}}", "{{phase2_method2}}"]
        deliverables: ["{{phase2_output1}}", "{{phase2_output2}}"]
        milestones: ["{{phase2_milestone1}}", "{{phase2_milestone2}}"]
        
      # 阶段三
      phase_3:
        phase_name: "{{phase3_name}}"
        duration: "{{phase3_duration}}"
        objectives: ["{{phase3_obj1}}", "{{phase3_obj2}}"]
        tasks: ["{{phase3_task1}}", "{{phase3_task2}}"]
        methods: ["{{phase3_method1}}", "{{phase3_method2}}"]
        deliverables: ["{{phase3_output1}}", "{{phase3_output2}}"]
        milestones: ["{{phase3_milestone1}}", "{{phase3_milestone2}}"]
        
      # 阶段四
      phase_4:
        phase_name: "{{phase4_name}}"
        duration: "{{phase4_duration}}"
        objectives: ["{{phase4_obj1}}", "{{phase4_obj2}}"]
        tasks: ["{{phase4_task1}}", "{{phase4_task2}}"]
        methods: ["{{phase4_method1}}", "{{phase4_method2}}"]
        deliverables: ["{{phase4_output1}}", "{{phase4_output2}}"]
        milestones: ["{{phase4_milestone1}}", "{{phase4_milestone2}}"]
        
    # 关键技术
    key_technologies:
      - technology_id: "TECH-01"
        technology: "{{key_technology1}}"
        description: "{{tech1_description}}"
        innovation_aspects: ["{{tech1_innovation1}}", "{{tech1_innovation2}}"]
        technical_challenges: ["{{tech1_challenge1}}", "{{tech1_challenge2}}"]
        solution_approach: "{{tech1_solution}}"
        
      - technology_id: "TECH-02"
        technology: "{{key_technology2}}"
        description: "{{tech2_description}}"
        innovation_aspects: ["{{tech2_innovation1}}", "{{tech2_innovation2}}"]
        technical_challenges: ["{{tech2_challenge1}}", "{{tech2_challenge2}}"]
        solution_approach: "{{tech2_solution}}"
        
    # 实验设计
    experimental_design:
      design_principles: ["{{design_principle1}}", "{{design_principle2}}"]
      experimental_framework: "{{experiment_framework}}"
      
      # 实验方案
      experiments:
        - experiment_id: "EXP-01"
          experiment: "{{experiment1_name}}"
          objective: "{{exp1_objective}}"
          design: "{{exp1_design}}"
          variables: "{{exp1_variables}}"
          methodology: "{{exp1_methodology}}"
          expected_results: "{{exp1_expected}}"
          
        - experiment_id: "EXP-02"
          experiment: "{{experiment2_name}}"
          objective: "{{exp2_objective}}"
          design: "{{exp2_design}}"
          variables: "{{exp2_variables}}"
          methodology: "{{exp2_methodology}}"
          expected_results: "{{exp2_expected}}"
          
  # 创新点与特色
  innovation_highlights:
    # 理论创新
    theoretical_innovations:
      - innovation: "{{theoretical_innovation1}}"
        description: "{{theo_innov1_description}}"
        significance: "{{theo_innov1_significance}}"
        evidence: ["{{theo_evidence1}}", "{{theo_evidence2}}"]
        
      - innovation: "{{theoretical_innovation2}}"
        description: "{{theo_innov2_description}}"
        significance: "{{theo_innov2_significance}}"
        evidence: ["{{theo_evidence3}}", "{{theo_evidence4}}"]
        
    # 方法创新
    methodological_innovations:
      - innovation: "{{method_innovation1}}"
        description: "{{method_innov1_description}}"
        advantages: ["{{method_advantage1}}", "{{method_advantage2}}"]
        validation: "{{method1_validation}}"
        
      - innovation: "{{method_innovation2}}"
        description: "{{method_innov2_description}}"
        advantages: ["{{method_advantage3}}", "{{method_advantage4}}"]
        validation: "{{method2_validation}}"
        
    # 技术创新
    technical_innovations:
      - innovation: "{{technical_innovation1}}"
        description: "{{tech_innov1_description}}"
        breakthrough: "{{tech_breakthrough1}}"
        applications: ["{{tech_app1}}", "{{tech_app2}}"]
        
    # 应用创新
    application_innovations:
      - innovation: "{{application_innovation1}}"
        description: "{{app_innov1_description}}"
        target_domains: ["{{target_domain1}}", "{{target_domain2}}"]
        expected_impact: "{{app_impact1}}"
        
    # 集成创新
    integration_innovations:
      - innovation: "{{integration_innovation1}}"
        description: "{{integration_description}}"
        integrated_elements: ["{{element1}}", "{{element2}}", "{{element3}}"]
        synergy_effects: "{{synergy_description}}"
        
  # 可行性分析
  feasibility_analysis:
    # 技术可行性
    technical_feasibility:
      maturity_assessment: "{{technical_maturity}}"
      capability_analysis: "{{technical_capability}}"
      risk_evaluation: "{{technical_risks}}"
      mitigation_strategies: ["{{tech_mitigation1}}", "{{tech_mitigation2}}"]
      
    # 经济可行性
    economic_feasibility:
      cost_analysis: "{{cost_breakdown}}"
      benefit_assessment: "{{benefit_evaluation}}"
      roi_estimation: "{{roi_calculation}}"
      funding_strategy: "{{funding_plan}}"
      
    # 时间可行性
    schedule_feasibility:
      timeline_analysis: "{{timeline_assessment}}"
      critical_path: "{{critical_path_analysis}}"
      buffer_planning: "{{time_buffer_strategy}}"
      milestone_achievability: "{{milestone_feasibility}}"
      
    # 资源可行性
    resource_feasibility:
      human_resources: "{{human_resource_analysis}}"
      equipment_resources: "{{equipment_availability}}"
      data_resources: "{{data_accessibility}}"
      infrastructure: "{{infrastructure_readiness}}"
      
  # 预期成果与影响
  expected_outcomes:
    # 学术成果
    academic_outputs:
      publications:
        - type: "SCI论文"
          quantity: "{{sci_paper_count}}"
          target_journals: ["{{journal1}}", "{{journal2}}"]
          impact_factor_range: "{{if_range}}"
          
        - type: "会议论文"
          quantity: "{{conference_paper_count}}"
          target_conferences: ["{{conference1}}", "{{conference2}}"]
          
        - type: "专著"
          quantity: "{{book_count}}"
          publisher_target: "{{target_publisher}}"
          
      intellectual_property:
        - type: "发明专利"
          quantity: "{{invention_patent_count}}"
          application_areas: ["{{patent_area1}}", "{{patent_area2}}"]
          
        - type: "软件著作权"
          quantity: "{{software_copyright_count}}"
          software_types: ["{{software1}}", "{{software2}}"]
          
    # 技术成果
    technical_outputs:
      - output: "{{technical_output1}}"
        description: "{{tech_output1_description}}"
        technology_level: "{{tech_level1}}"
        applications: ["{{tech_application1}}", "{{tech_application2}}"]
        
      - output: "{{technical_output2}}"
        description: "{{tech_output2_description}}"
        technology_level: "{{tech_level2}}"
        applications: ["{{tech_application3}}", "{{tech_application4}}"]
        
    # 应用成果
    practical_outputs:
      - output: "{{practical_output1}}"
        target_users: "{{target_user_group1}}"
        deployment_plan: "{{deployment_strategy1}}"
        expected_adoption: "{{adoption_rate1}}"
        
    # 人才培养
    talent_development:
      graduate_training:
        phd_students: "{{phd_count}}"
        master_students: "{{master_count}}"
        training_plan: "{{student_training_plan}}"
        
      team_development:
        junior_researchers: "{{junior_researcher_count}}"
        skill_enhancement: ["{{skill1}}", "{{skill2}}"]
        career_development: "{{career_plan}}"
        
    # 平台建设
    platform_development:
      - platform: "{{platform1}}"
        description: "{{platform1_description}}"
        capabilities: ["{{capability1}}", "{{capability2}}"]
        users: "{{platform1_users}}"
        
  # 影响与价值评估
  impact_assessment:
    # 学术影响
    academic_impact:
      discipline_advancement: "{{discipline_impact}}"
      citation_potential: "{{citation_prediction}}"
      collaboration_expansion: "{{collaboration_impact}}"
      reputation_enhancement: "{{reputation_impact}}"
      
    # 经济影响
    economic_impact:
      direct_benefits: "{{direct_economic_benefits}}"
      indirect_benefits: "{{indirect_economic_benefits}}"
      market_potential: "{{market_size_estimation}}"
      commercialization_prospects: "{{commercialization_timeline}}"
      
    # 社会影响
    social_impact:
      problem_solving: "{{social_problem_solution}}"
      quality_of_life: "{{life_quality_improvement}}"
      public_awareness: "{{public_engagement}}"
      policy_influence: "{{policy_impact_potential}}"
      
    # 环境影响
    environmental_impact:
      sustainability_contribution: "{{sustainability_benefits}}"
      resource_efficiency: "{{resource_optimization}}"
      environmental_protection: "{{environmental_benefits}}"
      
  # 项目管理计划
  project_management:
    # 组织结构
    organizational_structure:
      project_leader: "{{project_leader_name}}"
      core_team: ["{{core_member1}}", "{{core_member2}}", "{{core_member3}}"]
      advisory_board: ["{{advisor1}}", "{{advisor2}}"]
      external_collaborators: ["{{collaborator1}}", "{{collaborator2}}"]
      
    # 进度计划
    schedule_plan:
      project_phases: "{{phase_overview}}"
      key_milestones: ["{{milestone1}}", "{{milestone2}}", "{{milestone3}}"]
      critical_deadlines: ["{{deadline1}}", "{{deadline2}}"]
      progress_monitoring: "{{monitoring_strategy}}"
      
    # 质量保证
    quality_assurance:
      quality_standards: ["{{quality_standard1}}", "{{quality_standard2}}"]
      review_mechanisms: ["{{review1}}", "{{review2}}"]
      evaluation_criteria: ["{{criterion1}}", "{{criterion2}}"]
      continuous_improvement: "{{improvement_process}}"
      
    # 风险管理
    risk_management:
      identified_risks: ["{{risk1}}", "{{risk2}}", "{{risk3}}"]
      risk_mitigation: ["{{mitigation1}}", "{{mitigation2}}", "{{mitigation3}}"]
      contingency_plans: ["{{contingency1}}", "{{contingency2}}"]
      monitoring_system: "{{risk_monitoring}}"

# 质量控制标准
quality_standards:
  content_completeness: ["所有必需章节", "关键信息完整", "逻辑结构清晰"]
  innovation_clarity: ["创新点明确", "创新价值突出", "创新证据充分"]
  feasibility_demonstration: ["技术可行", "资源充足", "时间合理"]
  impact_prediction: ["影响范围明确", "价值评估合理", "证据支撑充分"]

# 模板适配指南
adaptation_guide:
  basic_research: "强调理论贡献和学术价值"
  applied_research: "突出实际应用和社会价值"
  development_research: "重点展示技术创新和产业化前景"
  interdisciplinary: "强调学科交叉和整合创新"