Adaptive Workflow Composer
When to Use
- User says compose workflow or task matches this capability
- User says plan steps or task matches this capability
- User says adaptive pipeline or task matches this capability
- User says orchestrate task or task matches this capability
Workflow
- Parse goal into subtasks with dependencies.
- Map subtasks to installed skills via tool-discovery-engine.
- Order steps; identify parallelizable segments.
- Output workflow DAG with skill assignments and fallbacks.
Integrations
workflow-composermulti-agent-orchestratortool-discovery-engine
Error Handling
| Failure | Response |
|---|---|
| No matching skill | Suggest natural-language-to-skill or manual step. |
Gotchas
- Prefer fewer steps; merge trivial subtasks.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.