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:
- Wenn
task_plan.mdexistiert, lies soforttask_plan.md,progress.mdundfindings.md. - 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)"