> For the complete documentation index, see [llms.txt](https://aeudoc.gitbook.io/compliance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aeudoc.gitbook.io/compliance/application-development/sprint-planning.md).

# Sprint Planning

1. Goals

The third process step for Application Development is sprint planning. The whole development team plans the work that will be done (scope) for the current sprint at this meeting. The team agrees on the sprint objective at this meeting, which is enabled by the scrum master. The goal of this action is to use the information from the product backlog in order to create tasks that can be included in the sprint execution. There are different methods that the team is using for sprint planning. The important part here is that this is a continuous process step that starts over again after every sprint.

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

2. Scope

Working instruction covers enterprise application employees in Europe.

3. Responsibility

* Product Owner:  Participates in the task sizing and creating the sprint backlog.
* Manager: He can be involved in the sprint planning process. Also, he can assign people to a certain task from the sprint backlog.
* Scrum Development Team: Shares domain knowledge and it can participate in the task definition and task sizing steps.
* Scrum Master: Participates in all steps from the sprint planning.

4. Process

In Scrum, sprint planning marks the beginning of the sprint. Sprint planning's goal is to specify what can be completed in a sprint and how it will be done. The whole scrum team collaborates on sprint planning. The sprint is an established time frame in the scrum where all work is completed. However, you must prepare for the sprint before you can take immediate action. The length of the time box, the sprint objective, and the starting location must all be determined. The sprint planning meeting establishes the focus and agenda for the sprint.<br>

<br>


---

# 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:

```
GET https://aeudoc.gitbook.io/compliance/application-development/sprint-planning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
