Typical Examples of Agile Documentation
Here are some of the typical documentation/artifacts you would need as part of your agile project:
Product Backlog: The product backlog is an ordered “wish list” of all the features of the product. It’s maintained by the product owner and is periodically refined to ensure the most valuable items are at the top, and the less valuable items are near the bottom. The product backlog typically takes the form of a collection of user stories.
Release Plan: A release plan helps us understand the general direction of the release from a feature perspective, and gives us a more holistic view of what we are developing.
Sprint Plan: A sprint plan is a list of items (usually a subset of the release plan) that will be worked on in each sprint.
Task Board: A task board is a simple kanban board that helps us understand what is not yet started, what is in progress, and what is done in our sprint.
Sprint Review Deck: A sprint review deck is a short presentation that helps communicates to stakeholders what has been completed this sprint, and what to expect for the next sprint.
Sprint Retrospective Backlog: A sprint retrospective backlog is a backlog of improvements that have been decided on in the sprint retrospective.
Team Working Norms: Team working norms (also known as working agreements) are the “norms” that a team agrees upon. These might include items like “work from home on Fridays” or “Core office hours are 10-4”
Definition of Ready: The definition of ready is a list of requirements, decided by the team, that product backlog items must fulfill before the team agrees to work on them.
Definition of Done: The definition of done is a list of requirements, decided by the product owner, that product backlog items must fulfill before the product owner accepts the item as done.
@tirrellpayton