# plan > How to plan & break down large, complex tasks - Author: S Anand - Repository: sanand0/scripts - Version: 20260104193522 - Stars: 7 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sanand0/scripts - Web: https://mule.run/skillshub/@@sanand0/scripts~plan:20260104193522 --- --- name: plan description: How to plan & break down large, complex tasks --- Begin by writing a `PLAN.md` breaking down the task into numbered atomic steps (1-2 sentences) with the goal, checklist, and instructions. You don't need to complete all steps at one shot. Sub-agents can start from where you left off. After each step, update `PLAN.md` with actions & outcomes - context for another agent to continue. Use sub-agents to execute the work to save context. Delegate planning to better models (new, more thinking).