Each finding includes what the skill observed, why it matters with measured latency figures, and a specific recommended action. Findings are grouped by impact level so you can address the most important issues first.
The skill works from the artefact you provide. It does not invoke, modify, or connect to any active agentic workflow or platform API.
Use the Agentic Workflow Advisor when you want to:
- Review an agentic workflow before deploying it to production
- Diagnose an agentic workflow with slow response times or unexpected routing failures
- Get an actionable design review without escalating to engineering
Distribution
The skill is available through two channels:Activation
In Bob, the skill activates automatically when you include one of the following phrases in your message:Review my agentic workflowAnalyze my agentic workflowAudit this flowWhat architecture issues does my agentic workflow have?Run an agentic workflow advisor check on this
Required artefacts
Paste the artefact directly into the chat or attach the file.
Scope and Limitations
- All agentic workflows are in scope. The skill evaluates any watsonx Orchestrate agentic workflow JSON. Checks that target a specific node kind produce no findings if that node kind is absent.
- Static analysis only. The skill does not invoke, modify, or connect to any active agentic workflow or platform API.
- No automated remediation. The skill identifies and explains issues. It does not rewrite the agentic workflow.
- Agent YAML is optional. All checks run from the agentic workflow JSON alone. The agent YAML adds depth to the LLM-based routing analysis.
- Check 5 runs from description alone. No toolkit Python source is needed. The skill infers the finding from the nodeβs
descriptionanddisplay_name. - Check 6 considers
thread_control_policy. WhenREUSE_AND_CORRELATEis set on the agent node, the recommendation notes that a Generative Prompt node cannot maintain conversation context continuity.

