← All product modules

Open product module

Method orchestrator

A deterministic layer that chooses a compatible next lens, explains it, and returns safely to the baseline.

Why it exists

The orchestrator keeps adaptation understandable. It separates “which move is useful now?” from “how does this method phrase its questions?”.

Inputs and outputs

Inputs

  1. Activity state and detected gap
  2. Available method cards
  3. An explicit method request, if supplied

Outputs

  1. Selected primary method
  2. A human-readable reason
  3. A compatible fallback or next-stage hand-off

Visual flow

  1. Inspect the current gap
  2. List compatible candidates
  3. Select or honour the explicit lens
  4. Explain the choice
  5. Fallback to the linear route when needed

Practical example

Situation

A plan has a clear goal but hidden risks.

Result

The orchestrator suggests a pre-mortem lens, shows why it fits, and keeps the route reversible.

Limitations

  1. It never replaces the person’s decision.
  2. It cannot make an incompatible lens compatible by force.
  3. A future hybrid route needs its own evidence and release gate.

Open and closed boundary

Open here

The selection idea, explainability promise, and fallback contract are public.

Kept private

Operational thresholds and production experiment assignments are not public.