A cobalt tracer filament persisting downstream from an injection port in a measured glass water channel
Complete workflow · Active development

Turn a watched review queue into a testable workflow.

This worked example maps the Marketplace template lifecycle from submission through monitoring, then tests it with representative local fixtures. It runs in shadow mode only. Nothing is written, published, or approved in production.

  • Status Prototype
  • Mode Shadow only
  • Cases 5 replayed
  • Writes None
One proof argument

Every claim here traces back to an artifact.

The worked example now answers one question: what changed for the operator, how the workflow was compiled, which artifacts remain owned, and what evidence makes the prototype claim inspectable.

01 / 04 Stop rebuilding context

Spend less time rebuilding context.

The prototype turns a known operating path into explicit contracts and replayable decisions. These are prototype measurements, not customer ROI claims.

Before
Review logic lived across people and tools.

Submission, validation, review, approval, publishing, and monitoring each had different evidence and authority requirements.

Failure mode
Operators had to reconstruct context.

A missing approval, unsupported claim, or unknown action could not safely inherit authority from the surrounding process.

After
One versioned workflow becomes a testable bundle.

The compiler validates the boundary, generates linked operating artifacts, replays representative cases, and fails closed.

02 / 04 Describe → pilot

Describe. Map. Compile. Simulate. Pilot.

Each stage narrows uncertainty without silently expanding authority. Operate begins only after a separate live-runtime, approval, rollback, and retention decision.

01 · Describe
Version the workflow

Name objects, events, states, owners, evidence requirements, and runtime targets.

02 · Map
Make authority visible

Map-shaped contracts show which work can pass, wait for approval, or stop.

03 · Compile
Generate the control package

Produce schemas, tool and agent contracts, approval surfaces, evals, receipts, and a read-only console.

04 · Simulate
Replay the pressure cases

Exercise passing, approval-required, blocked, insufficient-evidence, and unknown-action outcomes.

05 · Pilot
Keep production authority separate

The current prototype stops before deployment, external writes, approvals, publishing, or credential changes.

Receipts
versioned workflowvisible authoritycontrol packagepressure casesshadow pilot
03 / 04 Artifacts across three tiers

The map produces artifacts for all three tiers.

The package points to the existing systems that own live state and execution. It does not replace submission, validation, review, Control, or the shared system foundation.

Database
State and evidence contracts

Shows the records the workflow reads, the states it can enter, and the evidence saved after each change.

Automation
Runtime and replay contracts

Shows which tools the agent may call, how a case is replayed, and what the operator sees while work runs.

Judgment
Authority and stop conditions

Shows who may act, when approval is required, what happens when evidence is missing, and which unknown actions must stop.

04 / 04 Deterministic proof

The same input produced the same governed bundle twice.

The verifier compiles from clean directories, compares every generated file byte for byte, checks content hashes, and requires explicit outcome coverage.

15

Content-hashed generated artifacts

5

Representative workflow cases

3

Pass, approval-required, and blocked outcome classes

Clean compilations compared byte for byte

CRE-1191 · workflow compiler ok: true · deterministic: true

Pass: 1 · Approval required: 1 · Blocked: 3 · Governance complete: true

Representative fixture evidence. No client outcome or production execution is claimed.
Evidence
  • 15 content-hashed artifacts
  • 5 representative cases
  • 3 outcome classes
  • 2 clean compilations
Apply the method

Bring the handoff your team still watches by hand.

Map can define the systems, the owners, and the failure points first. Build follows only when the controlled lane is clear enough to test.

Owner
Workflow owner
Authority
Separate pilot approval
Proof
Map + compiled candidate + replay plan
State
review
Performance system

Make the handoff faster without losing the judgment.

Start with one workflow that still needs manual rescue. We make the owner, allowed actions, approval pauses, and proof record visible before a build expands what automation can do.

Verified field result

Automation prepared the evidence. Human judgment still decided.

Routine evidence moved before review. Approval, rejection, and consequential action stayed with a named person.

49/ 50
Evidence packets prepared
Workflow
Marketplace template review
Receipt
#FR-2026-01
Verified
May–June 2026
External writes
0
  1. Map the frictionSee the systems, handoffs, and decision owner.
  2. Test one pathLet routine work move while consequential work pauses.
  3. Keep the proofReview what ran, what stopped, and what needs recovery.