General
586 installs
pi-planning-with-files
by othmanadi/planning-with-files
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked…
Skill content
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Restore Context Before doing anything else, check if planning files exist and read them: - If task_plan.md exists, read task_plan.md, progress.md, and findings.md immediately. - The extension automatically checks for unsynced context from a previous session. If catchup report shows unsynced context: - Run git diff --stat to see actual code changes - Read current planning files - Update planning files based on catchup + git diff - Then proceed with task Important: Where Files Go