# Project planning using Kanban

**Project planning using Kanban**

The term [Kanban](http://kanbanblog.com/explained/) originates from Toyota’s “just-in-time” production system, which means doing “only what is needed, when it is needed, and in the amount needed.” The purpose of Kanban is to:

1. Eliminate wasteful work, inconsistencies, and unreasonable requirements
2. Make the process more efficient, and teams more productive

By applying the Kanban approach to project management, the workflow becomes fully transparent and visual. Each team member can see who works on a particular task, what is being worked on, and so on. As a result, your teams can focus on the right tasks, and you won’t exceed their capacity.

Benefits of Kanban project management methodology at a glance:

* Work is divided into smaller and more manageable tasks
* Collects all relevant information needed for a task
* Allows for focused and more efficient work
* The process continues to improve over time
* Can adjust to your process and team
* Fits a wide range of applications

#### Breaking goals down into actionable tasks

At a high level, your team will have overarching goals to meet. This can be as a company, a department, or a focused team.

*Further reading on Kanban:*

{% embed url="<https://blog.hubstaff.com/kanban-project-management/>" %}

{% embed url="<https://www.atlassian.com/agile/kanban>" %}

{% embed url="<https://kanbanize.com/kanban-resources/getting-started/what-is-kanban>" %}


---

# Agent Instructions: 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://personal-development.codeyourfuture.io/additional-resources-for-trainees/project-planning-using-kanban.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.
