> 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/task-deck.md).

# タスク Deck

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

## このページの内容

実作業をタスクとして投入し、複数のエージェントが並行して動く様子を追う方法を紹介します。Planetz を日常的に使うときの中心になる画面です。

***

## タスクを追加する

**Add task**（タスクを追加）で作業を説明します。次のことができます。

* 空いたエージェントが拾うように **Enqueue**（キュー投入）するか、すぐ始める **Run now**（今すぐ実行）。
* プロセスをハーネスに自動で選ばせる（**Auto** ワークフロー）か、自分で選ぶ。[ワークフロー](/planetz/ja/gotono/workflows.md) を参照。
* 指示を確定する前に、短い Q\&A でタスクを明確化する（任意）。

バックグラウンドで始まった実行は **Tasks**（タスク）パネルに進捗を報告します——1 つのチャットに張り付くのではなく、作業を投入して次へ進みます。

## 艦隊を見る

**Tasks** と **Agents** パネルが、進行中のすべてを一度に表示します。各タスク・エージェントはライブな状態を持ちます。

| 状態                 | 意味                    |
| ------------------ | --------------------- |
| **idle**           | エージェント待機中、実行なし        |
| **working**        | 実行中                   |
| **reviewing**      | 作業を検査中（maker–checker） |
| **waiting**        | ブロック中——多くは人間の承認ゲート    |
| **error / failed** | 対応が必要                 |

これがこの製品の中心にある転換です——すべての指示を打ち込むことから、並列に走る**一団を指揮する**ことへ。[マルチエージェント艦隊](/planetz/ja/tonarue/multi-agent.md) を参照。

## 着想・issue・会話から

タスクはゼロから始める必要はありません。

* **会話モード** → まず作業を形にし、結果をタスクへ渡す。[会話モード](/planetz/ja/gotono/conversation.md) を参照。
* **Issue ビュー** → origin リポジトリの GitHub issue を取り込み、**Add to queue**（キューに追加。Auto ワークフローも可）。

## 失敗からの復旧

失敗したタスクは行き止まりではなく、復旧可能です——再試行するか、修正する。各実行は Git で隔離されているので、悪い実行は後始末すべき惨事ではなく、捨てるブランチです（[Git 連携](/planetz/ja/tonarue/git-integration.md) を参照）。

## 次に読む

* [実行ログとサマリー](/planetz/ja/gotono/logs-and-summary.md) — 個々の実行を詳細に追う。
* [Decisions](/planetz/ja/gotono/decisions.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/task-deck.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.
