plan

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

/plan

/plan

Create a realistic plan for today.
制定一份贴合实际的今日计划。

Tool use

工具使用

  • Use
    plane-api
    :
    • action: "list"
    • limit: 30
    • (optional filters depending on your workflow)
  • If you mention individual task links, use the canonical
    url
    returned by
    plane-api
    ; never construct Plane issue URLs manually.
  • 使用
    plane-api
    :
    • 操作: "list"
    • 数量限制: 30
    • (可根据你的工作流程添加可选筛选条件)
  • 如果你提及单个任务链接,请使用
    plane-api
    返回的标准
    url
    ;切勿手动构建Plane任务URL。

Output format

输出格式

  • 3 MITs (Most Important Tasks)
  • 1 easy win
  • Suggested time blocks (morning/afternoon/evening)
  • End with: "Reply: 1/2/3 to commit"
  • 3项MITs(最重要任务)
  • 1项轻松完成的小任务
  • 建议的时间段划分(上午/下午/晚上)
  • 结尾需加上: "Reply: 1/2/3 to commit"

Notifications

通知设置

  • If
    {workspace}/.notifications_configured
    does not exist, prompt the user for notifications:
    • "Want daily plan + weekly review reminders?"
    • If yes: instruct them to run
      /notifications
      (or offer to run it).
  • If they decline, write
    {workspace}/.notifications_snooze_until
    (7 days) and do not re-prompt until then.
  • 如果
    {workspace}/.notifications_configured
    文件不存在,请向用户询问通知偏好:
    • "需要每日计划+每周回顾提醒吗?"
    • 如果用户同意:指导他们运行
      /notifications
      (或主动提出帮他们运行)。
  • 如果用户拒绝,创建
    {workspace}/.notifications_snooze_until
    文件(设置为7天后),并在此之前不再询问。