# Periodization Planner MCP for AI Agents AI Agent Connect

> Periodization Planner helps athletes and coaches build structured, long-term training plans. It takes a target event date and a periodization style to break down training into specific phases like prep, competition, and tapering. It handles the math of load progression so you can focus on the actual workouts.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_rkZDgYKjfBmYWxu7javdHAcL13j5pD2wGAsRVeLT/ai-agent-connect
- **Tags:** athletic-training, periodization, macrocycle, coaching, fitness-planning

## Description

The Periodization Planner is a mathematical engine designed for athletes and coaches to structure long-term training plans. If you have a major competition six months away, figuring out how to balance building strength without burning out before race day is a massive headache. You usually end up guessing at percentages or copying old plans that don't quite fit your current goals. This Connector changes that by acting as a logic layer for your training. You give it your deadline and your preferred style, like Block Periodization or Daily Undulating Periodization, and it handles the heavy lifting. It maps out your entire macrocycle, dividing your time into logical chunks like preparatory and tapering phases. You can then dig into the specifics of any phase to see exactly what your volume and intensity should look like. Instead of staring at a blank spreadsheet, you get a structured roadmap. It makes sense of the physiological demands of training by ensuring your load progression actually builds toward your goal. You'll find it's a huge time saver whether you're managing a team of athletes or just trying to hit a personal best. It's one of the many high-quality tools you can find in the Vinkius catalog to get your coaching organized.

## Tools

### generate_weekly_load_progression
Provides a week-by-week breakdown of relative training load percentages. It ensures your intensity scales correctly over time.

### get_phase_attributes
Retrieves the volume, intensity, and focus for a specific training phase. Use this to know exactly what the goal of a block is.

### calculate_macrocycle_structure
Determines how to divide your available time into phases and mesocycles. It helps you see the big picture of your training year or season.

## Prompt Examples

**Prompt:** 
```
I have a 16-week block for a powerlifting meet. Create a macrocycle using Block Periodization.
```

**Response:** 
```
Here is your 16-week macrocycle breakdown:

- **Preparatory Phase** (Weeks 1-6): Focus on hypertrophy and base strength.
- **Specific Phase** (Weeks 7-12): Transition to heavier loads and specific movements.
- **Competitive Phase** (Weeks 13-14): Peak intensity, lower volume.
- **Tapering Phase** (Weeks 15-16): Recovery and readiness.
```

**Prompt:** 
```
What should I focus on during the preparatory phase of a Daily Undulating plan?
```

**Response:** 
```
For the **Preparatory Phase**, your focus should be:

- **Target Volume:** High
- **Target Intensity:** Low
- **Primary Goal:** Building an aerobic base and overall work capacity.
```

**Prompt:** 
```
Give me a 10-week load progression for an endurance athlete using a Linear model.
```

**Response:** 
```
Here is your 10-week load progression:

| Week | Load % | Focus |
|---|---|---|
| 1 | 70% | Base |
| 2 | 72% | Base |
| 3 | 75% | Base |
| 4 | 80% | Build |
| 5 | 82% | Build |
| 6 | 85% | Build |
| 7 | 88% | Peak |
| 8 | 90% | Peak |
| 9 | 85% | Taper |
| 10 | 70% | Taper |
```

## Capabilities

### Break down training time into phases
The Connector divides your total available weeks into logical blocks like preparatory, specific, and tapering phases.

### Get phase volume and intensity targets
You can pull the specific focus for any training block to see exactly how hard you should be working.

### Create weekly load percentages
It generates a week-by-week breakdown of how your relative training load should climb or drop.

### Map out macrocycles
The tool builds a complete long-term training roadmap based on standard periodization models.

### Organize training blocks
It structures your training into mesocycles to ensure you hit your peak performance on race day.

## Use Cases

### The Marathoner
A runner has 20 weeks until a race. They ask the agent to create a 20-week plan using a Linear model to balance base building and speed.

### The Powerlifter
A lifter wants to know the focus of their Specific phase. The agent uses `get_phase_attributes` to show they should prioritize high intensity and low volume.

### The Team Coach
A coach needs a 12-week load progression for a soccer team. The agent uses `generate_weekly_load_progression` to create a Daily Undulating plan.

### The Newbie
Someone wants to know how to structure a year of training. They ask for a macrocycle breakdown to see how many weeks they should spend in the preparatory phase.

## Benefits

- Stop guessing your training percentages. Use `generate_weekly_load_progression` to see exactly how your load should climb or drop each week.
- Get clear focus for every block. Use `get_phase_attributes` to see if a phase is for building a base or peaking for a meet.
- Map out your entire season in seconds. Use `calculate_macrocycle_structure` to turn a 24-week goal into a 4-phase roadmap instantly.
- Avoid overtraining before big events. The tool ensures your tapering phase is mathematically sound and correctly timed.
- Standardize your coaching across multiple clients. You can quickly generate consistent plans for different athletes using the same periodization models.

## How It Works

The bottom line is that it turns a vague goal into a mathematically structured training roadmap.

1. Provide your target event date, the number of weeks available, and your chosen periodization model.
2. The Connector calculates the macrocycle structure and divides the time into phases.
3. You receive a complete breakdown of training phases and weekly load percentages.

## Frequently Asked Questions

**Can the Periodization Planner create a plan for any sport?**
Yes, it works for any sport that follows a structured training cycle, including powerlifting, marathon running, and team sports.

**Does the Periodization Planner give me specific exercises?**
No, it provides the high-level structure like volume, intensity, and load percentages. You then apply your preferred exercises to those targets.

**How does the Periodization Planner handle my competition date?**
You provide the date and the total weeks available, and it calculates the phases to ensure you peak at the right time.

**Can I use the Periodization Planner for different training models?**
Yes, it supports Linear, Daily Undulating, Weekly Undulating, and Block Periodization models.

**What is a macrocycle in the Periodization Planner?**
A macrocycle is the total training plan, like a season or a year, that the Connector breaks down into smaller phases and mesocycles.

**Will the Periodization Planner help me avoid overtraining?**
It helps by calculating a systematic load progression, ensuring your intensity drops during the tapering phase before your big event.

**What periodization models are supported?**
The engine supports Linear, Daily Undulating, Weekly Undulating, and Block Periodization models.

**How do I know the training intensity for a specific phase?**
You can use the `get_phase_attributes` tool to retrieve qualitative descriptions of volume, intensity, and primary physiological focus for any given phase.

**Can I see a week-by-week breakdown of my training load?**
Yes, the `generate_weekly_load_progression` tool provides an array containing the week number and the relative load percentage for your entire macrocycle.