Skip to main content
The Agentic Workflow Advisor is a skill that analyses IBM watsonx Orchestrate agentic workflow artefacts and returns prioritised architecture recommendations. Use it to catch design issues before they reach production, without needing engineering support. The skill performs static analysis on your agentic workflow artefact and runs six detection checks across the patterns that most commonly cause performance problems, routing failures, or maintenance issues in production. 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 workflow
  • Analyze my agentic workflow
  • Audit this flow
  • What architecture issues does my agentic workflow have?
  • Run an agentic workflow advisor check on this
No manual setup or configuration is required.

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 description and display_name.
  • Check 6 considers thread_control_policy. When REUSE_AND_CORRELATE is set on the agent node, the recommendation notes that a Generative Prompt node cannot maintain conversation context continuity.

Example

Prompts

Paste an agentic workflow JSON inline:
Attach an agentic workflow JSON and an optional agent YAML:

Output

The skill returns a structured report grouped by impact level. Each finding has three fields: what the skill observed, why it matters, and what to do about it.