ß

Boost Productivity with Proper Planning


class Author
{
var Name = 'Allen Tuggle';	

var About = 'Agile Enthusiast!
Mentor for all things Software Development. 
Including Software Development Life Cycle, 
S.O.L.I.D Principles, TDD, 
& Best Practices.';  

function GetAuthorInfo() {
return Name + About;
}
}

Where do we start?

  • User Stories
  • Break down the Stories into tasks
  • Prioritize
  • High Risks First
  • Maximize amount of work not done

Planning with Trello

Questions?

allen.tuggle@exelaration.com