PlanningGeneric
Feature Decomposition
Break a feature into implementable tasks
Prompt
I need to build [describe feature]. Break this into tasks:
1. List each task as a single, independently shippable piece of work
2. Order by dependency (what must be done first)
3. For each task, estimate complexity: small (< 1hr), medium (1-4hr), large (4hr+)
4. Identify the riskiest task — the one most likely to surface surprises
Don't write code yet. Just the plan.