Skip to main content
Condition routing is the core of the WISMO system. The customer may ask the same question every time, but Duckie should not answer every order-status request the same way. Use a workflow for the routing layer. Use specialist agents for the exception-specific investigation and response.

Routing Workflow

Condition Matrix

Specialist Agent Contracts

Each specialist agent should return the same output shape:

Agent Responsibilities

Keep the Workflow Small

Do not create a workflow branch for every carrier scan code, supplier note, warehouse exception, or SKU-specific rule. Keep the routing workflow focused on stable condition families, then update specialist agent instructions, runbooks, knowledge, and guardrails as operations change.
The routing workflow should decide who handles the case. The specialist agent should decide how to interpret the facts and what customer-safe explanation to draft within its scope.

Next Pages

After routing and specialist agents:
  1. Add proactive follow-up.
  2. Add escalation and resolution.
  3. Use the rollout plan before expanding live traffic.