# Workflow: Plan Next Chunk **Read the current phase's PLAN.md** Identify the immediate next 1-3 tasks to work on. This is for when you want to focus on "what's next" without replanning the whole phase. Read the phase plan: ```bash cat .planning/phases/XX-current/PLAN.md ``` Identify: - Which tasks are complete (marked or inferred) - Which task is next - Dependencies between tasks Select 1-3 tasks that: - Are next in sequence - Have dependencies met - Form a coherent chunk of work Present: ``` Current phase: [Phase Name] Progress: [X] of [Y] tasks complete Next chunk: 1. Task [N]: [Name] - [Brief description] 2. Task [N+1]: [Name] - [Brief description] Ready to work on these? ``` Options: 1. **Start working** - Begin with Task N 2. **Generate prompt** - Create meta-prompt for this chunk 3. **See full plan** - Review all remaining tasks 4. **Different chunk** - Pick different tasks Good chunks: - 1-3 tasks - Can complete in one session - Deliver something testable If user asks "what's next" - give them ONE task. If user asks "plan my session" - give them 2-3 tasks. Chunk planning is complete when: - [ ] Current position identified - [ ] Next 1-3 tasks selected - [ ] User knows what to work on