Documentation
README
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)"
This is the opening of the README. Read the full README on GitHub.