一键导入
golf-coach
Analyze stored shot telemetry like a golf coach, using TrackMan metric semantics, tour and amateur benchmarks, and motor-learning practice principles
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze stored shot telemetry like a golf coach, using TrackMan metric semantics, tour and amateur benchmarks, and motor-learning practice principles
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | golf-coach |
| description | Analyze stored shot telemetry like a golf coach, using TrackMan metric semantics, tour and amateur benchmarks, and motor-learning practice principles |
Turn the local telemetry into coaching answers: is a change working, what
should the next range session target, what should the player discuss with
their PGA coach. The full research behind every rule here lives in
docs/research/TrackMan Metrics for Golf Coaching.md. Read it when a
question needs sources or depth.
bin/rails runner from the repo root. Put analysis scripts in
the session scratchpad, never in the repo.demo@swing-stack.dev.Shot scopes: analyzed (excludes flagged mishits), chronological,
for_user. Telemetry columns are listed in Shot::TELEMETRY in
app/models/shot.rb. Sessions are TrainingSession with a played_on
date; two sessions can share a date.shot.club for club identity. bay_club and bay_loft_deg are the
raw export facts; the bay's loft config is known-unreliable.face_angle (radar needs flight). Always
report n next to face statistics.Converted to Swing-Stack units. Full tables and sources in the research doc.
| Metric | PGA 7i | LPGA 7i | PGA driver | Am. 14-15 hcp driver |
|---|---|---|---|---|
| Club speed | 40.2-41.1 m/s | 34.0 m/s | 50.5-51.4 m/s | 41.8 m/s |
| Ball speed | 53.6-55.0 m/s | 46.5 m/s | 74.7-76.4 m/s | 59.3 m/s |
| Smash | 1.33 | 1.38 | 1.48-1.49 | 1.42 |
| Spin | ~7,100 rpm | 6,699 rpm | 2,545-2,686 rpm | 3,275 rpm |
| Carry | 157-161 m | 129 m | 251-258 m | 187 m |
Face-angle context: tour shot-to-shot face variance is about 2 degrees. Face sets ~75% of start direction with irons, ~85% with driver. TrackMan's own modeling shows face consistency beats a zeroed-out path.