mirror of
https://github.com/sstent/AICycling_mcp.git
synced 2026-05-04 02:33:39 +00:00
workng - split out prompt temapltes
This commit is contained in:
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.
|
||||
9
templates/workflows/single_workout_analysis.txt
Normal file
9
templates/workflows/single_workout_analysis.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Analyze my cycling workout against my training rules and goals.
|
||||
|
||||
{workout_data_section}
|
||||
|
||||
{rules_section}
|
||||
|
||||
You have access to additional Garmin data through MCP tools if needed.
|
||||
|
||||
{assessment_points}
|
||||
14
templates/workflows/suggest_next_workout.txt
Normal file
14
templates/workflows/suggest_next_workout.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Please suggest my next cycling workout based on my recent training history. Use the get_activities tool to get my recent activities and analyze the training pattern.
|
||||
|
||||
{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
|
||||
6. Alternative options if weather/time constraints exist
|
||||
7. How this fits into my overall training progression
|
||||
|
||||
Use additional tools like hrv_data or nightly_sleep to inform recovery status and workout readiness.
|
||||
18
templates/workflows/workout_recommendation.txt
Normal file
18
templates/workflows/workout_recommendation.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
Based on my recent cycling workouts, suggest what workout I should do next.
|
||||
|
||||
RECENT WORKOUTS:
|
||||
{workouts_data}
|
||||
|
||||
MY TRAINING RULES:
|
||||
{rules}
|
||||
|
||||
You have access to additional Garmin data and tools to analyze my fitness trends.
|
||||
|
||||
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 my recent performance
|
||||
6. Alternative options if weather/time constraints exist
|
||||
7. How this fits into my overall training progression
|
||||
Reference in New Issue
Block a user