WF-Advisory-Analysis
Single-Run Advisory Reasoning with Human Review
graph LR
A[Trigger] --> B[Observe]
B --> C[Reason]
C --> D[Structure]
D --> E[Human Review]
E --> F[Stop]
style A fill:#10809c,stroke:#10809c,color:#0d0d0f
style B fill:#1a1a1e,stroke:#10809c
style C fill:#1a1a1e,stroke:#10809c
style D fill:#1a1a1e,stroke:#10809c
style E fill:#fec20b,stroke:#fec20b,color:#0d0d0f
style F fill:#1a1a1e,stroke:#10809c
Use Cases
- → PLC/ST logic review (missing guards, unclear states)
- → Alarm log diagnosis (correlate sequences to fault patterns)
- → Code extraction (I/O lists, alarms, parameters to JSON)