返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

race-strategy-builder

生成比赛日的配速和补给策略,包括应急计划。当用户即将参加比赛、寻求比赛准备建议或想要一份可打印的比赛日计划(包含分段配速和补给时间表)时使用。

person作者: jakexiaohubgithub

When Claude should use this skill

  • When the user sets up a race event or asks for race pacing guidance
  • Prior to race week to deliver printable/shareable strategy
  • When user requests race preparation or race-day tactics

Invocation guidance

  1. Provide UserProfile, TrainingHistory, target race distance/date, course notes (elevation, weather).
  2. Produce pacing plan by segment, fueling schedule, and contingencies (heat, hills).
  3. Keep recommendations conservative if recent load is low or injury flags exist.

Input schema

See references/input-schema.json.

Output schema

See references/output-schema.json.

Integration points

  • UI: Race setup flow and shareable race card.
  • API: v0/app/api/race/strategy (new).
  • Export: Optionally generate text for notes and chat share via v0/lib/enhanced-ai-coach.ts.

Safety & guardrails

  • No medical advice; if user reports pain/injury, advise deferring race or adjusting pace drastically.
  • Clamp pacing to safe ranges based on recent easy pace; avoid aggressive negative splits for beginners.
  • Emit SafetyFlag when hydration/fueling cannot be recommended due to missing data.

Telemetry

  • Emit ai_skill_invoked and ai_plan_generated with race_distance, fueling_steps, safety_flags.