From planning-with-files
Starts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
How this command is triggered — by the user, by Claude, or both
Slash command
/planning-with-files:planThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the planning-with-files:planning-with-files skill and follow it exactly as presented to you. Create the three planning files in the current project directory if they don't exist: - task_plan.md — for phases, progress, and decisions - findings.md — for research and discoveries - progress.md — for session logging Then guide the user through the planning workflow.
Invoke the planning-with-files:planning-with-files skill and follow it exactly as presented to you.
Create the three planning files in the current project directory if they don't exist:
Then guide the user through the planning workflow.
npx claudepluginhub othmanadi/planning-with-files --plugin planning-with-files/planCreates three planning files (task_plan.md, findings.md, progress.md) for a new task, prompting for the goal and checking for existing files.
/startInitiates Manus-style file-based planning for complex tasks by creating task_plan.md, findings.md, and progress.md. Includes automatic session recovery after /clear.
/multi-manus-planningMulti-project Manus-style planning with coordinator pattern
/create-planCreates hierarchical project plans for solo agentic development, generating briefs, roadmaps, and phase plans from a description of what to plan.
/writing-plansGenerates a detailed implementation plan, breaking down the project into bite-sized, actionable tasks for step-by-step execution.