Status: Stable Review cadence: Monthly Owner: Product / Maintainer
PlanGate is a governance-first workflow harness for AI coding agents.
日本語では、PlanGate は AI コーディングエージェントのためのガバナンス優先ワークフローハーネスである。
For product teams using AI coding agents,
who need to keep scope, acceptance criteria, review boundaries, and PR delivery convergence under control,
PlanGate is a governance-first workflow harness
that prevents AI agents from writing production code until an approved plan and acceptance tests exist,
and keeps post-PR repair loops bounded until MERGE_READY.
Unlike autonomous agent frameworks that optimize for speed, PlanGate optimizes for approval boundaries, auditability, Scrum-friendly delivery, and human-owned final decisions.
PlanGate は、AI コーディングエージェントを使うプロダクトチーム向けの、ガバナンス優先ワークフローハーネスである。
AI が本番コードを書く前に、PBI、計画、受入条件、承認を必須化することで、スコープ、Done の定義、検証証拠を守る。
標準フローでは人間が C-3 で計画を承認する。ai-loop の eligible run では C-3’ により AI 裁定を使う場合があるが、判定不能・HO 接触(Hardening Override = AI 改変不可ファイル群への接触)・policy 変更は Human に escalate し、C-4 / merge は Human-owned のままである。
自律性や速度を最優先するエージェントフレームワークと異なり、PlanGate は承認境界、監査可能性、スクラム親和性、最終判断の人間所有を重視する。
| Alternative | Optimizes for | PlanGate difference |
|---|---|---|
| Cursor / IDE agents | Developer productivity inside IDE | PlanGate adds PBI, approval, verification, and handoff governance around agent work |
| Claude Code / Codex CLI | Agent execution | PlanGate governs when and how execution is allowed, and can wrap execution with delivery convergence through ai-loop |
| Autonomous agent frameworks | Autonomy and task completion | PlanGate prioritizes approval boundaries, escalation rules, auditability, and human-owned merge |
| Manual process docs | Human-readable guidance | PlanGate aims to make gate, artifact, hook, eval, metrics, and delivery state operational |
| CI only | Post-implementation checks | PlanGate adds pre-implementation approval, acceptance clarity, and PR repair convergence toward MERGE_READY |
競合に関する詳細な Q&A は Product FAQ を参照。
| Audience | Tagline |
|---|---|
| PM / PO | AI 時代の Backlog Governance |
| Engineering | No approved plan, no code |
| Executive | AI 開発の速度に、承認・検証・監査を組み込む |
| OSS | Governance-first workflow harness for AI coding agents |
| General | AI がコードを書く前に、計画と受入条件を通す |
| Pillar | Message |
|---|---|
| Value alignment | AI が作るものを PBI と受入条件に接続する |
| Approval boundary | C-3 / C-3’ / C-4 によって判断点と escalation 条件を固定する |
| Verification honesty | 未実行、失敗、残リスクを隠さない |
| Delivery convergence | PR 作成後の CI / review repair を MERGE_READY まで収束させる |
| Auditability | plan、review、verification、handoff、delivery record を残す |
| Continuous harness improvement | eval、metrics、Keep Rate で PlanGate 自体を改善する |
PlanGate is not:
PlanGate is the governance layer that makes AI agent work safer, more reviewable, and more aligned with product delivery.
PlanGate is a governance-first workflow harness for AI coding agents.
It prevents AI agents from writing production code until an approved plan, task list, and acceptance test set exist.
It can also wrap post-PR CI and review repair loops until MERGE_READY while keeping final merge human-owned.
Unlike agent frameworks that focus on autonomy, PlanGate focuses on approval boundaries, auditability, and Scrum-friendly delivery.
日本語では以下を使う。
PlanGate は、AI コーディングエージェントをプロダクト開発に安全に組み込むためのゲート型ワークフローハーネスです。
AI が本番コードを書く前に、PBI、計画、受入条件、承認を必須化します。
ai-loop を使う場合は、PR 作成後の CI / review repair を MERGE_READY まで収束させます。
最終判断と merge は人間が担うため、AI 開発でもスコープ、Done の定義、検証証拠、承認境界を守れます。