Planification avec fichiers
/planning-with-filesMet en place une planification basée sur des fichiers, façon Manus, pour organiser et suivre l’avancement de tâches complexes. Crée task_plan.md, findings.md et progress.md. À utiliser lorsque demandé...
Skill créé par la communauté et référencé depuis ClawHub.
Source canonique: https://clawhub.ai/skills/planning-with-files
Version: 3.0.0
Changelog source: 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 taskplanautonomous.md template added. - Greatly clarifies the distinction between skill assets and user project files.