plan-de
The plan-de command initiates a structured file-based planning system for complex tasks in German. It creates three markdown files (task_plan.md, findings.md, and progress.md) if they don't exist in the current project directory, then guides users through a planning workflow where task_plan.md tracks phases and decisions, findings.md documents research and insights, and progress.md maintains session notes. Use this when managing intricate projects that require systematic documentation and progress tracking in German.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/OthmanAdi/planning-with-files/HEAD/commands/plan-de.md -o ~/.claude/commands/plan-de.mdplan-de.md
Rufe die planning-with-files-de:planning-with-files-de Skill auf und folge den Anweisungen genau. Wenn die drei Planungsdateien nicht im aktuellen Projektverzeichnis existieren, erstelle sie: - task_plan.md — für Phasen, Fortschritt und Entscheidungen - findings.md — für Forschung und Erkenntnisse - progress.md — für Sitzungsprotokolle Dann führe den Benutzer durch den Planungs-Workflow. Alle Planungsdateien müssen auf Deutsch sein.
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session recovery after /clear.
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session recovery after /clear.
بدء تخطيط الملفات بنمط 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, blocking silent tampering. Use --show to print the stored hash, --clear to remove the attestation. Available since v2.37.0.
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. Available since v2.38.0.
Run a planning-aware cadence with Claude Code's /loop. Default tick checks plan status, runs check-complete, nudges progress.md update if stalled. Available since v2.38.0.
启动 Manus 风格的文件规划。为复杂任务创建 task_plan.md、findings.md、progress.md。