From planning-with-files
Implements Manus-style file-based planning for complex tasks by creating task_plan.md, findings.md, and progress.md. Supports automatic session recovery after /clear.
How this command is triggered — by the user, by Claude, or both
Slash command
/planning-with-files:startThe 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
Invoke the planning-with-files:planning-with-files skill and follow it exactly as presented to you
npx claudepluginhub shawn-guo-cn/agentfoundry-plugin-marketplace --plugin planning-with-files/startImplements Manus-style file-based planning for complex tasks by creating task_plan.md, findings.md, and progress.md. Supports automatic session recovery after /clear.
/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.
/create-planCreates an implementation plan from arguments using the planning skill. Requires an active session started with /session-start or /session-continue.
/multi-manus-planningMulti-project Manus-style planning with coordinator pattern
/implImplements coding plan from specified plan-file directory using persistent markdown files (task_plan.md, findings.md, progress.md) for state, progress, and rules enforcement.
/save-planExtracts the current conversation plan and task list, saves to a timestamped implementation file, and provides instructions for continuing in a new context.