> For the complete documentation index, see [llms.txt](https://program.hackyourfuture.dk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://program.hackyourfuture.dk/course-content/shared-modules/agile-teamwork.md).

# Agile Teamwork

This module aims to build on your project management and team collaboration skills by teaching you more about how developers work in teams in the industry, and what Agile and SCRUM looks like in day-to-day work.

## Planning

| Week | Topic                                   | Preparation                                                                        | Assignment                                                                       | Session Plan                                                                         |
| ---- | --------------------------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| 1.   | Project management & team collaboration | [Preparation](/course-content/shared-modules/agile-teamwork/week-1/preparation.md) | [Assignment](/course-content/shared-modules/agile-teamwork/week-1/assignment.md) | [Session Plan](/course-content/shared-modules/agile-teamwork/week-1/session-plan.md) |

## Learning Goals

* [ ] Understand conceptual differences between Agile, Scrum & Kanban
* [ ] Understand what Scrum looks like in day to day life as a developer
* [ ] Understand how to interact with Scrum ceremonies (e.g. standup, planning, estimating/prioritising, retrospectives)
* [ ] Practice skills used by developers such as understanding requirements, breaking down technical tasks, and common workflows for reviewing, testing and deploying.
* [ ] Understand how these skills and practices impact and support agility
* [ ] Be able to organise a very well structured project in collaboration with other developers for the final project

## Prerequisites

* [Intro to Agile](/course-content/foundation/intro-to-agile.md)


---

# 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://program.hackyourfuture.dk/course-content/shared-modules/agile-teamwork.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.
