Planning with files ClawHub

by othmanadi

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

agentagent-skillsagentsantigravityc lawdclaudeclaude-codeclaude-skillsclawdbotclawdbot-skillclawdhubcontext-engineeringcursorfactory-aigeminihookskilo-codekilocodelatestmanusmanus-aimarkdownmulti-idepersistent-memoryplanningproductivityproject-managementprompt-engineeringreverse-engineeringskilltask-planningworkflowzodzod-validation
Downloads
18,901
+184 (+1.0%)
Stars
45
DL/day
187.1
Installs
175
Versions
5
Age
101d
Acceleration
-6.4%

Growth Trajectory

Version Releases

VersionDateChangelog
2.36.1 2026-05-02 **No significant user-facing changes.** - Updated the `Stop` hook to use a less restrictive PowerShell execution policy (`RemoteSigned` instead of `Bypass`). - Bumped version to 2.36.1. - No behavior or documentation changes affecting general use.
2.35.0 2026-04-22 **Changelog for planning-with-files v2.35.0** - Improved platform compatibility for the Stop hook by updating script location logic and fallback. - Minor fixes to allowed-tools formatting. - No code changes; all planning methodology and core behavior remain unchanged.
2.34.0 2026-04-18 planning-with-files v2.34.0 Codex users — this one's for you. The lifecycle hooks that @Leon-Algo built in v2.31.0 were accidentally wiped during the v2.32.0 release cycle. All five are back: SessionStart runs session catchup and injects your active plan; UserPromptSubmit re-injects on every message so the agent never forgets where it left off; PreToolUse re-reads task_plan.md before touching your codebase; PostToolUse reminds the agent to log what it just did; Stop blocks when phases are still open and re-prompts to keep going. Codex now has full hook parity with Claude Code, Cursor, and Copilot. session-catchup.py is also updated with the complete Codex rewrite — structured patch_apply_end event detection, session size filtering, and current-thread preference via CODEX_THREAD_ID. Everything else in this release is cleanup. Two shell scripts that should have been executable weren't — fixed, with a regression test so it never happens again. Four contributors who shipped real work never got credited — they're in CONTRIBUTORS.md now. A duplicate metadata key was lurking in several SKILL.md variants — gone. The Tessl CI workflow is in, which means every future SKILL.md PR gets automatically scored and reviewed. 154 of you are using this. Thank you for staying with it.
2.26.1 2026-03-21 planning-with-files 2.22.1 - Added Windows PowerShell scripts: scripts/check-complete.ps1 and scripts/init-session.ps1 for Windows compatibility. - Improved cross-platform support for session initialization and completion checks. - No changes to planning workflow or core features.