Devs - How do I estimate dev points accurately?
What do you have to do?
On the task, respond in the comment section the following questions
Understanding Requirements
- Clear Scope Definition: Is the scope clearly defined or are there ambiguities that need clarification?
- Acceptance Criteria: The ACs are clear or miss information?
- Dependencies: Does this task depend on third-party integrations? How complex the integration is?
- Technical Constraints: Are there any technical limitations or constraints we need to consider?
Technical Complexity
- Similar Past Work: Have we done something similar before? Can we reference previous work?
- New Technologies: Does this task require learning new technologies or frameworks?
Risk Assessment
- Potential Blockers: What could block progress on this task?
- Failure Scenarios: What could go wrong, and how would that impact the timeline?
Implementation Details
- Code Refactoring: Will existing code need refactoring to accommodate this change?
- UI/UX Components: How many screens or UI components need to be created or modified?