← 返回
未分类 中文

Time Zone Planner

Plan cross-time-zone meeting windows for distributed teams, providing region-by-region local time mappings and tradeoff analysis for scheduling decisions.
为分布式团队规划跨时区会议时段,提供各地区本地时间映射及调度权衡分析。
aipoch-ai aipoch-ai 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 345
下载
💾 0
安装
1
版本
#latest

概述

Time Zone Planner

Structured cross-time-zone meeting planning for distributed teams.

Quick Check

python -m py_compile scripts/main.py
python scripts/main.py

When to Use

  • Use this skill when planning meeting windows across multiple regions or time zones.
  • Use this skill when comparing candidate windows and tradeoffs for distributed team scheduling.
  • Do not use this skill for calendar booking, live availability checking, or travel/legal decisions.

Workflow

  1. Confirm the participant regions, meeting duration, preferred local-hour ranges, and any hard constraints.
  2. Check whether the request is for a quick overlap recommendation or a full tradeoff analysis.
  3. Use the packaged script for baseline scheduling output; for complex requests, provide a manual comparison table with stated assumptions.
  4. Return suggested meeting windows, region-by-region local times, and the tradeoffs behind the recommendation.
  5. If timezone details or availability constraints are missing, stop and request the minimum missing fields.

Usage

python scripts/main.py
# Input: {"regions": ["US", "EU", "Asia"], "duration": 60}

Parameters

ParameterTypeRequiredDefaultDescription
-------------------------------------------------
regionslist[string]YesRegion set, e.g. ["US/Eastern", "Europe/London", "Asia/Shanghai"]
durationintegerYesMeeting duration in minutes
preferred_hoursobjectNoPer-region preferred local hour ranges, e.g. {"US/Eastern": [9, 17]}

Region format: Use IANA timezone names (e.g., US/Eastern, Europe/London, Asia/Shanghai) for precise mapping. Short aliases like "US" or "EU" are accepted but will be mapped to a representative timezone with a note.

Region Alias Mapping

AliasMapped ToNote
------------------------
USUS/EasternRepresentative only; specify sub-region for accuracy
EUEurope/LondonRepresentative only; specify country for accuracy
AsiaAsia/ShanghaiRepresentative only; specify city for accuracy

Output

  • Suggested meeting windows by region
  • Local-time mapping for each included region
  • DST assumption notes when applicable
  • Tradeoff summary for each candidate window

Scope Boundaries

  • This skill supports scheduling recommendations, not calendar booking.
  • This skill does not validate current DST status from live internet sources.
  • This skill does not decide business priority between teams without user-supplied rules.
  • Manual confirmation is required before sending invites.

Stress-Case Rules

For multi-constraint requests, always include these explicit blocks:

  1. Assumptions
  2. Hard Constraints
  3. Recommended Window
  4. Tradeoffs
  5. Risks and Manual Checks

Error Handling

  • If required inputs are missing, state exactly which fields are missing and request only the minimum additional information.
  • If the task goes outside the documented scope, stop instead of guessing or silently widening the assignment.
  • If scripts/main.py fails, report the failure point, summarize what still can be completed safely, and provide a manual fallback.
  • Do not fabricate live calendar availability or confirmed participant agreement.

Input Validation

This skill accepts: a list of participant regions and a meeting duration for cross-timezone scheduling recommendations.

If the request does not involve cross-timezone meeting planning — for example, asking to book calendar events, check live availability, make travel arrangements, or provide legal scheduling advice — do not proceed with the workflow. Instead respond:

> "time-zone-planner is designed to recommend meeting windows across time zones for distributed teams. Your request appears to be outside this scope. Please provide a region list and meeting duration, or use a more appropriate tool."

References

Response Template

Use the following fixed structure for non-trivial requests:

  1. Objective
  2. Inputs Received
  3. Assumptions
  4. Workflow
  5. Deliverable
  6. Risks and Limits
  7. Next Checks

If the request is simple, you may compress the structure, but still keep assumptions and limits explicit when they affect correctness.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 09:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Survival Analysis (KM)

aipoch-ai
生成Kaplan‑Meier生存曲线,计算生存统计量(log‑rank检验、中位生存时间),并估算临床及生物...的 hazard ratios。
★ 2 📥 1,016
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 399 📥 149,661
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 475 📥 157,458