Agent skill

planning-with-files-zht

基於 Manus 風格的檔案規劃系統,用於組織和追蹤複雜任務的進度。建立 task_plan.md、findings.md 和 progress.md 三個檔案。當使用者要求規劃、拆解或組織多步驟專案、研究任務或需要超過5次工具呼叫的工作時使用。支援 /clear 後的自動會話恢復。觸發詞:任務規劃、專案計畫、制定計畫、分解任務、多步驟規劃、進度追蹤、檔案規劃、幫我規劃、拆解專案

OthmanAdigithub.com/OthmanAdiGitHub ↗
claude-codecodexcursorcopilotcan modify filesships scriptsMIT
Install
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-zht --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 8 KB
Bundled scripts: yes
Version: 3.9.0
Allowed tools: ReadWriteEditBashGlobGrep
Path: skills/planning-with-files-zht/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 25,969 · +158 this week
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 檔案規劃系統 像 Manus 一樣工作:用持久化的 Markdown 檔案作為你的「磁碟工作記憶」。 ## 第一步:恢復上下文(v2.2.0) **在做任何事之前**,檢查規劃檔案是否存在並讀取它們: 1. 如果 `task_plan.md` 存在,立即讀取 `task_plan.md`、`progress.md` 和 `findings.md`。 2. 然後檢查上一個會話是否有未同步的上下文: ```bash # Linux/macOS SKILL_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/skills/planning-with-files-zht}" $(command -v python3 || command -v python) "${SKILL_DIR}/scripts/session-catchup.py" "$(pwd)" ``` ```powershell # Windows PowerShell & (Get-Command python -ErrorAction SilentlyContinue).Source "$env:USERPROFILE\.claude\skills\planning-with-files-zht\scripts\session-catchup.py" (Get-Location) ``` 如果恢復報告顯示有未同步的上下文: 1. 執行 `git diff --stat` 查看實際程式碼變更 2. 讀取目前規劃檔案 3. 根據恢復報告和 git diff 更新規劃檔案 4. 然後繼續任務 ## 重要:檔案存放位置 - **範本**在 `${CLAUDE_PLUGIN_ROOT}/templates/` 中 - **你的規劃檔案**放在**你的專案目錄**中 | 位置 | 存放內容 | |------|---------| | 技能目錄 (`${CLAUDE_PLUGIN_ROOT}/`) | 範本、腳本、參考文件 | | 你的專案目錄 | `task_plan.md`、`findings.md`、`progress.md` | ## 快速開始 在任何複雜任務之前: 1. **建立 `task_plan.md`** — 參考 [templates/task_plan.md](templates/task_plan.md) 範本 2. **建立 `findings.md`** — 參考 [templates/findings.md](templates/findings.md) 範本 3. **建立 `progress.md`** — 參考 [templates/progress.md](templates/progress.md) 範本 4. **決策前重新讀取計畫*

What's inside
Steps it walks through
  1. 第一步:恢復上下文(v2.2.0)
  2. 重要:檔案存放位置
  3. 快速開始
  4. 核心模式
  5. 檔案用途
  6. 關鍵規則
  7. 1. 先建立計畫
  8. 2. 兩步操作規則
  9. 3. 決策前先讀取
  10. 4. 行動後更新
  11. 5. 記錄所有錯誤
  12. 6. 永遠不要重複失敗
  13. 7. 完成後繼續
  14. 三次失敗協定
Ships with 11 files
  • scripts/check-complete.ps1
  • scripts/check-complete.sh
  • scripts/init-session.ps1
  • scripts/init-session.sh
  • scripts/inject-plan.sh
  • scripts/ledger-summary.sh
  • scripts/resolve-plan-dir.sh
  • scripts/session-catchup.py
  • templates/findings.md
  • templates/progress.md
  • templates/task_plan.md
Commands it runs
Linux/macOS
More from planning-with-files
All skills →
About this skill
What does the planning-with-files-zht skill do?

基於 Manus 風格的檔案規劃系統,用於組織和追蹤複雜任務的進度。建立 task_plan.md、findings.md 和 progress.md 三個檔案。當使用者要求規劃、拆解或組織多步驟專案、研究任務或需要超過5次工具呼叫的工作時使用。支援 /clear 後的自動會話恢復。觸發詞:任務規劃、專案計畫、制定計畫、分解任務、多步驟規劃、進度追蹤、檔案規劃、幫我規劃、拆解專案

How do I install it?

Run `npx skills add OthmanAdi/planning-with-files --skill planning-with-files-zht --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From OthmanAdi/planning-with-files, a repository with 25,969 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going