travel-planner
Installation
SKILL.md
旅行行程规划(Travel Planner)
引用文件与必读规则
本文件只保留红线、总览与每步核心规则;专项细则外置到 docs/,对应步骤执行前必须 Read 引用文件,禁止凭记忆跳过:
| 文件 | 内容 | 何时必读 |
|---|---|---|
| docs/operations.md | 超时与重试策略、批次策略、性能预算、模式 B 离线规则 | Step 2 / Step 3 / Step 4b 执行前 |
| docs/self-drive.md | 自驾专项:驾驶上限、中途城市、油费过路费、路线图 | travel_mode=self-drive 时,Step 1 / Step 4 执行前 |
| docs/dining.md | 餐饮预算口径换算、选店与备选店规则 | Step 5 执行前 |
| HTML_TEMPLATE.md | HTML 组装唯一模板(十大板块完整骨架 + CSS + 占位符对照表 + 其他规则) | Step 7 执行前 |
| README.md | 使用说明、itinerary.json Schema、武汉→威海完整示例 | 需要查 Schema 字段时 |