Agent skill

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

OthmanAdigithub.com/OthmanAdiGitHub ↗
claude-codecodexcursorcopilotcan modify filesships scriptsMIT
Install
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.

Facts
Files in the skill folder: 12
SKILL.md size: 12 KB
Bundled scripts: yes
Version: 3.9.0
Allowed tools: ReadWriteEditBashGlobGrep
Path: skills/planning-with-files-de/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

# 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 `$

What's inside
Steps it walks through
  1. Schritt 1: Kontext wiederherstellen (v2.2.0)
  2. Wichtig: Dateispeicherort
  3. Schnellstart
  4. Kernmuster
  5. Dateizwecke
  6. Wichtige Regeln
  7. 1. Zuerst Plan erstellen
  8. 2. Zwei-Schritte-Regel
  9. 3. Vor Entscheidungen erst lesen
  10. 4. Nach Aktionen aktualisieren
  11. 5. Alle Fehler protokollieren
  12. 6. Wiederhole niemals denselben Fehler
  13. 7. Nach Abschluss weitermachen
  14. Drei-Versuche-Protokoll
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-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.

Keep going