> 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/wkufur/standard-workflow.md).

# 依頼からマージまで

> Status: 標準ワークフロー · 対象バージョン 0.1.x

## このページの内容

これまでのセクションの部品が、1 つの繰り返せるループにどう噛み合うか——典型的な作業が、着想からマージされた結果まで Planetz をどう流れるか。

***

## ループ、ステップごとに

```mermaid
flowchart LR
    A["1. 意図を述べる"] --> B["2. 作業を投入"]
    B --> C["3. 艦隊が走る<br/>（隔離された Git レーン）"]
    C --> D["4. 結果を見る"]
    D --> E["5. 決定をレビュー＆ロック"]
    E --> F["6. 不可逆な操作を確認"]
    F --> G["7. マージ"]
    E -->|ドリフト／誤り| C
    G --> A
```

### 1. 意図を述べる

平易な言葉から始めます。[会話モード](/planetz/ja/gotono/conversation.md) で話し合うか、[Spec Studio](/planetz/ja/gotono/spec-studio.md) に **decided intent**——*何が欲しいか、なぜ、何が対象外か*——として直接捉えます。完全な仕様は不要です。意図は進めながら洗練できます。

### 2. 作業を投入する

**Add task** で意図をタスクに変えます。ハーネスに適切な[ワークフロー](/planetz/ja/gotono/workflows.md)へ **自動ルーティング**させるか、自分で選びます。**Enqueue**（キュー投入）するか **Run now**（今すぐ実行）。

### 3. 艦隊が走る

エージェントの一団が並列で実行し、各々が自分の[隔離された Git レーン](/planetz/ja/tonarue/git-integration.md)にいます。あなたは打ち込むのではなく指揮しており、複数タスクが同時に進行します。

### 4. 結果を見る

[実行ログ](/planetz/ja/gotono/logs-and-summary.md)で実行を追うか、**Tasks** パネルと **Summary** で艦隊全体を眺めます。理解は手元に留まり、*何が、なぜ起きているか*にいつでも答えられます。

### 5. 決定をレビューしロックする

[Decisions](/planetz/ja/gotono/decisions.md) を開きます。エージェントが独断で下した判断が、出自と、あなたの意図を **satisfies（満たす）** か **deviates（逸れる）** かとともに現れ、**Unanchored** がドリフトを示します。**Approve** か **Reject** の裁定を下すと、その裁定は**ロック**され、後の実行が黙って覆せなくなります。

### 6. 不可逆な操作を確認する

取り消せる作業はここまで自由に走ってきました。*再構築可能なゾーンを離れる*わずかな操作——デプロイ・送信・削除——は、自律実行に埋もれるのではなく、意図的な確認（[**Manta**](/planetz/ja/tonarue/edge-ai.md) による物理的な確認も可）のために段階化されます。

### 7. マージ——そしてループが締まる

結果をマージします。ロックした決定は[意図台帳](/planetz/ja/tonarue/intent-ledger.md)に残るので、*次の*タスクは、あなたが既に決着させたすべてに照らして確認されます。あなたがエンジニアリングをすることなく、ループは毎回より整合していきます。

## うまくいかないとき

壊れたワークスペースを介抱して直しはしません。意図が保護された資産で、ワークスペースが使い捨てだからこそ、復旧は**意図を戻して再生成**——悪いレーンを捨て、艦隊に作り直させる——です。[Git 連携](/planetz/ja/tonarue/git-integration.md) を参照。

## 次に読む

* [今後の展望](/planetz/ja/no/whats-next.md) — このループが時とともにどう自律化するか。
* [全体像とメンタルモデル](/planetz/ja/tonarue/overview.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/wkufur/standard-workflow.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.
