planning-with-files-de

Installation
SKILL.md
Contains Hooks

This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.

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:
# 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)"
Installs
4.4K
GitHub Stars
24.4K
First Seen
Apr 9, 2026
planning-with-files-de — othmanadi/planning-with-files