> For the complete documentation index, see [llms.txt](https://www.designreference.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.designreference.xyz/leadership/meetings/retrospectives.md).

# Retrospectives

A retro or retrospective meeting is a time for a team to look back on a project or a period of work. They discuss what went well, what could have been better, and what lessons they can learn for future projects. It's a way to improve and learn from past experiences.&#x20;

There are different types of retrospective meetings, each with their own unique structure and focus. However, they are typically held after a project or a sprint in agile environments. In essence, they are a post-sprint meeting to review what went well and what didn't in order to work more effectively going forward.

#### Sprint Retrospective

This is the most common type of retrospective, held at the end of each sprint in an Agile development process. The team reflects on the past sprint and three basic questions are asked.

* What actions would you start?
* What actions would you stop?
* What actions would you continue?

{% embed url="<https://www.youtube.com/watch?v=RD60Js82D7Q>" %}

{% embed url="<https://www.teamretro.com/retrospectives-old/sprint-retrospective>" %}

#### Release Retrospective

Similar to a sprint retrospective, but focused on a larger release or project milestone. The team reflects on the entire release, identifying successes, failures, and lessons learned.

#### Project Retrospective

This is a retrospective held at the end of a large project or initiative. The team takes a broader look at the entire project, evaluating its overall success, identifying areas for improvement, and capturing lessons learned for future projects.

#### Team Retrospective

This retrospective focuses on the team's overall performance and dynamics. The team discusses its strengths, weaknesses, communication patterns, and collaboration habits. The goal is to identify areas for improvement in how the team works together.

{% embed url="<https://blog.novatools.org/effective-team-check-ins-what-every-leader-should-know-26f8883122cd>" %}

#### Product Retrospective

This retrospective focuses on the product itself. The team discusses the product's features, user experience, and overall value proposition. The goal is to identify areas for improvement in the product and its development process.

#### Technical Retrospective

This retrospective focuses on the technical aspects of a project or product. The team discusses the code quality, architecture, testing practices, and other technical concerns. The goal is to identify areas for improvement in the team's technical practices.

#### Curated Library

{% embed url="<https://raindrop.io/TonyODonohoe/retros-49289069>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.designreference.xyz/leadership/meetings/retrospectives.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
