Task Decomposition
less than a minute
What does a good task look like?
A development task is the smallest independently deployable change to implement acceptance criteria.
Recommended Practices
Create tasks that are meaningful and take less than two days to complete.
Use Definition of Done as your checklist for completing a development task.
Tips
- If a task includes integration to another dependency, add a simple contract mock to the task so that parallel development of the consumer and provider will result in minimal integration issues.
- Decomposing stories into tasks allows teams to swarm stories and deliver value faster