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-zhContext 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.…