planning-with-files-zht
基於 Manus 風格的檔案規劃系統,用於組織和追蹤複雜任務的進度。建立 task_plan.md、findings.md 和 progress.md 三個檔案。當使用者要求規劃、拆解或組織多步驟專案、研究任務或需要超過5次工具呼叫的工作時使用。支援 /clear 後的自動會話恢復。觸發詞:任務規劃、專案計畫、制定計畫、分解任務、多步驟規劃、進度追蹤、檔案規劃、幫我規劃、拆解專案
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/OthmanAdi/planning-with-files /tmp/planning-with-files && ln -s /tmp/planning-with-files/skills/planning-with-files-zht ~/.claude/skills/planning-with-files-zht
From README
檔案規劃系統 像 Manus 一樣工作:用持久化的 Markdown 檔案作為你的「磁碟工作記憶」。 第一步:恢復上下文(v2.2.0) 在做任何事之前,檢查規劃檔案是否存在並讀取它們: 如果 taskplan.md 存在,立即讀取 taskplan.md、progress.md 和 findings.md。 然後檢查上一個會話是否有未同步的上下文: 如果恢復報告顯示有未同步的上下文: 執行 git diff --stat 查看實際程式碼變更 讀取目前規劃檔案 根據恢復報告和 git diff 更新規劃檔案 然後繼續任務 重要:檔案存放位置 範本在 ${CLAUDEPLUGINROOT}/templates/ 中 你的規劃檔案放在你的專案目錄中 | 位置 | 存放內容 | |------|---------| | 技能目錄 (${CLAUDEPLUGINROOT}/) | 範本、腳本、參考文件 | | 你的專案目錄 | taskplan.md、findings.md、progress.md | 快速開始 在任何複雜任務之前: 建立 taskplan.md — 參考 templates/taskplan.md 範本 建立 findings.md — 參考 templates/findings.md 範本 建立 progress.md — 參考 templates/progress.md 範本 決策前重新讀取計畫 — 在注意力視窗中重新整理目標 每個階段完成後更新 — 標記完成,記錄錯誤 注意: 規劃檔案放在你的專案根目錄,不是技能安裝目錄。 核心模式 檔案用途 | 檔案 | 用途 | 更新時機 | |------|------|---------| | taskplan.md | 階段、進度、決策 | 每個階段完成後 | | findings.md | 研究、發現 | 任何發現之後 | | progress.md | 會話日誌、測試結果 | 整個會話過程中 | 關鍵規則 先建立計畫 永遠不要在沒有 taskplan.md 的情況下開始複雜任務。沒有例外。 兩步操作規則 "每執行2次查看/瀏覽器/搜尋操作後,立即將關鍵發現儲存到檔案中。" 這能防止視覺/多模態資訊遺失。 決策前先讀取 在做重大決策之前,讀取計畫檔案。這會讓目標出現在你的注意力視窗中。 行動後更新...
More from this repo
planning-with-files
Manus-style persistent file-based planning for AI coding agents: keeps task_plan.md, findings.md, and progress.md on...
planning-with-files-ar
نظام تخطيط الملفات بنمط Manus لتنظيم وتتبع تقدم المهام المعقدة.
planning-with-files-de
Manus-artiges Dateiplanungssystem zur Organisation und Verfolgung des Fortschritts komplexer Aufgaben.