mirror of
https://github.com/sstent/AICycling_mcp.git
synced 2026-04-29 16:24:04 +00:00
working
This commit is contained in:
7
templates/base/analysis_frameworks/assessment_points.txt
Normal file
7
templates/base/analysis_frameworks/assessment_points.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Please provide:
|
||||
1. Overall assessment of the workout
|
||||
2. How well it aligns with my rules and goals
|
||||
3. Areas for improvement
|
||||
4. Specific feedback on power, heart rate, duration, and intensity
|
||||
5. Recovery recommendations
|
||||
6. Comparison with typical performance metrics
|
||||
2
templates/base/data_sections/activity_summary.txt
Normal file
2
templates/base/data_sections/activity_summary.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
ACTIVITY SUMMARY:
|
||||
Activity ID: {activity_summary[activityId]}
|
||||
2
templates/base/data_sections/training_rules.txt
Normal file
2
templates/base/data_sections/training_rules.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
My training rules and goals:
|
||||
{training_rules}
|
||||
2
templates/base/data_sections/user_info.txt
Normal file
2
templates/base/data_sections/user_info.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
USER INFO:
|
||||
User ID: {user_info[id]}
|
||||
3
templates/base/system_prompts/main_agent.txt
Normal file
3
templates/base/system_prompts/main_agent.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
You are an expert cycling coach with access to comprehensive Garmin Connect data.
|
||||
You analyze cycling workouts, provide performance insights, and give actionable training recommendations.
|
||||
Use the available tools to gather detailed workout data and provide comprehensive analysis.
|
||||
2
templates/base/system_prompts/no_tools_analysis.txt
Normal file
2
templates/base/system_prompts/no_tools_analysis.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
You are an expert cycling coach. Perform comprehensive analysis using the provided data.
|
||||
Do not use any tools - all relevant data is included in the prompt.
|
||||
11
templates/workflows/analyze_last_workout.txt
Normal file
11
templates/workflows/analyze_last_workout.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Analyze my most recent cycling workout using the provided data.
|
||||
|
||||
{activity_summary_section}
|
||||
|
||||
{user_info_section}
|
||||
|
||||
{training_rules_section}
|
||||
|
||||
{assessment_points}
|
||||
|
||||
Focus on the provided activity details for your analysis.
|
||||
5
templates/workflows/enhanced_analysis.txt
Normal file
5
templates/workflows/enhanced_analysis.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Perform enhanced {analysis_type} analysis using all available data and tools.
|
||||
|
||||
Available cached data: {cached_data}
|
||||
|
||||
Use MCP tools as needed to gather additional data for comprehensive analysis.
|
||||
10
templates/workflows/suggest_next_workout.txt
Normal file
10
templates/workflows/suggest_next_workout.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Please suggest my next cycling workout based on my recent training history.
|
||||
|
||||
{training_rules_section}
|
||||
|
||||
Please provide:
|
||||
1. Analysis of my recent training pattern
|
||||
2. Identified gaps or imbalances in my training
|
||||
3. Specific workout recommendation for my next session
|
||||
4. Target zones (power, heart rate, duration)
|
||||
5. Rationale for the recommendation based on recent performance
|
||||
Reference in New Issue
Block a user