review-trip-level

Validate TripPlan budgets, cadence, coverage, and weather risk against annual constraints.

98|7|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Sea-Go/Sea-BreakTheWaves --skill review-trip-level
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-trip-level
Source: https://github.com/Sea-Go/Sea-BreakTheWaves/tree/main/agent_v2/skills/review-trip-level
Command: npx skills add https://github.com/Sea-Go/Sea-BreakTheWaves --skill review-trip-level

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trip planning often lacks a structured guardrail to ensure budgets, cadence, coverage, and risk are within acceptable annual limits.

Core Features & Use Cases

  • Budget & cadence validation: checks that sum of phase budgets does not exceed TripPlan.budgetTotal and that high-intensity days stay within limits.
  • Coverage assurance: ensures mustVisit locations appear in at least one phase description or region.
  • Risk distribution checks: limits consecutive high-risk weather days to prevent concentration risk.

Quick Start

Execute an annual constraint review on a TripPlan to verify budget total, cadence, coverage, and risk adherence.

Frequently Asked Questions about review-trip-level

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a multi-phase TripPlan against annual budget constraints?

To validate a multi-phase TripPlan against annual budget constraints, review the total sum of phase budgets to ensure it does not exceed the defined TripPlan.budgetTotal limit.

What is the best way to enforce must-visit location coverage across multiple trip phases?

Enforcing must-visit location coverage requires checking that all mandatory locations appear in at least one phase description or region within the TripPlan to ensure full coverage.

How does trip plan validation handle high-intensity travel days and cadence limits?

Trip plan validation handles high-intensity travel days by evaluating the schedule against defined maxConsecutiveHighIntensityDays limits to maintain an acceptable travel cadence.

Can I check extreme weather risk distribution across my annual travel plan?

You can check extreme weather risk distribution by evaluating the concentration of high-risk weather days across all phases, preventing consecutive high-risk exposure with defined severity levels.

What happens if my phase budgets exceed the total trip budget during validation?

If your phase budgets exceed the total trip budget during validation, the system applies defined severity levels to flag the constraint violation and halt the planning process.