planning-with-files
SKILL.md
Planning with Files
Work like Manus: Use persistent markdown files as your "working memory on disk."
FIRST: Restore Context (v2.2.0)
Before doing anything else, check if planning files exist and read them:
- If
task_plan.mdexists, readtask_plan.md,progress.md, andfindings.mdimmediately. - Then check for unsynced context from a previous session:
# Linux/macOS
$(command -v python3 || command -v python) ${CLAUDE_PLUGIN_ROOT}/scripts/session-catchup.py "$(pwd)"
# Windows PowerShell
& (Get-Command python -ErrorAction SilentlyContinue).Source "$env:USERPROFILE\.claude\skills\planning-with-files\scripts\session-catchup.py" (Get-Location)