Migration / Control Tower

02 — Architecture

Boundariesbefore features.

Not a chain of prompts and not a monolithic migration script. An event-driven control plane with independently deployed capabilities, a separately executed data plane, durable state, deterministic governance and explicit failure recovery.

A.01System flow

Interpretation flows down. Authority never flows up.

LEGACY ESTATE → GOVERNED AGENT FLEET → CLOUD DATA PLANE → BIGQUERY

OrchestratorLegal state machineDiscoverySchemas · SQL · DAGsLineageDependenciesRiskPII · dialect · policyPlannerOrder · mappingsFinance ImpactDownstream costCloud Run JobsBounded row movementPolicy engineStructured input onlyValidationSchema · count · hash · nullsHuman approvalBound to plan hashCutoverConsume · monitor · completeLegacy estateSQL Server · PostgreSQL

Hover a node to trace its path

A.02Planes

Three planes, three different kinds of truth.

Current execution boundary — The nine-service Cloud Run topology is deployed. Cutover executes as an independent service and the migration data plane runs as independent Cloud Run Jobs. Most pre-migration AgentCards still dispatch locally inside the orchestrator; typed remote dispatch for every remaining stage is the next distribution milestone.

A.03Controls

Six controls the model cannot reach around.

  1. 01

    Policy decisions operate on structured identity and resource inputs, never free-text estate content.

  2. 02

    Estate documents contain secret references, not credential values; runtime resolution is redacted in logs.

  3. 03

    Cloud Run and Pub/Sub use service identities and OIDC; operator roles are scoped by estate.

  4. 04

    Agent publication and approval use separate identities.

  5. 05

    Production cutover requires a human token bound to the exact plan hash.

  6. 06

    BigQuery queries are dry-run first, reserve estimated bytes against a run budget, and enforce maximum bytes billed.

A.04Diagram pack

Thirteen views of the deployed topology.

Every diagram is a hand-built vector rendering of the implemented distributed production topology, checked against the live Google Cloud inventory.

Next

The stack

Technology