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

# Decisions（意思決定）

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

## このページの内容

**Decision queue（決定キュー）**——エージェントが独断で下した判断をレビューし、同意したものをロックする、集中した 1 か所。*recognition* による統治が実際に起きる場所です。

***

## 決定キュー

Decisions ビューは、エージェントが**あなたに尋ねずに**下した仮定や選択を集めます——*「エージェントが明示的な確認なしに行った仮定をレビューする」*。すべての差分を読む代わりに、本当に重要な決定の短いリストをレビューします。

各カードは素早く判断できる文脈を持ちます——由来の**タスク**と**実行（run）**、その**スコープ**、取り消しやすさ、そしてあなたの意図に対して何を **satisfies（満たす）** ／ **deviates（逸れる）** か。2 つのバッジが最も危ういものを示します。

* **Unanchored（アンカーなし）** — その決定が要件や設計の何にもリンクしていない。ドリフトの兆候です。
* **Observed（観測）** — 明示的に決められたのではなく、事後に気づかれたもの。

**expensive**（取り消しにくい）決定だけにフィルタして、最重要のものから捌くこともできます。

## あなたの裁定——そしてロック

各決定に、人間の言葉で裁定を下します。

| アクション       | 効果                     |
| ----------- | ---------------------- |
| **Approve** | その決定が望んだものだと確認——ロックされる |
| **Reject**  | 望まない決定を撤回する            |
| **Adopt**   | 観測を正式な要件へ昇格する          |
| **Fix**     | 修正のために記録／修正タスクを投入する    |

重要なのは、一度 **Approve** または **Reject** すると、その裁定が**ロック**されることです——後の実行が、あなたが既に決着させた問いを黙って上書きできません。このロックされた裁定の蓄積が、[意図台帳](/planetz/ja/tonarue/intent-ledger.md) で述べた持続的な資産です。

## なぜコードではなくここでレビューするか

あなたは*行*ではなく*決定*を判断します。コードを書けたはずの人である必要はなく、結果が頼んだものかを見て分かればよい。それが、すべてのオペレーターがシニアエンジニアでなくても AI 製システムを仕様どおりに保つことです。

## 次に読む

* [Spec Studio と Intent](/planetz/ja/gotono/spec-studio.md) — これらの決定があなたの意図へどう辿れるか。
* [ハーネス：事前承認しない統治](/planetz/ja/tonarue/harness-governance.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/decisions.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.
