> 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/v3.3/theories/success_metrics.md).

# Project Sprintの成功指標

Project Sprintは、チームが

* プログレスにおける理想の状態
* チーミングにおける理想の状態

を目指しながらプロジェクトゴールに向かって進んでいくのを助けるために、ものごとの捉え方・考え方や、最適化を促進するための仕組みを提供しています。

したがって、Project Sprintが成功しているかどうかは、プログレスとチーミングにおいて理想の状態が実現しているか、という観点で評価することができます。

ここで、いずれの成功についても、絶対的に到達すべき状態はないということに注意しなければなりません。プロジェクトゴールは変化しうるものであり、また何をもって理想的なチームとするかはプロジェクトの規模や時間軸などに依存します。

一方、Project Sprintが正しく導入・運営されていれば、それは理想の状態が実現されているということを意味します。そのため、Project Sprint自体の活発さをもって成功指標とみなすことができます。

したがって、成功指標は次の3つと言えます。

* タスクがリストアップされ、遂行されているか
* タスクを遂行する中で発見された問題点やテンションが、ミーティングにおけるアジェンダアイテムとしてリストアップされ、議論・意思決定されているか
* ミーティングにおける議論・意思決定の結果が、次にやるべきこととしてタスクに落とし込まれているか


---

# 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/v3.3/theories/success_metrics.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.
