1.5 KiB
1.5 KiB
Workflow: Plan Next Chunk
<required_reading> Read the current phase's PLAN.md </required_reading>
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
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?
<chunk_sizing> 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_sizing>
<success_criteria> Chunk planning is complete when:
- Current position identified
- Next 1-3 tasks selected
- User knows what to work on </success_criteria>