# プロジェクトで作り出されるものにはどのようなものがあるのか（アウトプット/成果物）

プロジェクトでは様々なものが生み出されますが、そのそれぞれの持つ意味合いや粒度によって名称を区別することは、チームメンバー間のコミュニケーションをスムーズにし、プロジェクトの成功を助けてくれます。

この記事では、プロジェクトスプリントで用いている「アウトプット」と「成果物」について説明します。

**アウトプット**

アウトプットは、チームメンバーが割り当てられた作業（タスク）を完了したことで生まれた**目に見える有形物**のことです。プロジェクトを通じて生み出されるものを示す言葉の中で最小単位のものです。

**成果物**

成果物は、マイルストーン完了の際につくられているべき**アウトプットの集積**を指します。 マイルストーンの「成果」は、この「成果物」と「実現したい状態」によって構成されます。


---

# 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/v2.2/tips/2-2.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.
