Communityv3.0.0

Planning with files

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when aske...

23.8kdownloads49stars178active installsAhmad Othman Ammar Adi.
View on ClawHubBack to Skills

Skill Details

Slug
planning-with-files
Latest Version
3.0.0
Author
Ahmad Othman Ammar Adi.
Published
Jan 26, 2026
Updated
Jun 10, 2026
Total Versions
15

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.0.0

Major update in v3.0.0: hooks migrated to external reusable shell scripts, improving modularity and maintainability. - All bash logic for hooks moved from SKILL.md into standalone scripts in the scripts directory. - Added new scripts: inject-plan.sh, gate-stop.sh, ledger-append.sh/ps1, ledger-summary.sh/ps1, phase-status.sh/ps1. - PostToolUse and Stop steps now call reusable scripts instead of embedding commands. - Obsolete/inlined content (skill-card.md) removed; new task_plan_autonomous.md template added. - Greatly clarifies the distinction between skill assets and user project files.