with one click
review-week-level
Week 周度约束审查。检查休息日底线、转移日上限、高强度天数上限、POI 密度。模仿人体极限约束。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Week 周度约束审查。检查休息日底线、转移日上限、高强度天数上限、POI 密度。模仿人体极限约束。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
旅游规划需求准入分析。Use when the user asks for a travel plan, itinerary, route, POI recommendation, city walk, nearby travel, or executable tourism advice; extract structured requirement fields, identify missing information, and output SkillResult JSON.
图数据库模式下的四阶段十三步旅行规划工作流。This skill should be loaded when the coordinator operates in Neo4j graph mode and needs the complete step-by-step workflow for multi-day trip planning.
合并用户追问回复到旅行需求快照。Use when the user replies to follow-up questions about their travel requirements; parse natural language answers, merge into existing TravelRequirementSnapshot, and output SkillResult JSON.
Month 月度约束审查。检查周数正确性、天气窗口、月度预算、区域覆盖。
Phase 季节约束审查。检查气候合适性、地理递进逻辑、预算分配、节庆覆盖。
POI 单点约束审查。检查地理验证状态、天气备份存在性、攻略印证、费用合理性。
| name | review-week-level |
| description | Week 周度约束审查。检查休息日底线、转移日上限、高强度天数上限、POI 密度。模仿人体极限约束。 |
审查一周内的旅行节奏是否在人体可承受范围内。这不是质量评审,而是人体极限约束检查——连续不休息会累垮,连续赶路会崩溃。
你从图数据库或 coordinator 上下文中获取 Week 节点及其所有 Day 的摘要。
{
"dimension": "week_constraint",
"score": 70,
"passed": true,
"critical_issues": [],
"constraint_violations": [
{
"dimension": "POI 密度",
"rule": "每天主停留点 ≤ 3",
"actual": "Day 3 有 5 个主停留点",
"threshold": "3",
"severity": "major"
}
],
"suggestions": [],
"summary": "休息日底线和转移日上限通过,但 Day 3 主停留点过多。"
}
passed = true 当且仅当 critical_issues 为空。