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

# ワークフロー

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

## このページの内容

ワークフローとは何か、Planetz がどうやって自動で選ぶのか、そして自分のワークフローをどこで見て・作るか。

***

## ワークフローとは

ワークフローは、エージェントの実行が従う**プロセス**——そのステップ、役割、そして人間が承認しなければならない箇所——です。ワークフローは **YAML** で定義されるので、読め・差分が取れ・バージョン管理でき・共有できます。これが、Planetz のプロセスをチャットに閉じ込めたプロンプトではなく、監査可能・再現可能にするものです。[ハーネス](/planetz/ja/tonarue/harness-governance.md) を参照。

## 自動選択

通常、ワークフローは手で選びません。**Auto** モードでは、Planetz があなたのタスク説明を読み、分類し、**適切なワークフローへルーティング**します——一致とその理由を示すルーティングプレビューつきで。いつでも特定のワークフローに切り替えられ、その選択は記録されます。

## カタログ

ワークフローは（**Settings** 配下の）カタログに住み、見つけて管理しやすいようにグループ分けされています。

* **Core** — Planetz に同梱の組み込みワークフロー。
* **Library** — 有効化できる追加パック。
* **Project / User** — あなた自身のワークフロー。ワークスペースに YAML として保存され、編集可能。

検索したり、ピッカーにピン留めしたり、隠したり、Core/Library のワークフローをプロジェクトにコピーして YAML として編集できます。

## 人間の承認ゲート

ワークフローは、**人間が承認しなければならない箇所**——デプロイや削除のようなリスクのあるステップの前——を定義する場所です。これがハーネスの唯一の正直なゲートです。不可逆な実世界の操作は意図的な確認（**Manta** による物理的な確認も可）のために段階化され、取り消せる作業は自由に走ります。[ハーネス](/planetz/ja/tonarue/harness-governance.md) を参照。

## 次に読む

* [標準ワークフロー](/planetz/ja/wkufur/standard-workflow.md) — これらの部品が作る端から端までのループ。
* [設定と連携](/planetz/ja/gotono/settings.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/workflows.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.
