Planning with files
/planning-with-filesImplements 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...
Skill created by the community and listed since ClawHub. Canonical source: https://clawhub.ai/skills/planning-with-files Version: 3.0.0 Source changelog: 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. - The PostToolUse and Stop steps now call reusable scripts instead of embedding commands. - Obsolete/inlined content (skill-card.md) removed; new taskplanautonomous.md template added. - Greatly clarifies the distinction between skill assets and user project files.