planning-with-files

Installation
SKILL.md
Contains Hooks

This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.

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:

  1. If task_plan.md exists, read task_plan.md, progress.md, and findings.md immediately.
  2. Then check for unsynced context from a previous session:
# Linux/macOS — auto-detects skill directory (plugin env or default install path)
SKILL_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/skills/planning-with-files}"
$(command -v python3 || command -v python) "${SKILL_DIR}/scripts/session-catchup.py" "$(pwd)"
Installs
337
GitHub Stars
926
First Seen
Jan 26, 2026
planning-with-files — guanyang/antigravity-skills