- User story description has been defined
- Business value has been defined
- Story has acceptance criteria in Given When Then format
- Designs are attached to story
- There are no dependent stories
- Story has been broken down into separate tasks if appropriate
- Make the team aware you're working on the story
- Pull from main before creating a branch
git checkout main git pull
- Create a branch with a short description of the story, e.g.
git checkout -b adding-login-page
- Start working!