Race pacer

Public note

A race planning skill that turns GPX elevation and target time into pacing, splits, and nutrition.

python3 compute_pacing.py race.json --target-time 00:43:00

The race pacer exists because flat splits are not always smart splits.

It parses a course profile, validates elevation, then creates pacing strategies that respect the terrain and the target time.

Outputs

Why it belongs here

It is a good example of the kind of AI skill I like: narrow, opinionated, and connected to real data.