> 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/foundation/intro-to-agile.md).

# Intro to Agile

This module aims to introduce you to the basic principles of managing a project well and collaborating with others on tasks. Most of these concepts come from the software development world, but they inform good practices that you can use across many different types of jobs and teams.

## Planning

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

## Learning Goals

* [ ] What is project management and why is it important
* [ ] Understand the main principles and values of Agile
* [ ] Understand the very basics of Scrum
* [ ] Understand how to use a simple tool to manage tasks, backlog, a board, and a simple project workflow
* [ ] Be able to apply basic prioritisation using MoSCoW
* [ ] Feel equipped to apply basic task and project organisation in your next project (e.g. final project)

## Prerequisites

* Basic understanding of what a web development project involves (e.g. frontend/backend tasks).
* Experience working on a group project (from HYF or elsewhere).
* Familiarity with Git/GitHub workflows.


---

# 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/foundation/intro-to-agile.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.
