# Practices

このドキュメント群では、Project Sprintの基本的な概念の説明と実践方法が順を追って説明されます。理論編であるTheories及び実践編であるPracticesから成り、それぞれを上から順番に読み進めていくことで、Project Sprintを概念として理解した上で、実際のプロジェクトに取り入れて使うための知識を得ることができるようになっています。

すでにプロジェクトマネジメントの経験がある方が新しい方法論としてProject Sprintをインプットするために読むことはもちろん、すでにProject Sprintを導入している方も、効果的な活用のための基盤固めとして読むことができます。

| Contents            | Theories                                                                                                                                                                                         | Practices                                                                                                                                                                                                                                                                                                          |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Project Sprint 101  | [Project Sprint 101](https://www.projectsprint.org/ja/v3.2/theories/101)                                                                                                                         | WIP                                                                                                                                                                                                                                                                                                                |
| プロジェクトライフサイクル       | [5つのサイクル](https://www.projectsprint.org/ja/v3.2/theories/project_lifecycle)                                                                                                                      | WIP                                                                                                                                                                                                                                                                                                                |
| プロジェクトゴールとマイルストーン   | <p><a href="../v3.3/theories/project_goals">プロジェクトゴールとは</a><br><a href="https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.2/practices/broken-reference/README.md">マイルストーンとは</a></p> | <p><a href="practices/project_goals">プロジェクトゴールの設定</a><br><a href="https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.2/practices/broken-reference/README.md">マイルストーンの設定</a><br><a href="../v3.3/practices/reviewing_project_goals_and_milestones">プロジェクトゴールとマイルストーンの見直し</a></p>                        |
| トラック                | [トラックとは](https://www.projectsprint.org/ja/v3.2/theories/tracks)                                                                                                                                  | [トラックの設定](https://www.projectsprint.org/ja/v3.3/practices/tracks)                                                                                                                                                                                                                                                  |
| 期待値とロール             | [期待値とロール](https://www.projectsprint.org/ja/v3.2/theories/rolls)                                                                                                                                  | <p><a href="practices/rolls">チームメンバーの理解とロールシートの利用</a><br><a href="practices/reviewing_rolls">ロールの確認</a></p>                                                                                                                                                                                                        |
| 定例ミーティング            | [定例ミーティングの重要性](https://www.projectsprint.org/ja/v3.3/theories/meetings)                                                                                                                          | <p><a href="../v3.3/practices/meetings">ミーティングの設計</a><br><a href="../v3.3/practices/holding_meetings">ミーティングの進行方法</a><br><a href="practices/tasks">タスクの設定</a><br><a href="../v3.3/practices/meeting_rolls">ミーティングロールの確認</a><br><a href="practices/meeting_environments">ミーティング環境についてのノウハウ</a></p>                  |
| アジェンダ               | [アジェンダとは](https://www.projectsprint.org/ja/v3.3/theories/agenda)                                                                                                                                 | [アジェンダアイテムの要素](https://www.projectsprint.org/ja/v3.2/practices/agenda)                                                                                                                                                                                                                                             |
| プロジェクトの環境整備         | [プロジェクトの環境整備実現したい状態と価値基準](https://www.projectsprint.org/ja/v3.3/theories/project_environments)                                                                                                   | <p><a href="../v3.3/practices/project_environments">情報共有環境の構築</a><br><a href="https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.2/practices/stand-up_meetings.md">スタンドアップの導入</a></p>                                                                                                                  |
| 継続的改善アプローチ          | [継続的改善アプローチ](https://www.projectsprint.org/ja/v3.2/theories/continuous_improvement_approach)                                                                                                     | <p><a href="practices/looking_back">振り返り</a><br><a href="https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.2/practices/broken-reference/README.md">テンショントリアージ</a><br><a href="https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.2/practices/broken-reference/README.md">ロールセッション</a></p> |
| Project Sprintの成功指標 | [Project Sprintの成功指標](https://www.projectsprint.org/ja/v3.3/theories/success_metrics)                                                                                                            | -                                                                                                                                                                                                                                                                                                                  |
| Project Sprintの発展   | -                                                                                                                                                                                                | [コントリビューターとしての参加の方法](https://github.com/copilot-jp/project-sprint/blob/master/JA/v3.2/practices/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.2/practices.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.
