> For the complete documentation index, see [llms.txt](https://www.projectsprint.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.projectsprint.org/ja/v2.2/tips.md).

# Tips

このドキュメント群では、プロジェクトスプリントにまつわる詳細な説明・深掘りした説明が記載されています。

#### 目次

### **プロジェクト環境**

1. [プロジェクトの環境整備](/ja/v2.2/tips/1-1.md)
2. [プロジェクトの時間軸を整理するための便利な考え方（トラック/フェーズ/イベント)](https://github.com/copilot-jp/project-sprint/blob/master/JA/v2.2/tips/tips1-2.md)
3. [チームが納得できて作業効率のよいタスクの設定方法](https://github.com/copilot-jp/project-sprint/blob/master/JA/v2.2/tips/tips1-3.md)
4. [スタンドアップの導入](/ja/v2.2/tips/1-4.md)
5. [実務で使いやすいロールの設定](/ja/v2.2/tips/1-5.md)
6. [ロールの分類と性質](/ja/v2.2/tips/1-6.md)

### **プログレスドメイン**

1. [マイルストーンマップの利用](/ja/v2.2/tips/2-1.md)
2. [プロジェクトで作り出されるものにはどのようなものがあるのか（アウトプット/成果物）](/ja/v2.2/tips/2-2.md)

### **プロセスドメイン**

1. [ミーティングを定例開催にする理由](/ja/v2.2/tips/3-1.md)

#### **ミーティング**

1. [ミーティング環境についてのノウハウ](/ja/v2.2/tips/3-2-1.md)
2. [アジェンダに含まれているとよい全要素](/ja/v2.2/tips/3-2-2.md)
3. [アジェンダの目的](/ja/v2.2/tips/3-2-3.md)

### **チーミングドメイン**

1. [チームの定義](/ja/v2.2/tips/4-1.md)
2. [ロールシートの利用](/ja/v2.2/tips/4-2.md)
3. [継続的改善アプローチ](/ja/v3.0/tutorial/section4-1.md)
4. [代表的な振り返りの手法](/ja/v2.2/tips/4-4.md)
5. [テンショントリアージの方法](/ja/v2.2/tips/4-5.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, and the optional `goal` query parameter:

```
GET https://www.projectsprint.org/ja/v2.2/tips.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
