planning-with-files-de
Manus-artiges Dateiplanungssystem zur Organisation und Verfolgung des Fortschritts komplexer Aufgaben. Erstellt task_plan.md, findings.md und progress.md. Wird verwendet, wenn der Benutzer plant, zerlegt oder organisiert: mehrstufige Projekte, Forschungsaufgaben oder Arbeiten mit über 5 Tool-Aufrufen. Unterstützt automatische Sitzungswiederherstellung nach /clear. Auslöser: Aufgabenplanung, Projektplanung, Arbeitsplan erstellen, Aufgaben analysieren, Projekt organisieren, Fortschritt verfolgen, Mehrstufige Planung, Hilf mir bei der Planung, Projekt zerlegen
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-de --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Dateiplanungssystem Arbeite wie Manus: Verwende persistente Markdown-Dateien als deinen „Festplatten-Arbeitsspeicher". ## Schritt 1: Kontext wiederherstellen (v2.2.0) **Bevor du irgendetwas anderes tust**, prüfe, ob Planungsdateien existieren, und lies sie: 1. Wenn `task_plan.md` existiert, lies sofort `task_plan.md`, `progress.md` und `findings.md`. 2. Prüfe dann, ob die vorherige Sitzung nicht synchronisierten Kontext hat: ```bash # Linux/macOS SKILL_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/skills/planning-with-files-de}" $(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-de\scripts\session-catchup.py" (Get-Location) ``` Wenn der Wiederherstellungsbericht nicht synchronisierten Kontext meldet: 1. Führe `git diff --stat` aus, um tatsächliche Code-Änderungen zu sehen 2. Lies die aktuellen Planungsdateien 3. Aktualisiere die Planungsdateien basierend auf dem Wiederherstellungsbericht und git diff 4. Setze dann die Aufgabe fort ## Wichtig: Dateispeicherort - **Vorlagen** befinden sich in `$
- Schritt 1: Kontext wiederherstellen (v2.2.0)
- Wichtig: Dateispeicherort
- Schnellstart
- Kernmuster
- Dateizwecke
- Wichtige Regeln
- 1. Zuerst Plan erstellen
- 2. Zwei-Schritte-Regel
- 3. Vor Entscheidungen erst lesen
- 4. Nach Aktionen aktualisieren
- 5. Alle Fehler protokollieren
- 6. Wiederhole niemals denselben Fehler
- 7. Nach Abschluss weitermachen
- Drei-Versuche-Protokoll
Linux/macOS
What does the planning-with-files-de skill do?
Manus-artiges Dateiplanungssystem zur Organisation und Verfolgung des Fortschritts komplexer Aufgaben. Erstellt task_plan.md, findings.md und progress.md. Wird verwendet, wenn der Benutzer plant, zerlegt oder organisiert: mehrstufige Projekte, Forschungsaufgaben oder Arbeiten mit über 5 Tool-Aufrufen. Unterstützt automatische Sitzungswiederherstellung nach /clear. Auslöser: Aufgabenplanung, Projektplanung, Arbeitsplan erstellen, Aufgaben analysieren, Projekt organisieren, Fortschritt verfolgen, Mehrstufige Planung, Hilf mir bei der Planung, Projekt zerlegen
How do I install it?
Run `npx skills add OthmanAdi/planning-with-files --skill planning-with-files-de --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.
