Race-week taper

Race-week taper

The taper is where good fitness is either sharpened or wasted. This recipe makes the assistant ground the taper in your real fitness trajectory and race-week calendar, then hand you a day-by-day outline — without touching your events.

When to use this

  • 7-14 days out from a goal event.
  • When you are unsure how much to cut and want a TSB target for race morning.
  • To sanity-check a taper you have already drafted.

The recipe

I have a [RACE TYPE — e.g. hilly road race, ~3h] on [RACE_DATE]. Plan my
taper. Use icuvisor with my intervals.icu data.

1. Read my athlete profile, and my calendar events around race week to
   confirm the race and what is already scheduled.
2. Pull my fitness trend (CTL / ATL / TSB) and training-load summary for
   the last 6 weeks.
3. Pull my recent activities and my recent wellness.
4. Project where form (TSB) lands on race day under a reduced taper load.

Then give me:
- A day-by-day taper outline from today to race day: load, intensity, and
  the key sharpening sessions.
- The target TSB for race morning, and whether my current trajectory
  reaches it.
- Wellness signals to watch this week.

Rules: do not write or delete calendar events — give me the outline to apply
myself. Do not invent fitness numbers; if the window is short on data, say so.

What icuvisor does

StepToolWhy
1get_athlete_profile, get_eventsConfirms the race and race-week calendar.
2get_fitness, get_training_summaryCTL/ATL/TSB and recent load to taper from.
3get_activities, get_wellness_dataFreshness and recovery signals.
4get_fitness_projectionSimulates race-day TSB under the proposed taper load.

A good answer looks like

Taper to [RACE_DATE] — 8 days out. Current CTL 71, ATL 84, TSB -13 (get_fitness).

Race-morning target: TSB +15 to +20 for a 3-hour race. get_fitness_projection shows that holding ~45% of your recent weekly load this week lands TSB at +17 — on target. Cutting harder risks going flat; cutting less leaves you racing tired.

DaySessionLoad
-8 SatEndurance 2h, 2x10min tempo95
-7 SunEasy 1h35
-6 MonRest0
-5 Tue75min, 4x3min at race pace65
-4 WedEasy 45min28
-3 Thu50min, 3x90s openers38
-2 FriRest or 30min spin0-20
-1 Sat40min, 3x1min openers30

Watch this week: resting HR and HRV should drift up as fatigue clears — a drop mid-week means the taper is too light on rest, not too heavy. Sleep is your biggest lever now.

Apply this in intervals.icu yourself — I have not changed any events.

Variations

  • Short taper: “…I can only taper for 5 days” — ask for a compressed outline.
  • Multi-day event: “…this is a 3-day stage race” — ask for taper plus inter-stage recovery notes.
  • Already drafted: paste your taper and ask the assistant to critique it against your fitness trend.

Why this prompt works

  • Projection-anchored. get_fitness_projection turns “rest up” into a specific load percentage that hits a TSB number — testable, not vibes.
  • No-write rule. Race week is the worst time for an accidental calendar edit. Explicitly forbidding writes keeps the assistant advisory.
  • Wellness watch. Adding the freshness signals to monitor makes the taper adaptive instead of a fixed script.
ℹ️
The race_week_taper MCP prompt runs this workflow and validates the race date before starting.