> 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/tutorial/3-3.md).

# ロールを確認する

この記事の内容はプロジェクトスプリントにおける「チーミングドメイン」にあたります。

プロセスは定期開催のミーティングとそこでのアジェンダの議論を軸としたプロジェクトスプリント固有の仕組みです。この仕組みを通じてプロジェクトの進捗状況の共有、プロジェクトの進め方の継続的な改善・プロジェクトのゴールに向けたマイルストーンの見直しや互いのロールの確認をすることができるようになります。

この記事では、ロールの確認について解説します。

### **ロールの確認**

[チームメンバーを知り、ロールを設定する](/ja/v2.2/tutorial/1-2.md)でも述べたように、チーミングの「理想の状態」には、明確な形がありません。なぜなら「ここまで達成したら理想のチームだ！」というものが決めにくいからです。そこでプロジェクトスプリントでは、「今の時点よりは良いチームの状態」を常に目指します。

そして、ここでの「より良い」とは、チームメンバー同士の果たすべき役割=ロールについての期待値がそろっている状態のことを指します。つまりロールの確認とは、チームメンバーの持つ互いの役割についての期待値がそろってきているか、を確認するための取り組みです。

ロールの確認をするべきタイミングは、次のような時です。

1. これまで定義したロールがより詳細にブレイクダウンして考えられるようになり、細かい認識合わせができるようになったとき
2. プロジェクトの進行により、これまで定義していないような作業が生まれ、そのロールの明確化が必要だと考えられるようになったとき
3. これまで定義し、あるメンバーにアサインされていたロールがあるメンバーの期待に添わないとき。例えば、実際にはアサインされているメンバーが別のメンバーがロールを遂行していたり、他のメンバーがアサインされているメンバーに対する期待値が満たされていないと考えていたり、逆にアサインされている人が自分が思っている以上の期待値を感じていたりするとき
4. その他何らかの理由でチームメンバーがロールの確認をしたほうがよいと考えたとき

ロール確認の実施についてもミーティングのアジェンダアイテムとなるため、事前にアジェンダアイテムの提出を行う必要があります。

**このページと関係するTips**

* [実務で使いやすいロールの設定](https://github.com/copilot-jp/project-sprint/blob/master/ja-v2.2.0/tips/1-5/README.md)
* [ロールシートの利用](https://github.com/copilot-jp/project-sprint/blob/master/ja-v2.2.0/tips/4-2/README.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/tutorial/3-3.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.
