.cursor/skills/weather-go-nogo/SKILL.md
SEA TRANSIT Go/No-Go decision from wave(ft), wind(kt), and limits. Use when evaluating marine weather, "weather window", Hs/Hmax, squall buffer. Part of integrated pipeline step 4.
npx skillsauth add macho715/tr_dash_mobile weather-go-nogoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
files/out/weather_parsed/YYYYMMDD/weather_for_weather_py.json when available| Item | Content |
|------|---------|
| Input | Wave Height (ft, combined sea+swell), Wind Speed (kt). Optional: Wave Period (s) |
| Assumption | Chart "combined sea+swell(ft)" ≈ Hs (significant wave height) |
| Output | Decision: GO | NO-GO | CONDITIONAL, ReasonCodes[] |
Hs_limit_m: Max allowed Hs (m)Wind_limit_kt: Max allowed wind (kt)SailingTime_hr, Reserve_hr: Voyage + reserve for continuous windowΔHs_squall_m, ΔGust_kt: Squall bufferIf not provided: ask user for Hs_limit_m (or Hmax_allow_m), Wind_limit_kt, SailingTime_hr+Reserve_hr.
Hs_m(t) = wave_ft(t) × 0.3048Hs_m ≤ Hs_limit_m AND Wind_kt ≤ Wind_limit_kt, else NO-GO(t)Hs_eff = Hs_m + ΔHs_squall_m, Wind_eff = Wind_kt + ΔGust_kt → evaluate with eff values.Hmax_est = 1.86 × Hs_eff → NO-GO(t) if Hmax_est > Hmax_allow_mNeedWindow_hr = SailingTime_hr + Reserve_hr| Option | Logic | |--------|-------| | A | Gate-A + Gate-C | | B (recommended) | Gate-A + Gate-B + Gate-C | | C | B + Hmax_est Gate |
agentskillguide/DASHBOARD_OUTPUT_SCHEMA.md.Decision: GO | NO-GO | CONDITIONAL, ReasonCodes: [WX_WAVE, WX_WIND, ...]development
통합 파이프라인 4단계. SEA TRANSIT(해상 운행) 전용 Go/No-Go 의사결정 로직. Wave(ft)·Wind(kt) 입력, 3단 Gate(임계값·Squall/피크파 버퍼·연속 Weather window) 적용.
tools
WATER TIDE.csv 기반 주간(오전 6시~오후 5시) 최고 물때 상위 3시간대를 Voyage Overview의 tide-table에 voyage별로 연동. files/ 전용.
development
통합 파이프라인 1단계. AGI TR 일정(JSON/HTML)에서 pivot date 이후 전체 일정을 delta일만큼 자동 시프트. 모든 작업은 files 폴더 안에서만 수행.
development
통합 파이프라인 3단계. 모든 AGI Schedule 파이프라인 작업 완료 후 전체 점검. 데이터·일정·공지·날씨·KPI·히트맵·이미지·Go/No-Go 안내 등 모든 단계가 체크리스트에 포함되도록 검사 및 수정.