symphony-wc
v1Publishedworkers_comp
Read-only — viewing live config
You're viewing symphony-wc v1 — the workflow that is currently driving every new claim. Configs are immutable once published.
Overview
Metadata about this workflow.
- Name
- symphony-wc
- Line of business
- workers_comp
- Version
- v1
- Status
- published
- Created
- Aug 6, 2026, 3:00 PM
- Published
- Aug 7, 2026, 1:12 PM
- Archived
- —
- Author
- —
Driver brief
How the driver thinks. Role, operating principles, tone, and domain knowledge — combined with the active capabilities below into the brief the agent reads before every action.
Capabilities
Named routines that pair one or more tools with the instructions for using them. Enabling a capability adds those instructions to the driver's brief.
Parse the intake packet
activeClassify each attachment, extract the facts, run the completeness check, and surface the two documented gaps (wage-basis and field-26 restrictions).
toolsread_submission_stateclassify_documentupdate_captured_fieldset_claim_fieldCompute AWW / TTD / PD rate correctly
activeRun the LC §4453 arithmetic on the certified wage statement, surface the gap against the rate×schedule figure, and persist the recommended AWW.
toolscompute_awwset_claim_fieldRun three-point contact
activeCoordinate employee (voice→voicemail→SMS→scheduled callback), employer (email + reply), and provider (records request) with a confirm-not-interrogate opening on each.
toolsinitiate_outbound_callschedule_outbound_callsend_smssend_emailschedule_followupset_claim_fieldManage statutory clocks
activePost the §5402(c) authorization on DWC-1 receipt, diary the §5402(b) 90-day date, and keep the §4650 TD trigger diaried to onset of disability rather than DOI.
toolsset_claim_fieldschedule_followupAssemble compensability recommendation
activeWhen the last checklist item closes, build the 10-line basis and stage the compensability decision for the adjuster.
toolsset_claim_fieldsend_templated_emailescalate_to_human
Enabled Tools
The actions the agent is allowed to take. External tools touch the outside world via an integration — pick which adapter and endpoint each tool calls; the env-specific connection is resolved at runtime.
Automations
Event-driven actions. When the trigger fires (and the optional condition matches), the agent runs the steps in order. Use sparingly — the agent already handles most cases on its own.
No automations. The agent acts only on its own ongoing judgment.
Checkpoints
Human approval gates. When a checkpoint's condition matches an action the agent is about to take, that action is queued for an adjuster to approve before it runs. First match wins.
Approve claim setup from intake packet
tool_id = "convert_submission_to_claim"
Approve outbound email to a party
tool_id = "send_email"
Approve outbound call to a party
tool_id = "initiate_outbound_call"
Approve AWW / TTD / PD computation
tool_id = "compute_aww"
Approve compensability decision
tool_id = "set_claim_field" AND args.key = "compensability_status" AND args.value in ["accepted", "denied", "delayed"]
Approve §9812 acceptance / benefit notice
tool_id = "send_templated_email" AND args.template = "wc_9812_acceptance_notice"
Approve escalation to a human
tool_id = "escalate_to_human"
Deadlines
Time-based escalations. When a deadline passes without the expected outcome, the agent runs the breach action — usually an escalation, reminder, or notification.
Configuration overlays
Conditional changes that layer on top of the base workflow as a claim's situation evolves — jurisdiction, severity, claim phase, or anything else. When a claim matches an overlay's condition, that overlay's edits are merged into the configuration the agent uses.
- 01
Wage basis on the employer report is deficient
inactive· order 1 of 4When field 39 was left blank on a class code that typically works overtime, chasing the certified 52-week wage statement is the top priority.
when wage_basis_flag = true
patchdriver_prompt: operating_principles - 02
Form 5021 field 26 restrictions blank
inactive· order 2 of 4When the treating physician released the worker to modified duty without specifying restrictions, the modified-duty assignment cannot be validated.
when field_26_restrictions_missing_flag = true
patchdriver_prompt: operating_principles - 03
Employee is represented
inactive· order 3 of 4When a representation letter is on file, block all direct outbound to the employee and reroute to counsel.
when represented_flag = true
patchdriver_prompt: operating_principles - 04
LC §5402(b) 90-day decision imminent
inactive· order 4 of 4Inside 14 days to the 90-day compensability decision, the recommendation outranks everything else on the file.
when days_to_5402b_decision ≤ 14
patchdriver_prompt: operating_principles
Playground · preview overlays against a hypothetical claim
Pretend a claim has these attributes. As you change them, watch which overlays start applying and how the workflow the agent uses shifts in real time.
Claim attributes
The same attributes overlays match against.
Effective config · diff vs base
liveNo overlays matched. The agent sees the base workflow exactly as authored.