.pi/skills/planning-with-files/README.md
Work like Manus — Use persistent markdown files as your "working memory on disk."
A Pi Coding Agent skill that transforms your workflow to use persistent markdown files for planning, progress tracking, and knowledge storage.
Most AI agents suffer from:
For every complex task, create THREE files:
task_plan.md (Phases & Progress)findings.md (Research & Notes)progress.md (Session Log)pi install npm:pi-planning-with-files
.pi/skills directory if it doesn't exist.planning-with-files skill folder into .pi/skills/.Pi Agent automatically discovers skills in .pi/skills or installed via NPM.
Ask Pi:
Use the planning-with-files skill to help me with this task.
Or:
Start by creating task_plan.md.
Note: Hooks (PreToolUse, PostToolUse, Stop) are Claude Code specific and are not currently supported in Pi Agent.
session-catchup.py)If you clear context, recover your state:
python3 .pi/skills/planning-with-files/scripts/session-catchup.py .
When installed, the skill provides templates to create:
your-project/
├── task_plan.md
├── findings.md
├── progress.md