plan-ar
بدء تخطيط الملفات بنمط Manus. إنشاء task_plan.md و findings.md و progress.md للمهام المعقدة.
啟動 Manus 風格的檔案規劃。為複雜任務建立 task_plan.md、findings.md、progress.md。
> /plugin marketplace add OthmanAdi/planning-with-files > /plugin install planning-with-files@planning-with-files
How it fires
How this command gets triggered: by you, by Claude, or both.
/plan-zhtContext preview
What this command does when you run it.
啟動 Manus 風格的檔案規劃。為複雜任務建立 task_plan.md、findings.md、progress.md。
description: "啟動 Manus 風格的檔案規劃。為複雜任務建立 task_plan.md、findings.md、progress.md。"
從以下路徑中第一個存在的檔案讀取繁體中文技能正文,並嚴格按照其指示執行:
如果兩個路徑都不存在,請調用 planning-with-files:planning-with-files 技能,並繼續以繁體中文工作。
如果當前專案目錄中不存在以下三個規劃檔案,請建立它們:
然後引導使用者完成規劃工作流程。所有規劃檔案內容使用繁體中文。
狀態標記保持英文原樣(`**Status:** in_progress`、`**Status:** complete`),因為 `check-complete.sh` 使用 `grep -F` 比對,翻譯這些標記會使完成檢查失效。
Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown plans, session recovery after /clear and compaction, per-turn re-injection against context rot, deterministic completion gate. Manus-style. Install from npm, the Claude Code plugin marketplace, or npx skills. Codex, Cursor, OpenCode, 60+ agents.
Repo: OthmanAdi/planning-with-files
بدء تخطيط الملفات بنمط Manus. إنشاء task_plan.md و findings.md و progress.md للمهام المعقدة.
Lock the current task_plan.md content with a SHA-256 attestation. Hooks then refuse to inject plan content if the file diverges from the attested hash,…
Starte Manus-artige Dateiplanung. Erstelle task_plan.md, findings.md, progress.md für komplexe Aufgaben.
Self-check for the planning-with-files mechanisms that fail silently: plan resolution, hook injection, canonicalizer path shape, attestation state, install…
Iniciar planificación de archivos estilo Manus. Crear task_plan.md, findings.md, progress.md para tareas complejas.
Bridge Claude Code's /goal to the active plan. Derives a goal condition from task_plan.md and invokes /goal so Claude keeps working until the plan is complete.…