> For the complete documentation index, see [llms.txt](https://planetz.gitbook.io/planetz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://planetz.gitbook.io/planetz/ja/gotono/conversation.md).

# 会話モード

> Status: 製品紹介 · 対象バージョン 0.1.x ｜ ラベルは実機で確認のこと

## このページの内容

タスクになる*前*に作業を考え、形にするための会話モードの使い方——そして会話が Planetz の他の部分へどう引き継がれるか。

***

## いつ使うか

タスクは実行のため。**会話モード**はその前段のため——問題を探る、コードベースを調査する、本当に欲しいものを起草する。コンポーザー（*"Anything you need…"*）に入力するとスレッドが始まります。

## 会話のモード

会話は複数のモードで走り、それによってアシスタントに許される操作が変わります。

* **Investigate（調査）** — 読み取り専用の探索：コードを読み検索できるが、独断でファイル編集や作業投入はしない。
* **Agent** — 隔離されたワークスペース（あなたの実作業ツリーではない）内で変更を加え検証できる。
* **Spec** — 確定可能なタスク指示の起草に集中する。

モードを切り替えると同じスレッド上で新しいセッションが始まり、それ以前のやり取りは履歴に残ります。

## Planetz の他の部分へ引き継ぐ

会話は行き止まりではなく、ループに流れ込みます。

* **Run now** ／議論をタスクへ確定する。
* **Add to task** — 最新の返信を新しいタスク指示へ送る。
* issue やタスクから **Continue conversation**（会話を続ける）で文脈を保つ。
* Spec モードでは、議論から **decided intent を自動生成**できます（[Spec Studio](/planetz/ja/gotono/spec-studio.md)）。

## なぜ重要か

会話は **recognition（見て分かること）** の出発点です。欲しいものを平易な言葉で話せば、Planetz がそれを意図とタスクに変えます——完全な仕様を先に書くことを強いられません。[意図台帳](/planetz/ja/tonarue/intent-ledger.md) を参照。

## 次に読む

* [Spec Studio と Intent](/planetz/ja/gotono/spec-studio.md) — 会話を、決定済みでトレース可能な意図に変える。
* [タスク Deck](/planetz/ja/gotono/task-deck.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:

```
GET https://planetz.gitbook.io/planetz/ja/gotono/conversation.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.
