# Surf Goal Framework AI Agent Connect

> Transform surfing aspirations into actionable SMART goal roadmaps.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Knuji9lcpLFfzlOKrQExI5ZUtaz2cJnL7fViCBdK/ai-agent-connect
- **Tags:** surfing, smart-goals, athlete, coaching, planning

## Description

This MCP server provides a structured goal-setting framework specifically for surfers. It uses the SMART methodology to decompose high-level aspirations into a hierarchy of short-term, medium-term, and long-term goals. By distinguishing between process goals (habits) and outcome goals (results), it helps athletes build the necessary foundation for success. Use `generate_goal_roadmap` to build your plan, `get_goal_metrics` to track progress, `calculate_review_schedule` to stay on track, and `evaluate_goal_feasibility` to check if your targets are realistic.

## Tools

### get_goal_metrics
Retrieves specific, quantifiable measurement criteria for a defined goal

### calculate_review_schedule
Determines when an athlete should check their progress

### evaluate_goal_feasibility
Analyzes if a proposed aspiration is realistic

### generate_goal_roadmap
Creates a structured goal framework for surfers

## Prompt Examples

**Prompt:** 
```
I am an Intermediate surfer. I want to be able to ride larger waves within 6 months. Can you create a roadmap for me?
```

**Response:** 
```
Here is your 6-month surfing roadmap: Short-term goals include increasing paddle endurance and improving wave selection. Medium-term goals focus on technical maneuvers in larger swells. Long-term goals aim for consistent performance in 6-foot waves.
```

**Prompt:** 
```
Is it realistic for a Beginner to win a professional contest in 3 months?
```

**Response:** 
```
No, that goal is not feasible. A Beginner requires more time to master fundamental mechanics and ocean awareness before competing at a professional level.
```

**Prompt:** 
```
How often should I review my progress for my seasonal training plan?
```

**Response:** 
```
Based on a bi-weekly frequency, your review dates are scheduled for the end of every second week throughout your training period.
```

## Frequently Asked Questions

**How do I start my surfing goal plan?**
You can use the `generate_goal_roadmap` tool by providing your current skill level, what you want to achieve, and your planned timeline.

**Can I check if my surfing goals are realistic?**
Yes, the `evaluate_goal_feasibility` tool analyzes your aspiration against your current proficiency and available time to provide a feasibility assessment.

**How do I track my progress?**
Use the `get_goal_metrics` tool with a specific goal ID to retrieve quantifiable measurement criteria for your progress.
