Skip to content
Cases は説明用の具体例です。規範として読むときは、各ケースから対応する Spec へ戻ってください。

Cases

このセクションは、PCE 2.0 の概念を「定義の集合」としてではなく、 実際の仕事がどのように壊れ、どのように整理され、どのように governed に進むのか を concrete に読むための入口である。

ここにあるケースは、単なる examples ではない。 それぞれが、PCE 2.0 の違う側面を強く照らす。

  • Feature Delivery は全体像を示す
  • PR Review は approval / stale invalidation / corrupt success を強く示す
  • Bug Triage は routing / escalation / incident ownership を強く示す
  • Research Loop は question freeze / branch-and-join / provisionality を強く示す
  • Human-AI Handoff は actor symmetry / responsibility asymmetry / continuity package を強く示す

つまりケース群は、PCE 2.0 の理論を五つの方向から切って見せる断面である。

cases セクションの役割は、大きく三つある。

1. 抽象概念を process として見る

Section titled “1. 抽象概念を process として見る”

Process FrameResponsibility BundleProcess DeltaHandoffCorrupt Success のような語が、 どんな局面で必要になるのかを concrete に示す。

PCE 2.0 の概念の多くは、理論を美しく見せるためではなく、 実務で起きる failure mode を見えるようにするためにある。 cases は、その failure mode を最も分かりやすく示す。

このサイト全体は一本道ではあるが、入口は一つではない。 cases セクションは、読者が自分の関心や課題に近い場所から入れるようにする。


迷ったら、最初は Feature Delivery を読むのがよい。 理由は単純で、もっとも広く、もっとも標準的で、PCE 2.0 の背骨が一通り入っているからである。

ただし、関心がはっきりしているなら入口を変えた方が早い。

  • Feature Delivery もっともバランスがよく、Process FrameResponsibility BundleProcess DeltaApprovalMemory PromotionRecovery が一通り見える。

「PCE 2.0 の新しさ」を最短で見たい

Section titled “「PCE 2.0 の新しさ」を最短で見たい”
  • PR Review approveeval の違い、stale invalidation、Corrupt Success が非常に分かりやすい。

incident / routing / release risk に関心がある

Section titled “incident / routing / release risk に関心がある”
  • Bug Triage report と defect を分けること、routing frame、EscalationIncident Ownership が強く見える。

research / strategy / adoption decision に関心がある

Section titled “research / strategy / adoption decision に関心がある”
  • Research Loop question freeze、仮説 branch、counterevidence、provisional recommendation が中心になる。

human と AI の協働設計に関心がある

Section titled “human と AI の協働設計に関心がある”
  • Human-AI Handoff human と AI が同じ actor plane にいながら、責任は非対称であることがもっともよく見える。

ケース最初に読むとよい人強く示すものそのケースの主要 output
Feature Delivery全体像を先に掴みたい人frame、bundle、delta、approval、memory、recovery実装・評価・昇格を含む end-to-end flow
PR Reviewgovernance / review / approval に関心がある人review frame、stale invalidation、approval vs evaluation、corrupt successapprove / request changes / escalate
Bug Triageincident / routing / severity に関心がある人report→subject 正規化、branch-and-join、incident routing、duplicate 判定の危うさbugfix / incident / duplicate / hold への routing
Research Loopexploratory work や adoption decision に関心がある人question freeze、hypothesis branches、counterevidence、reframe、provisionalityadopt / pilot / defer / reject recommendation
Human-AI HandoffAI 協働を process として設計したい人continuity package、retained authority、bounded autonomy、stale invalidationhuman↔AI 間の governed handoff loop

ここでは、各ケースを「どの概念が特に見えやすいか」という観点で短く整理する。

Canonical case として最も重要な一本である。

  • feature delivery は「コードを書くこと」ではなく、goal から durable state 更新までを含む frame である
  • artifact 以外にも、decision、failure、operational note が delta として出る
  • child frame と handoff により、多主体の flow が整理できる
  • memory promotion は merge のおまけではない
  • PCE 2.0 の first case としてもっとも向いている
  • 「この理論は開発全体をどう見ているのか」を知りたい人に向く

このケースは、PCE 2.0 の governance の価値をもっとも早く見せる。

  • review は diff inspection ではなく独立 frame である
  • approvepass は同じではない
  • old review state や old approval は new commit で easily stale になる
  • “見た感じ問題ない” は current truth を汚すことがある
  • reviewer は artifact だけでなく process を見ている
  • 「PCE 2.0 が本当に新しいものを言っているのか」を早く確かめたい人
  • review, merge, governance の壊れ方に関心がある人

このケースは、曖昧な problem signal をどう governed continuation に変えるかを示す。

  • incoming report はそのまま bug ではない
  • triage は label 付けではなく routing frame である
  • reproduction / spec consistency / blast radius は parallel branch にできる
  • duplicate closure や premature low-severity closureも corrupt success になりうる
  • local bugfix と incident path を同一視してはならない
  • release risk、severity、incident routing に関心がある人
  • “triage の質が後段をどう壊すか” を見たい人

このケースは、PCE 2.0 が implementation だけの理論ではないことを示す。

  • research では question freeze が first-class である
  • plausible narrative は簡単に corrupt success になる
  • prototype success は adoption readiness を意味しない
  • branch ごとの反証や counterevidence を later recommendation に保持しなければならない
  • provisional recommendation と canonical decision memory は別である
  • research、strategy、architecture decision に関心がある人
  • “問いが揺れる仕事” を PCE 2.0 でどう扱うか見たい人

このケースは、PCE 2.0 の actor symmetry / responsibility asymmetry をもっとも具体的に示す。

  • human と AI は同じ process network 上の actor である
  • しかし goal ownership、approval、incident closure、canonical write は対称ではない
  • transcript の引き継ぎではなく continuity package が必要である
  • human-only evidence が later に入ると AI の old context は stale になる
  • bounded autonomy を保つには retain / delegate / escalate の設計が必要である
  • AI 協働設計を “prompt 設計” 以上のものとして考えたい人
  • actor symmetry を具体例で理解したい人

迷ったときの標準順は、次のように置ける。

  1. Feature Delivery
  2. PR Review
  3. Bug Triage
  4. Research Loop
  5. Human-AI Handoff

この順の理由は明確である。

  • Feature Delivery で全体像を掴む
  • PR Review で governance と stale invalidation を深める
  • Bug Triage で routing / incident を見る
  • Research Loop で探索型仕事へ広げる
  • Human-AI Handoff で actor topology を横断的に見る

つまり、 標準開発 -> review -> incident entry -> exploratory work -> human/AI continuity の順に広げる読み方である。


  1. PR Review
  2. Bug Triage
  3. Feature Delivery
  4. Human-AI Handoff
  5. Research Loop
  1. Human-AI Handoff
  2. PR Review
  3. Feature Delivery
  4. Bug Triage
  5. Research Loop
  1. Research Loop
  2. Bug Triage
  3. Feature Delivery
  4. PR Review
  5. Human-AI Handoff

incident / release risk から入りたい

Section titled “incident / release risk から入りたい”
  1. Bug Triage
  2. PR Review
  3. Feature Delivery
  4. Human-AI Handoff
  5. Research Loop

各ケースはバラバラではない。 むしろ、相互に zoom in / zoom out の関係にある。

他の多くのケースは、これを特定局面で拡大したものとして読める。

PR Review は Feature Delivery の review 相を拡大したもの

Section titled “PR Review は Feature Delivery の review 相を拡大したもの”

feature の一部工程を独立 frame として見ることで、approval / stale invalidation / corrupt success が見えやすくなる。

Bug Triage は release / support signal 側から見た routing frame

Section titled “Bug Triage は release / support signal 側から見た routing frame”

feature delivery の外から incoming signal が入ったときに、どう current process へ接続するかを扱う。

Research Loop は implementation 以前 / adoption decision 側の探索 frame

Section titled “Research Loop は implementation 以前 / adoption decision 側の探索 frame”

feature を作る前に、何を作るべきか / 採用すべきかを governed に決める。

Human-AI Handoff はすべてを横断する

Section titled “Human-AI Handoff はすべてを横断する”

feature delivery、review、triage、research のどれにも現れる actor transition を抽出したケースである。

この関係を意識すると、ケース群は “個別の例” ではなく 同じ理論の異なる断面 として読める。


cases では output が artifact とは限らない。

  • PR Review の output は verdict である
  • Bug Triage の output は routing である
  • Research Loop の output は recommendation である
  • Human-AI Handoff の output は continuity package と reviewed candidate である

この違いを見ると、PCE 2.0 が artifact-first でないことがよく分かる。

2. “どこで current truth が決まるか” を見る

Section titled “2. “どこで current truth が決まるか” を見る”

各ケースで、

  • 何が delta に留まり
  • 何が provisional で
  • 何が later approve / promote / close されるのか

を見ると、PCE 2.0 の durability semantics が見えやすい。

3. “どこで壊れやすいか” を見る

Section titled “3. “どこで壊れやすいか” を見る”

cases の価値は、きれいな流れを見せることではない。 むしろ、

  • stale approval
  • weak duplicate closure
  • prototype overclaim
  • transcript-only handoff

のような壊れ方が、どの概念で可視化されるかを見るとよい。


ケースを読んだあとに戻るとよいページ

Section titled “ケースを読んだあとに戻るとよいページ”

case を読んだあとに spec へ戻るなら、次の組み合わせが特に有効である。


最も自然な使い方は次のようになる。

1. 興味のあるケースを一本読む

Section titled “1. 興味のあるケースを一本読む”

まず concrete な flow を見る。

2. そのケースで分からなかった語を引く

Section titled “2. そのケースで分からなかった語を引く”

3. 強く出ていた spec ページへ戻る

Section titled “3. 強く出ていた spec ページへ戻る”

cases と spec を往復する。

同じ概念が別の壊れ方で出てくることを確認する。

この往復をすると、PCE 2.0 の概念が “定義” ではなく “必要だった語” として見えてくる。


このページが言いたいことは、最終的には次の一文に集約できる。

PCE 2.0 のケースは、理論をあとから説明するための装飾ではない。 それぞれが、開発・レビュー・トリアージ・調査・human/AI 協働のどこで process が壊れやすく、どの概念がその壊れ方を見えるようにするのかを示す入口である。

迷ったら、まずは Feature Delivery から入るのがよい。 そこから関心に応じて PR ReviewBug TriageResearch LoopHuman-AI Handoff へ広げていくと、cases セクション全体が一つの地図として読めるようになる。