Instructions
Convert architecture + PRD into ACTIONABLE BUILD PLAN.
Task Breakdown Structure:
- •Numbered task list with clear subtasks
- •Dependencies clearly marked (Task 5 depends on Task 2, 3)
- •Complexity estimates:
- •S (small, <4hrs)
- •M (medium, 1-2 days)
- •L (large, 3+ days)
- •Type tags: backend, frontend, tests, devops, docs
Sequencing Principles:
- •Infrastructure/foundation tasks first
- •Group related work for efficient implementation
- •Minimize blocking dependencies
- •Identify critical path
Output Format:
- •Task name [Complexity: M] [Type: backend] Dependencies: None
- •Subtask 1
- •Subtask 2
Your output is a plan, NOT code. Focus on logical sequencing and efficient implementation order.