Skip to content

Instantly share code, notes, and snippets.

@jfgomez86
Created May 30, 2013 20:16
Show Gist options
  • Save jfgomez86/5680806 to your computer and use it in GitHub Desktop.
Save jfgomez86/5680806 to your computer and use it in GitHub Desktop.
Taskboard definitions

Kanban Taskboard definitions

Definition of Done

  • Task was reviewed and approved by Product Owner
  • If there's a production server, the task is already deployed to it
  • Task complies with the definition of Review

Definition of Ready (To Do lane)

  • Task is clearly written, including any assumptions if needed
  • Task definition is approved by the product owner
  • Task is fully understood by the team

Definition of Review

  • Design is done
  • Development is finished
  • Front-End work is finished and integrated into the app
  • Code is currently on the staging/production server
  • Code is fully unit-tested
  • Task is ready to be reviewed by the Product Owner

Definition of Design

  • At least one designer is currently working on something related to the task or task design is done but awaiting development or front-end work.

Definition of Front-End

  • At least one front-end developer is currently working on something related to the task or task front-end development is done but awaiting design or development work.

Definition of Development

  • At least one developer is currently working on something related to the task or task development is done but awaiting design or front-end work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment