Show Plan

顯示目前工作階段計劃。「顯示計劃」「計劃進度?」「目前計劃?」等觸發。

wasabeef c28e29c 1.2 KB Updated

File contents

顯示目前工作階段計劃

顯示當前會話中正在執行或已執行的計劃。

使用方法

/show-plan

基本示例

# 確認當前計劃
/show-plan
「顯示正在執行的計劃」

# 没有計劃時
/show-plan
「當前會話没有計劃」

功能

  • 檢測由 ExitPlanMode 創建的計劃
  • 搜索包含實施計劃、實施內容、計劃等關鍵詞的標題
  • 格式化並顯示計劃內容
  • 没有計劃時明確通知

與 Claude 配合

# 實施過程中確認計劃
「我在實施什么來着?」
/show-plan

# 執行多個任務時
「让我再確認一下當前計劃」
/show-plan

# 計劃執行後回顾
「請顯示刚才執行的計劃內容」
/show-plan

檢測模式

基于 ExitPlanMode 生成的計劃格式,檢測以下模式:

  • ## 開头的標題 (包含計劃、Plan)
  • ### 變更內容
  • ### 實施內容
  • ### 實施計劃
  • ### 1. 等带編号的標題

注意事項

  • 仅顯示當前會話內的計劃 (不包括過去的會話)
  • 優先顯示最新的計劃

wasabeef/claude-code-cookbook/tree/main/plugins/zh-tw/skills/show-plan commit c28e29c4b4

Frequently asked questions

npx skillmds@latest add wasabeef/show-plan-8