ドキュメント
必要なコレクションの種類から始められます。ガイド、概念、技法、またはドキュメントのどこから入るべきかを示し、良い出発点も並べます。
主要な入口
探し方は分かっているけれど、まだ具体的なページ名が分からないときに使ってください。
ガイド
ガイドのページでは、実務的な CLI ワークフローと、参照資料を日常の作業へどう適用するかを順を追って説明します。
- Cursor 動的ワークフロー
you-agent-factory の Factory Session と動的ワークフローツール向けに、Cursor を MCP ホストとして使います。
- you-agent-factory でループを使う
ゴールが完了するまで作業を繰り返し回す、反復的なファクトリーループを実行します。
- エージェントに YOU を使わせる方法
同梱の you-agent-factory エージェント向けオリエンテーショントピックを AI エージェントに読ませ、you CLI を自分で使わせます。MCP と ACP はより踏み込んだ統合手段です。
- 最初のファクトリーを実行する
組み込みカタログからパッケージ済みファクトリーをインストールし、設定を一切書かずに最後まで実行します。
- 最初のファクトリーを書く
宣言的なグラフ形式と JavaScript オーケストレーター形式のどちらでも、自分の you-agent-factory ファクトリーを手順を追って作成します。
- 書き込み・レビューループ
境界付き再試行パスで、書き込み → レビュー → 改訂のループに you-agent-factory を使います。
概念
概念のページでは、ハーネス、ループ、ボトルネックのように、多くのファクトリーワークフローにまたがる広い考え方を扱います。
- Bottlenecks
A factory bottleneck is the stage or resource that caps overall you-agent-factory throughput even when other stages have spare capacity.
- Checklist
A factory planner checklist is a live outcomes and workstream board that shows done, active, ready-next, and intentionally held work.
- Compaction
Compaction shrinks retained context—history, transcripts, or stream windows—so long-running agent or factory work can continue within limits.
- Harness
A harness is the agent runtime the factory drives, such as a coding agent under a shared factory process.
- Loop
A factory loop keeps iterating under you-agent-factory until the goal is done.
- MCP
Model Context Protocol: the host↔server protocol that exposes named tools, including Factory Session tools via you mcp serve.
技法
技法のページでは、CLI ワークフローやドキュメント作業に横断して適用できる、名前のある方法と実践を説明します。
- Fusion
Fusion is a you-agent-factory technique that runs two model passes on the same request: a first pass drafts an answer and a second pass refines it.
- Planner-Executor
Planner-executor separates planning work into reviewable slices from executing those slices so independent factory streams can move in parallel.
- Ralph
Ralph is an autonomous one-story-per-iteration execution loop driven by a product requirements backlog.
- Worker-Adviser
Worker-adviser separates an adviser role that recommends or critiques from a worker role that performs the work.
- Writer-Reviewer
Writer-reviewer is a dual-role factory technique: a writer produces a candidate, and a reviewer accepts or rejects it.
ドキュメント
ドキュメントのページでは、契約、規約、補足情報など、CLI 面の参照資料を扱います。
- CLI
you-agent-factory のコマンドグループ、実行するファクトリーの選び方、全コマンド共通のグローバルフラグ、そして公開されている完全な CLI 契約の在り処を調べます。
- Contributing to these docs
How to add factory documentation pages to the you-agent-factory docs site without recreating retired product patterns.
- Dashboard / UI Overview
Overview of the you-agent-factory local operator dashboard for live Factory Session inspection and control visibility—not a rebuilt in-docs dashboard product.
- FAQ
you-agent-factory についてよくある質問への短い回答。インストール、ファクトリーの実行、作成、エージェント、設定、復旧について、正式なドキュメントとリファレンスページを案内します。
- Logs
Find you-agent-factory runtime logs under the selected log root, manage rolling retention, and use CLI --verbose / --debug diagnostics without confusing logs with metrics or record/replay.
- Packaged documents
Packaged markdown reference topics printed from the installed you-agent-factory CLI via you docs.