Documentation
README
Hermes note: lifecycle automation for this skill is provided by the Hermes adapter plugin in
.hermes/plugins/planning-with-files/.
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 — auto-detects skill directory (Hermes env or default install path)
SKILL_DIR="${HERMES_HOME:-$HOME/.hermes}/skills/planning-with-files"
$(command -v python3 || command -v python) "${SKILL_DIR}/scripts/session-catchup.py" "$(pwd)"
This is the opening of the README. Read the full README on GitHub.