graph TD
A[Provide detailed task description] --> B{Sufficient information provided?}
B -->|Yes| C[Break down task into subagents]
B -->|No| D[Request more information]
D --> A
C --> E[Identify inputs and outputs for each subagent]
E --> F[Create complete workflow using available skills]
F --> G[Review and refine the workflow]
G --> H{Workflow approved?}
H -->|Yes| I[Implement the automated workflow]
H -->|No| J[Make necessary adjustments]
J --> G