# Tutorial

このドキュメント群では、Project Sprintの基本的な概念の説明と実践方法が順を追って説明されています。

全体を通して4つの章から構成されており、上から順番に読み進めていくことで、Project Sprintを実際のプロジェクトで使うことができるようになっています。

まだProject Sprintを導入していない人が学習のための最初の一歩としては使うことはもちろん、すでにProject Sprintを導入している人も、実施のための基盤がためとして読むことができます。

## **1. はじめに**

最初に読んでほしいProject Sprintの概要を紹介しています。

1.1. [Project Sprint 101](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

## **2. 準備しよう**

Project Sprintを始めるにあたって準備しなければいけないことを記載しています。まずはここで決めた仕組みをもとにして、Project Sprintがスタートします。

2.0. [プロジェクトライフサイクル](/ja/v3.1/tutorial/section2-0.md)

2.1. [プロジェクトの環境整備](/ja/v3.1/tutorial/section2-1.md)

2.2. [プロジェクトゴールとマイルストーンを設定する](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

2.2.1. [プロジェクトゴールやマイルストーンの設定が難しいときの始め方](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

2.2.2. [トラック：プロジェクト遂行の単位](/ja/v3.1/tutorial/section2-2/section2-2-2.md)

2.2.3. [トラックの設定方法](/ja/v3.1/tutorial/section2-2/section2-2-3.md)

2.3. [チームメンバーを知り、ロールを設定する](/ja/v3.1/tutorial/section2-3.md)

2.4. [ミーティングを設計する](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

## **3. やってみよう**

Project Sprintによって実際にプロジェクトを運営していく方法を記載しています。「準備しよう」で作った仕組みを動かしていきましょう。

3.1. [ミーティングの準備をする](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

3.2. [ミーティングを開催する](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

3.2.1. [タスクを設定する](/ja/v3.1/tutorial/section3-2/section3-2-1.md)

3.3. [ミーティング環境についてのノウハウ](https://github.com/copilot-jp/project-sprint/blob/master/ja-v3.1.0/tutorial/tutorial/section3-3.md)

## **4. 改善しよう**

Project Sprintによってプロジェクトを改善する仕組みを記載しています。「やってみよう」で行ったことをもとに、どんどんプロジェクトを改善していきましょう。

4.1. [継続的改善アプローチ](https://github.com/copilot-jp/project-sprint/blob/master/section4-1.md)

4.1.1. [過去の経験を活かす：振り返り](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

4.1.2. [現在の心の声を活用する：テンショントリアージ](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

4.1.3. [未来の展望と仮説：ロールセッション](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

4.2. [プロジェクトゴールとマイルストーンを見直す](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)

4.3. [ロールを確認する](/ja/v3.1/tutorial/section4-3.md)

4.4. [Project Sprintの成功指標](/ja/v3.3/theories/success_metrics.md)

## **5. さらに興味のある方へ**

Project Sprintを学習・実践し、自らもメソッド作りに改善提案や貢献をしたいと思われる方向けに、その方法について記載しています。

5.1. [コントリビューターとしての参加の方法](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.1/tutorial/broken-reference/README.md)


---

# 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://www.projectsprint.org/ja/v3.1/tutorial.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.
