Communityv3.16.1

Planning with files

Persistent file-based planning for multi-step AI-agent work. Keeps task_plan.md, findings.md, and progress.md on disk; lifecycle hooks inject selected project planning context. Automatic recovery reads project planning files only. Explicit session-catchup.py --metadata reads same-project local agent

43kdownloads60starsAhmad Othman Ammar Adi.
View on ClawHubBack to Skills

Skill Details

Slug
planning-with-files
Latest Version
3.16.1
Author
Ahmad Othman Ammar Adi.
Published
Jan 26, 2026
Updated
Sep 5, 2026
Total Versions
21

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Planning with files.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v3.16.1

- Hooks now use a unified scripts/skill-hook.sh, replacing various script calls and event flags for simpler lifecycle handling. - Added templates/loop.md as a new planning template. - Removed the legacy skill-card.md file. - Updated documentation: task planning files are now resolved per selected task directory (with PLAN_ID) instead of always defaulting to project root. - Clarified setup and initialization steps for parallel or isolated task directories.