pi-planning-with-files

Installation
SKILL.md

Planning with Files

Work like Manus: Use persistent markdown files as your "working memory on disk."

FIRST: Check for Previous Session

Before starting work, check for unsynced context from a previous session:

Note: The scripts/ directory is inside this skill's installation folder.

# Linux/macOS
python scripts/session-catchup.py "$(pwd)"
# Windows PowerShell
python "scripts\session-catchup.py" (Get-Location)
Related skills

More from othmanadi/planning-with-files

Installs
5.6K
GitHub Stars
21.5K
First Seen
Feb 4, 2026